Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Please send a screenshot from the files where you have added you own strings, to make translation to work you should add a text domain
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please use this function : https://archived.seventhqueen.com/general/article/add-shortcodes-content-woocommerce-shop-page
And instead the is_shop check use is_product_category()
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The email notification system it’s default from buddypress, the email settings for buddypress are located in wp-admin -> emails

Access email section and find your case.
If you want to modify that please ask this on the buddypress forums.
I saw that you redirect guest users to packages, so there i think it should be created custom a functionality, we don’t have this.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn browser console do you have any error ?
Leave also the wp admin credentials to take a look
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Here are the CSS selectors first it’s for the page title and the second for the breadcrumb
COPY CODEsection.main-title h1.page-title { font-size: 20px; font-weight: lighter; } .kleo_framework.breadcrumb.kleo-custom-breadcrumb, .kleo_framework.breadcrumb.kleo-custom-breadcrumb a { font-size: 11px; }The css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Set hide admin bar from admin -> theme options -> misc then add this code to child theme ( wp-content/themes/kleo-child/functions.php )
COPY CODEadd_action('after_setup_theme', 'add_admin_bar_for_admins'); function add_admin_bar_for_admins() { if (current_user_can('Administrator') OR current_user_can('Editor') ) { show_admin_bar(true); } }Note : Child theme needs to be installed and activated
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have the latest version of WordPress ? If not update those
Do you have the latest version of Kleo theme ? If not update those
Do you have the latest version of plugins installed ? If not update those
If you de-activate all plugins it works ? if yes enable back plugins one by one to identify what causes this.
If you de-activate the child theme it works ?
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 5, 2016 at 19:52 in reply to: Paid Membership Pro Levels Page Not Displaying Correctly #146103Radu
ModeratorDone please check,
Problem was caused by this order settings

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFixed please check!
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I don’t know similar plugin like that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
In this case should be created an additional JS that correct that.
Here it’s the JS and can be added to wp-admin -> theme options -> General settings -> Javascript code
COPY CODE<script> jQuery( document ).ready(function() { kleoCheckButton(); }); var myTimer; jQuery(window).scroll(function() { if(myTimer) { window.clearTimeout(myTimer); } myTimer = window.setTimeout(function() { // actual callback kleoCheckButton(); }, 200); }); function kleoCheckButton(){ if(jQuery('.kleo-go-top').hasClass('on')){ jQuery('.kleo-additional-floating-button').attr('style', 'right: 160px;'); } else { jQuery('.kleo-additional-floating-button').attr('style', 'right: 80px;'); } } </script>Adjust as you need
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It means that one of the admins has send a sitewide notice thru buddypress (see the screenshot)

While sending a private message and you check sitewide notice all users will receive that.
This it’s generated by BuddyPress not form KLEO theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There are theme problems or just you don’t know how to configure some plugins ?
Let me know how can i help you regarding the theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not the CSS causes that.
In the first instance update theme to latest version
https://archived.seventhqueen.com/documentation/kleo#updates
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Because the sweetdate it’s older than KLEO
On my sweet date install last active it’s default option.
If you want so many featured from KLEO to sweet why you don’t use directly KLEO ?!
Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
In this case, it means you can have some PHP file added into child theme or some PHP code that it’s added in child theme functions.php (wp-content/themes/kleo-child/functions.php) that can causes that.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAn from example another kind of widget appears ? other than profile widget ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 5, 2016 at 14:32 in reply to: Not able to import content HELP PLEASE I paid for 1 year support #146071Radu
ModeratorNot marked as solutionDecember 2, 2016 at 19:19 in reply to: Not able to import content HELP PLEASE I paid for 1 year support #145949Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Using this selector
COPY CODE.kleo-main-header li.menu-item.open .dropdown-menu, .kleo-main-header li .kleo-toggle-submenu { font-size: 17px; }The Css will be added to wp-admin -> theme options -> general settings -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to enable wp debug to find our what’s going on.
Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the saving theme options action and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI saw that it seems to be a bug, we will have to investigate this next week we will get into this
Please let the wp admin credentials and FTP to can fix it live on your site
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, but i don’t have plug and play code for that. And no quick solution to achieve even with the default theme you don;t have that option, ask please on the buddypress forums for this.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts