Forum Replies Created

Viewing 40 posts - 12,041 through 12,080 (of 20,101 total)
  • Author
  • in reply to: Kleo Top Menu Text Color Wont Change #129213
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Urgent- Mobile registration page #129212
     Radu
    Moderator
    Not marked as solution
    in reply to: https/ssl #129211
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Profile Picture in Menu #129210
     Radu
    Moderator
    Not marked as solution
    in reply to: Visual Composer // Autoupdate // Woocommerce #129208
     Radu
    Moderator
    Not marked as solution
    in reply to: Can’t Update Theme via ThemeForest #129207
     Radu
    Moderator

    Theme 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 solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Theme loading issue #129203
     Radu
    Moderator
    Not marked as solution
    in reply to: Customize Profile Icons & Media Section #129202
     Radu
    Moderator
    Not marked as solution
    in reply to: Insert an element in a scrollable frame #129200
     Radu
    Moderator

    Great

    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 solution
    in reply to: how to show full name in BP profile header #129199
     Radu
    Moderator

    Instead 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 solution
    in reply to: Theme Options Fonts body changes not working #129198
     Radu
    Moderator

    Ok,

    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 solution
    in reply to: Having everything work together? #129197
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Javascript Scroll Bar For Side Menu #129196
     Radu
    Moderator
    Not marked as solution
    in reply to: Toggle, Accordion, Not Working #129195
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Menu spacing #129194
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: How can register Japanese Font? #129193
     Radu
    Moderator

    Where 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 solution
    in reply to: padding issues #129192
     Radu
    Moderator

    Hi,

    Use these CSS’s

    COPY CODE
    
    div#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 solution
    in reply to: Kleo Child Theme #129190
     Radu
    Moderator
    Not marked as solution
    in reply to: Logo #129189
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: padding issues #129132
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Theme Options Fonts body changes not working #129131
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Toggle, Accordion, Not Working #129129
     Radu
    Moderator

    Do 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 solution
    in reply to: Kleo Child Theme #129128
     Radu
    Moderator
    Not marked as solution
    in reply to: Global activity whats new hide #129125
     Radu
    Moderator

    Have 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 solution
    in reply to: Can’t Update Theme via ThemeForest #129122
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: I can’t see home page #129121
     Radu
    Moderator
    Not marked as solution
    in reply to: Global activity whats new hide #129111
     Radu
    Moderator

    Use 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 solution
     Radu
    Moderator
    Not marked as solution
    in reply to: How can register Japanese Font? #129106
     Radu
    Moderator

    For 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 CODE
    
    ul.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 solution
    in reply to: Kleo Child Theme #129105
     Radu
    Moderator
    Ok 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 this
    	function 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.
    in reply to: Menu spacing #129095
     Radu
    Moderator

    the 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 solution
    in reply to: Kleo Child Theme #129091
     Radu
    Moderator
    Not marked as solution
    in reply to: Toggle, Accordion, Not Working #129089
     Radu
    Moderator

    Do 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 solution
    in reply to: Global activity whats new hide #129086
     Radu
    Moderator

    Ok 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 solution
    in reply to: Toggle, Accordion, Not Working #129085
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: How can register Japanese Font? #129080
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Menu spacing #129079
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Having everything work together? #129078
     Radu
    Moderator

    Hi,

    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 CODE
    
    
    add_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 solution
    in reply to: Latest Update Not Populated #129076
     Radu
    Moderator

    The 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
Viewing 40 posts - 12,041 through 12,080 (of 20,101 total)

Log in with your credentials

Forgot your details?