Forum Replies Created
-
Author
-
CatalinModerator
Hello,
Your site from the link is down so I am not able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Since I am not able to view your site I will give you the code used in the Kleo demo site:
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: rgba(xx,xx,xx, x.x); }
where rgba(xx,xx,xx, x.x) explanation can be found here:
http://www.w3schools.com/cssref/css_colors_legal.asp
The code alter the social media color too.
You need to add this in your style.css file from your child theme.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 7, 2014 at 09:44 in reply to: (BuddyPress)Friends widget shows up on select pages, not all #24943CatalinModeratorHello,
Since you have the site on localhost I am not able to provide you the exact css code but you need to add the border-radius line in your style.css file from your child theme folder.
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/facebook-login-error
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 send me a reference about what you want to achieve.
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://www.paidmembershipspro.com/2014/07/pmpro-update-1-7-13/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Take a look at this link:
http://www.w3schools.com/css/css3_fonts.asp
and this:
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
This standard BuddyPress functionality. take a look at this link:
http://buddypress.org/support/topic/remove-profile-links-2/
To remove this, add in your functions.php file from your child theme this code:
COPY CODEremove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 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,
You can add a custom image for the status icons by uploading a custom image. Take a look at my screen shot.
The path to the standard images is:
../sweetdate/assets/images/icons/steps/
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,
Sorry for the late reply. You can show fields in the registration page by selecting them in (Sweetdate > BuddyPress). The fields will appear in the profile details right column. Take a look at my 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.CatalinModeratorHello,
Please send me admin credentials to your website to be able to provide a fix. 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 solutionCatalinModeratorHello,
You need to do the modifications in the child theme to keep them if you update the theme. The link I provided shows how to customize the log in screen… you need to use the function.php file from your child theme for this.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I tested this on the latest version of the theme and everything works normal.
Please give more details about your issue… maybe some print screens.
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.CatalinModeratorThat is custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team and I am sure you understand that.
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:
https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display
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 in your functions.php file from your child theme.
COPY CODEfunction custom_icon() { echo "<li><a href="" target="_blank" title=""><i class="">custom</i></a></li>"; } add_action( 'kleo_extra_social_icons','custom_icon');
You need to create your link with new classes and icon tho.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
1) Please be more specific in what situation you want to influence wp-login behaviour
2) Take a look at his link:
http://css-tricks.com/snippets/wordpress/customize-login-page/
the actions and the custom functions needs to be created for customize should be added in function.php file from your child theme
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 his link:
http://wpquestions.com/question/showChrono/id/8727
You have some recommended plugins to achieve this in the comments.
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 send me admin credentials to your website to be able be able to replicate your issue. Replay 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 solutionCatalinModeratorHello,
You need to edit the header.php file from the base theme folder and after line 85 you should add something like this:
COPY CODE<span style="padding-left:25px;"">Phone: xxxxxxxxxxx </span>
the new code with the added line should look like this:
COPY CODE<li class="nine columns"> <?php do_action('kleo_before_top_links');?> <?php if(sq_option('owner_email')): ?> <a>"><i class="icon-envelope"></i> <?php echo sq_option('owner_email'); ?></a> <?php endif; ?> <span style="padding-left:25px;"">Phone: xxxxxxxxxx</span> </li>
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 his link:
http://wordpress.org/support/topic/i-give-up-connection-lost-error-has-not-been-resolved
I entered your admin panel and your sites runs very slow and this may be caused by a plugin you are using. I tested the last version of the theme in test environment and everything is ok regarding the issue you described.
Take a look at my screenshot… you can start deactivate with that plugin… (quick status)
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 give me admin credentials to your website to be able to provide you a fix. 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 solutionCatalinModeratoryou can find those in buddypress plugin folder:
/wp-content/plugins/buddypress/bp-core/bp-core-filters.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please send me a link to your website to be able to replicate your issue.
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 send me a link to your website to be able to replicate your issues.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratordiscount is the way to achieve this…
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 plugin:
http://wordpress.org/plugins/bp-profile-search/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I believe the problem comes from the process of moving the site from one server to another… the links should be adjusted in the database of WordPress before uploading to the new server. Take a look at this link:
http://codex.wordpress.org/Moving_WordPress
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 custom css code to achieve that look and that implies custom work. You can take a look at this:
look into the settings, maybe this can work for your needs.
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 send me admin credentials to your site to be able to replicate this issue. Reply 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 solutionCatalinModeratorHello,
Please take a look at his 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:
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 send me admin credentials to your WordPress site. Reply 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 solutionCatalinModeratortake a look at this:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can use one licence/website.
You have to buy licence for every site you use our theme.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 in this file:
..\kleo\page-parts\general-popups.php
to see the template of the modal.
To add a link that opens the modal you need to create a link tag and add “bp-menu bp-login-nav” class or “bp-menu bp-register-nav” class to its structure.
like
COPY CODE<a href="#"></a>
Thank you,
CatalinThank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please give me credentials to your WordPress to be able to replicate your issue. Reply 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 solutionAugust 5, 2014 at 13:37 in reply to: (BuddyPress)Friends widget shows up on select pages, not all #24726CatalinModeratortake a look at this:
https://wordpress.org/plugins/bp-show-friends/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Take a look at this plugin:
http://wordpress.org/plugins/regenerate-thumbnails/
I already fixed the activity and sidebars avatars… this is for homepage carousel.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 5, 2014 at 11:52 in reply to: Revolution slider different on homepage compared to other pages #24716CatalinModeratorThe latest version is 4.5.6. i tested your issue on a test environment and everything seems to work fine. keep in mind that you have to update to the latest version manually using the update from the latest version of the theme folder.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts