Forum Replies Created
-
Author
-
December 21, 2017 at 16:48 in reply to: Prevent pmpro levels from creating a Buddypress group #183614
Radu
ModeratorHi,
The problem it’s because of this rule from the style.css
COPY CODEli#group-create-nav { display: none !important; }You will have to remove the important, so the code will be
COPY CODEli#group-create-nav { display: none; }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 solutionRadu
ModeratorHi,
Sincerly cannot understand exactly about what are you referring, but you can build a menu with your desired menu items from wp-admin -> appearance -> menus -> (screen options) and check the bddypress (see screenshot) then build the menu with desired components.
Cheers
R.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.Radu
ModeratorHi,
Ok 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
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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 update notice should appear there if no install this plugin and add the requested api details into it : https://github.com/envato/envato-wordpress-toolkit
Then an update notification should appear
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,
sorry for the delay, i have some personal problems,
Maybe i’ve understand wrong, can you please ask again what’s your issue ?
So the font can be changed to red using this CSS
COPY CODE.form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { color:red !important; }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 solutionDecember 18, 2017 at 18:57 in reply to: Filter used for wp_redirect breaks the wp_redirect() redirects across the site #183407Radu
ModeratorHi,
This was fixed in our previous theme update.
Update the theme
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The slider it’s visible from my macbook thru safari, did you have solved ?

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 can edit directly the app.css file by removing what you don’t need then make a copy and save it in chid theme in this path /wp-content/thems/kleo-child/assets/css/app.css
COPY CODEfunction sq7r_app_css_child() { wp_deregister_style( 'kleo-app' ); wp_dequeue_style( 'kleo-app' ); wp_enqueue_style('kleo-app', get_stylesheet_directory_uri() . '/assets/css/app.css'); } add_action('wp_enqueue_scripts', 'sq7r_app_css_child', 999);The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
Now the app.css file will be pulled from the chid theme.
The less files aren’t generated on every change they are additional so it’s sufficient to make the changes in the css file
Make sure to enable development mode On from wp-admin -> theme options -> miscellaneous.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Use this css to fix that
COPY CODE.navbar-transparent .navbar-nav > .kleo-messages-nav.kleo-toggle-menu .kleo-toggle-submenu:before { background-color: rgba(0, 0, 0, 0); top: -10px; width: 0; height: 0; border-style: solid; border-width: 0 12px 10px 12px; border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); } .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .minicart-buttons { background-color: rgba(0, 0, 0, 0.2) !important; border: 1px solid rgba(0, 0, 0, 0); color:#fff; } .navbar-transparent .navbar-nav > .kleo-messages-nav .kleo-toggle-menu .sub-menu {color:#fff !important} .navbar-transparent .navbar-nav li.kleo-submenu-item span, .navbar-transparent .navbar-nav ul.submenu-inner li.kleo-submenu-item { color: #fff;}Let me know
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,
There you will have to add the field name not the id…
Like this
COPY CODE[kleo_status_icon type="custom" image="/wp-content/themes/sweetdate/assets/images/icons/steps/status_01.png" subtitle="Transgender" field="Gender" value="M2F Pre-op" online="no"]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,
Just the kleo_kelo and kleo_kelo_child values are related to the theme options.
Transients are a kind of cache.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Will be fixed in next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo clue, try to set plugins off for 5-6 minutes and browse thru site check if will the issue still happens empty all caches inclusive the browser cache.
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,
Ok thenCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can recover the theme options only if you will get a few days back backup then search in database wp_options for kleo_kelo option name and to save the options from option_value also if you haved used child theme you will have to get also the options for child theme see secod screenshot.

Chers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
just go to wp-admin -> downlaods -> settings -> Misc settings -> Disable Style & Script
-> check bootstrap JS
That’s all
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi @websitecustomers@att.net
Please open a new ticket providing login details and describe the issue there.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 15, 2017 at 15:27 in reply to: Full width not working – Lack of space between elements #183142Radu
ModeratorHi,
I will add this bug to buglist and it will be investigated in detail in future, until then you can as the Plugin Organizer support theme if there it’s a filter or a action that they can provide you to exclude totally a certain plugin to not be handled by the Plugin Organizer
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,
Unable to see wp-admin panel with those credentials,
Let me know the admin one
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat,
Done
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Make sure that you have all woocommerce related pages created see in their documentation : https://docs.woocommerce.com/document/woocommerce-pages/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 14, 2017 at 18:47 in reply to: Full width not working – Lack of space between elements #183034Radu
ModeratorI see, maybe there it’s some cache or transients just de-activate all plugins including k-elements and visual composer then enable back only those plugins, check if works now (it should) then enable rest of your plugins except plugin organizer.
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 solutionRadu
ModeratorHi,
There is no quick solution, i’ve tried to make something but it takes to much time
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 14, 2017 at 17:09 in reply to: How to add Kleotool-tip buttons to Revolution Slider? #183025Radu
ModeratorNot marked as solutionRadu
ModeratorI see you can browse direct to the file via windows folders to your wordpress files
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 14, 2017 at 16:06 in reply to: Full width not working – Lack of space between elements #183008Radu
ModeratorHi,
I’ve noticed that one other kleo user encounter the same issue but there was a plugin incompatibility issue between Plugin Organizer and K Element plugin
In first instance please try to de-activate all plugins and check if the layout it’s ok if yes enable back one by one by one while check if the plugin causes that.
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 solutionRadu
ModeratorHi,
Most sure that error it’s caused by the lack of PHP memory allocation, please enable wp_Debug and try to reproduce the issue, after the issue occurs check the debug.log file and show it to me to look at it.
If in the debug.log file it’s something about max memory allocation you should increase the php max meory using this method : https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Follow these 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 described actions 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 for Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
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 solution -
AuthorPosts

