Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Somehow you are using same email address? most sure yes, just change the wp admin account email with a different one than the facebook account one
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,
In next update must sure no, I think we will implement this in few months
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 let me know if you got same behaviour using the demo : https://seventhqueen.com/themes/kleo/members/kleoadmin/
If yes let me know page URL where you search and what you type in search box
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 solutionJuly 7, 2017 at 19:04 in reply to: Thumbnails in Kleo Posts widget no longer displayed after update to 4.2.7 #166679Radu
ModeratorHi,
I see we will look at that
Have a nice weekend
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 7, 2017 at 19:03 in reply to: Uncaught Error: Syntax error, unrecognized expression: #kleo_kleo-child/kleo-child-maintenance_msg #166678Radu
ModeratorHi,
Where and how you see that message? Did you make a specific action? Where ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you so much
Have a nice weekend
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 7, 2017 at 19:01 in reply to: Using Yoast Breadcrumbs with Kleo – Can’t get them displayed in the right place #166676Radu
ModeratorHi,
Thank you,
Have a nice weekend
Best Regards
RaduHi 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
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
ModeratorHi,
If you are not able to update VC go to wp-admin -> plugins -> delete Visual Composer, then go to wp-admin -> install plugins ->
Now it should be ok running latest version also you need to have Kelements plugin update to latest version.
Latest Kleo theme version is : 4.2.8
Latest Visual Composer version is : 5.1.1
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 create a new membership package from wp-admin -> memberships -> membership levels or if you have it already go to wp-admin -> theme options -> memberships -> Restrict users from sending private messages and leave it unchecked the level that you want to allow sending private messages.

In this way, only a certain membership can send private message
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 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 ?
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,
Having Kleo child activated try to deactivate plugins one by one back to figure out with what plugin interfere, must sure it’s in the child theme some code or some file modified and somehow interfere with a plugin.
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,
That it’a core feature from BuddyPress I’ve tried a custom function to manipulate the number format but unsuccessful, please ask this on BuddyPress forums since it’s more related to the BuddyPress than 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,
I see just replace the code with this one
COPY CODE@media (max-width: 991px) { .kleo-toggle-menu { display: initial !important; } }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 7, 2017 at 15:45 in reply to: Visual Composer element “Image Gallery” does not work with external links #166650Radu
ModeratorHi,
Please replace this file content: /wp-content/themes/kleo/vc_templates/vc_gallery.php this one : https://pastebin.com/raw/dxbxsykw
This 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
ModeratorHi,
Great!!!
Have a nice week
Please give us 5* on themeforest, please !!
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2017 at 20:13 in reply to: Using Yoast Breadcrumbs with Kleo – Can’t get them displayed in the right place #166572Radu
ModeratorHi,
Great!!!
Have a nice week
Please give us 5* on themeforest, please !!
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This it’s the function that render that button
COPY CODEif(!function_exists('kleo_search_menu_item')) { /** * Add search to menu * @param string $items * @param oject $args * @return string */ function kleo_search_menu_item ( $items, $args ) { if ($args->theme_location == 'primary') { ob_start(); get_template_part('page-parts/header-ajaxsearch'); $form = ob_get_clean(); $items .= '<li id="nav-menu-item-search" class="menu-item kleo-menu-item-search"><a class="search-trigger" href="#"><i class="icon icon-search"></i></a>'.$form.'</li>'; } return $items; } }Just place the
COPY CODE$items .= '<li id="nav-menu-item-search" class="menu-item kleo-menu-item-search"><a class="search-trigger" href="#"><i class="icon icon-search"></i></a>'.$form.'</li>';Into your condition and that’s all
Paste the code into child theme functions.php from wp-content/themes/kleo-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJuly 6, 2017 at 20:11 in reply to: Thumbnails in Kleo Posts widget no longer displayed after update to 4.2.7 #166569Radu
ModeratorHi,
I see, please provide the wp-admin and FTP credentials to fix and test solution live on your website, cuz on my local I cannot reproduce your described issue.
Best regards
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see,
In this case, try to do the next, I still not work please provide admin credentials and let me know
Try to delete the dynamic file manually from wp-content/themes/kleo/custom_styles/dynamic.css then go to wp-admin -> theme options -> and save settings check again if it’s the same provide login details.
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’s on the plan to do this those days we will let you 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
In the first instance let me know if this behavior it’s happens also on our demo
https://seventhqueen.com/themes/kleo/members/kleoadmin/
If not try to de-activate all plugins except BuddyPress and child theme and check again
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 solutionJuly 6, 2017 at 19:36 in reply to: Live Notifications link disappears in Mobile Version, so no live notifications available in mobile #166559Radu
ModeratorHi,
I see but on mobile, you cannot make hover like with mouse, it’s a touch device that’s those are not like on desktop, we will take into consideration what you say related to mobile behavior of the live messages
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2017 at 17:59 in reply to: How to add new complementary fields (more than one field) #166521Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
There we are using a simple page built with visual composer, you can start using Pinterest page, you can import it from wp-admin -> Appearance -> Kleo demo data
The search form it’s the Kleo search from visual composer element.
But inside the search result it’s the view it’s a custom 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
ModeratorOk
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 solutionJuly 6, 2017 at 15:34 in reply to: how to redirect non-paid member away from buddypress component? #166504Radu
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
ModeratorHi,
Selector for iframe youtube only
COPY CODE.mejs-container iframe[src*="youtube.com"] { width: 100% !important; height: 100% !important; max-height: 460px; }Change the max-height: 460px to your desired value
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 way to change the types of the accordions in that way the theme was planned and build to work, changing those implies the significant amount of fine, we will take this into consideration to have two types of the accordion in woo commerce product page.
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 can be a cause, try to delete the rtmedia language from loco translate or via FTP from wp-content/plugins/buddypress-media/languages and try to add a new language again for rtmedia by choosing the wp-content/language/ (global language directory)
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

