Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.header-color.social-header { background-color: yellow; } .header-color .top-menu li > a, .header-color #top-social li a { font-family: monospace; color: red; }Replace with your desired color
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,
From what i know, 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
ModeratorTheme forest doesn’t allow us to provide the theme files in other place then themeforest…..
Please try re-gain access to your account…..
The previous theme version was an exception !!!
I hope you understand…
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
Have a nice week
If you are really satisfied by our client support service please leave a positive review about this on the themeforest.net KLEO page : https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thanks you in advance.
Regards.
Radu.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorInstead of bp_displayed_user_displayname() from this context :
/br>
But this should work by default… try also to de-activate all plugins except buddypress and disable also the child theme and try again also if you have some cache plugin purche caches and de-activate it.
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,
Cache causes alway kind of problems 😛
Have a nice week
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,
Our theme doesn’t’ have this type of restriction, in similar cases you will have to create a custom function that can do that or to modify your templates to can restrict this, in actual moment i don’t have any code to provide to you for that, but i have an idea that can work.
Geodirectory has a shortcode for add listing page [gd_add_listing] you can add this shortcode into a page where you will restrict that page for paying members, i don’t know if this will work properly maybe it will need some advance restriction logic
https://archived.seventhqueen.com/kleo/article/restrict-content-for-certain-membership-level
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 create links and on click to go to your desired acordion section by placing in a href=”#Tab-name-123″
Example : Link to accordion section
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 cannot see on the url that you have provided Sweetdate or Kleo theme i cannot offer you support for other themes, the support service is available only for our products
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhere do you have added this code ?
COPY CODE<script src=”https://use.typekit.net/rbe0ekl.js”></script> <script>try{Typekit.load({ async: true });}catch(e){}</script>Make sure you load the font….
You haven’t loaded the font into the website that’s the reason for not working…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use these CSS’s
COPY CODEdiv#buddydrive-main .button-large:not(.buddydrive-hide), div#buddydrive-main #buddydrive-uploader #bp-upload-ui:not(.drag-drop) #bp-browse-button { padding: 0px 10px !important; } div#buddydrive-main nav.buddydrive-toolbar #buddydrive-search-input, div#buddydrive-main nav.buddydrive-toolbar select#buddydrive-filter { line-height: initial !important; }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. Ticket solutionRadu
ModeratorHi,
There is a limit for max-height, so you can remove it with this css.
COPY CODE.logo img { max-height: 40px; }The css will be added to wp-admin -> appearance -> theme options -> quick css
You should place the icon form the logo on the left white without to much space to fit ok
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 provide an account to can see exact scenarios from screenshot
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,
After you change the values in theme option and press save and refresh the theme options panel your values are there ? or it revers back ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have updated the WP ? some difference ?
The problems can be caused also by rest of the plugins try to de-activate all plugins except visual composer an d k-elements plugins then try again.
If the issue continue with only these 2 plugins activated de-activate child theme by activating the parent theme and try again
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHave a nice week man
I will announce you definitely :p
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 theme file can only be downloaded from your themeforest account, before was an exception !!
Please open a ticket on themeforest support to re-gain access to your account.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse this css
COPY CODE.activity.buddypress.page form#whats-new-form {display:none !important;} .activity.buddypress.page.bbp-user-page form#whats-new-form {display:block !important;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorFor the new rules that you are using add !important at the end and in special cases you should target more accurate the element with css
from example h1 {font-family:’Monserat’ !important;} maybe it will not works but this maybe it will work .portfolio h1 {font-family:’Monserat’ !important;}
Try this selector please
COPY CODEul.portfolio-items .portfolio-header h3.post-title, ul.portfolio-items .portfolio-header h3.post-title a { font-family:'arial' !important;}Replace arial with your font family
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 i see, Try to replace this function kleo_add_custom_nav_fields form /wp-content/themes/kleo/lib/menu-custom.php around line 47 with thisfunction kleo_add_custom_nav_fields( $menu_item ) { if(isset($menu_item->ID)) { $menu_item->mega = get_post_meta($menu_item->ID, '_menu_item_mega', true); $menu_item->icon = get_post_meta($menu_item->ID, '_menu_item_icon', true); $menu_item->iconpos = get_post_meta($menu_item->ID, '_menu_item_iconpos', true); $menu_item->istyle = get_post_meta($menu_item->ID, '_menu_item_istyle', true); } return $menu_item; }But on theme update this will be overwrite this file cannot be rewritten in child. Cheers R.Radu
Moderatorthe credentials are nor works, so you want to shrink the height of the menu ?
The logo needs to be in jpg or png(preferable) format
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have K-elements and Visual composer plugins updated ? check in wp-admin -> appearance -> install plugins -> if there is an update available for plugins an update link text will appear under the plugin names.
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
ModeratorOk provide an account please to can take a look post also the url of the side wide activity
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,
For the moment we don’t have a solution for that… but you can try to add the except in the accordion title and the rest of the text in the expandable area to can simulate the effect… but it will not be what you need but it will appropriates.
Right now i’ve added in our improvements list an task for creating a Read More shortcode for this kind of cases, in future we will have in kleo theme a read more module.
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 code is a javascript one, and that kind of code can be added to wp-admin -> theme options -> general settings -> javascript code in this way you will load that code into 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,
Please provide the credentials to view the website please
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The onliest available options for membership restricting we have it in wp-admin -> theme options -> memberships.

And with the snippet below you can force users after signup to buy a package to can view the community otherwise the users will be locked in the membership levels page.
COPY CODEadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }The snippet will be pasted in wp-content/themes/kleo-child/functions.php
NOTE : The Kleo Child Theme needs to be installed and activated.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe latest theme version 4.0.8 works with latest version of those plugins buddypress and rtmedia make sure you have those updated.
Make sure you have wordpress updated too
If you still have problems after all are updated tr to de-activate child theme by leaving parent active 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 solution -
AuthorPosts