Forum Replies Created
-
Author
-
CatalinModerator
Hello,
Please update the theme to the latest version and let me know if the issue still occurs. If so, send me a link to your website.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/members-page-not-displaying-all-members
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can do that from visual composer by refining results on build query section. Please take a look at the screen shots attached.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHello,
You need to go to (Sweetdate > Import/Export) menu and save the settings in a txt file. Please take a look at the screenshot.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorI answered this on another post of yours so I will close it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please replace your ..\themes\sweetdate\registration\register.php file with the one from the theme folder you downloaded (2.6.2)
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/how-to-change-the-default-buddypress-avatar-sizes
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme:
COPY CODE#profile .user-nicename { display:none !important; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The file where the header div can be found here:
..\wp-content\themes\kleo\page-parts\general-header-section.php
You need to copy this file in the child theme and modify it as follows:
replace this code (starts with line 100)
COPY CODE<a href="<?php echo home_url();?>"> <?php if ($logo_path != '') { ?> <img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>"> <?php } else { ?> <?php bloginfo('name'); ?> <?php } ?> </a>
with this code
COPY CODE<a href="<?php echo home_url();?>"> <?php if ($logo_path != ''&& is_user_logged_in()) { ?> <img id="logo_img" title="<?php bloginfo('name'); ?>" src="<?php echo $logo_path; ?>" alt="<?php bloginfo('name'); ?>"> <?php } ?> </a>
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratoryou already have the user profile name displayed above the @username… do you want to duplicate this; you can hide @username from the profile page and let the user profile name only
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
http://codex.wordpress.org/Function_Reference/wp_nav_menu
You can add a new class name in the menu declaration and style the elements with “!important”.
Also, please take a look in the header settings in theme options.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this plugin:
http://spoonjab.com/bp-wp-profile-reviews/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please explain better what you want to achieve.
If you go to the members page in the demo preview the members are listed on 3 columns.
http://seventhqueen.com/themes/kleo/members/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You need to buy the WMPL plugin first then install it.
The theme is compatible with this plugin but does not include the plugin in the package.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this plugin:
http://wordpress.org/plugins/quick-localization/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2014 at 14:09 in reply to: Change text language for "Everyone, Only Me, All Members" #23792CatalinModeratorHello,
Please take a look in this file:
..\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-loader.php
around line 105
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratoradd this code in your style.css file from the child theme folder:
COPY CODE#breadcrumbs-wrapp .inline-list li a:hover { color:#xxx; }
where #xxx is the new color you want to use.
Let me know if this helps.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
this plugin may help:
http://wordpress.org/plugins/quick-localization/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorI see you already added a css line in your child theme for this…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorhave you tried the code I provided?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
That message is nothing to worry about, it’s a simple PHP notice, nothing more than that. Notices are displayed for debugging purposes only and are of no consequence to your site.
You can disable error reporting from your wp-config.php. Take a look at this link:
http://codex.wordpress.org/Editing_wp-config.php#Debug
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
please take a look at this link:
http://wordpress.org/support/topic/warning-error-creating-default-object-from-empty-value
Let me know if this helps.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The file you need to modify is header.php from the root folder of your theme.
Please explain what you want to achieve with this.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look at this plugin:
http://wordpress.org/plugins/wp-mailfrom-ii/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can add a custom logo for a page from page settings. Please take a look at image attached.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHello,
Please provide me credentials for your WordPress admin panel to be able to help. Reply message as private for security reasons.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratordo you still have problems with your permalinks?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorso you want to display random pictures uploaded by users in their profile in a image gallery?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
What is the size of the new logo you want to use? What file is that from your media?
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorminimum 1600px width
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease ask this question on the support forum of the geo my wp plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease send me credentials to your website.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from the child theme folder:
COPY CODE.circular-item { display:none; }
To change its functionality you need to create custom code which implies solid php knowledge.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The code for the widgets from footer can be found here:
..\wp-content\themes\kleo\sidebar-footer.php
you can remove one column by deleting this code:
COPY CODE<div class="col-sm-3"> <div id="footer-sidebar-4" class="footer-sidebar widget-area" role="complementary"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-4')): endif; ?> </div> </div>
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorPlease take a look at this link:
http://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-2
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorplease ask the developers who coded this plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Go edit the membership level and you can set recurrence after first payment. Take a look at my screen shot.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratortake a look in this file:
..\wp-content\plugins\buddypress\bp-themes\bp-default\members\single\profile\change-avatar.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratora easier way would be to remove class from the menu item; take a look at the screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files. -
AuthorPosts