Forum Replies Created

Viewing 40 posts - 8,361 through 8,400 (of 20,101 total)
  • Author
  • in reply to: social share not showing #150145
     Radu
    Moderator

    Hi,

    Make sure to have the option activated in wp-admin -> theme options -> social share

    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: How can i force the translation? #150144
     Radu
    Moderator

    The content from here can be translated sure with WPML string translation

    Personally i don’t know another solution to can translate those.

    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: woocommerce modal #150143
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    You will have to use

    COPY CODE
    
    function kleo_woo_body_classes_custom($classes = '') {
    	
    	if ( is_tax('subject') || is_tax('serie') ) {
    		$classes[] = 'kleo-shop-cols-' . sq_option( 'woo_shop_columns', '3' );
    	}
    	
    	return $classes;
    	
    }
    add_filter('body_class','kleo_woo_body_classes_custom');
    

    || it’s equal with OR

    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 to use the membership options for registration #150139
     Radu
    Moderator
    Hi, In first instance you should implement a code that checks if the user it's logged in or not and to be redirected to a certain page, please add this code from this URL to your child theme wp-content/themes/kleo-child/functions.php : http://wordpress.stackexchange.com/a/131926 you will need to change the redirect URL. Then if the user is logged in but doesn't have associated with his account an active membership package will be redirected to the pmpro levels page / https://archived.seventhqueen.com/general/article/restrict-users-access-whole-site-force-paid-memberships-pro-levels-page this code should be pasted in same location (wp-content/themes/kleo-child/functions.php from child theme) For redirecting user to his profile after login you can use this plugin : https://buddydev.com/plugins/bp-force-profile-photo/ this will force user to upload a profile photo. Having all of those you should be abe to achieve what you need Cheers R.
    in reply to: woocommerce modal #150134
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Try to add this function in your child theme functions.php

    COPY CODE
    
    function kleo_woo_body_classes_custom($classes = '') {
    	
    	if ( is_tax('subject') ) {
    		$classes[] = 'kleo-shop-cols-' . sq_option( 'woo_shop_columns', '3' );
    	}
    	
    	return $classes;
    	
    }
    add_filter('body_class','kleo_woo_body_classes_custom');
    

    Let me know if this will work and the custom taxonomy will have same layout as default woocommerce shop page

    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: Photo Membre Online #150131
     Radu
    Moderator

    You will have to search for a plugin like regenarate thumbnails but for buddypress one cuz the regenerate thumbnails like plugins it applies only for media associated to the posts and pages.

    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: Side Bar Menu #150130
     Radu
    Moderator
    Not marked as solution
    in reply to: Login popup redirects to a blank wp-login.php #150129
     Radu
    Moderator

    Great

    You’re welcome
    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: WooCommerce ribbon overflow #150128
     Radu
    Moderator

    Hi,

    You have modified the style of the default kleo shop layout and I’ve tried to figure out why it’s displayed like that but you modified to many selectors in kleo child.The support isn’t offered for custom modifications but I’ve looked at it and i cannot find a easy way to solve that.

    On our demo the background of the label it’s changed

    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: Animated Numbers #150127
     Radu
    Moderator

    Hi,

    Using the next code will generate the kleo animated number + the % sign at the end next to value.

    COPY CODE
    
    [kleo_animate_numbers timer="500"]10[/kleo_animate_numbers]%
    

    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: Vertical responsive menu overwrites header #150125
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    By default, the fields from Base (primary group) are displayed on about me section from the profile

    If you want to display a certain one use from example : member-header.php file under user nicename or wehere you need, it works i’ve tested on my local install.

    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: Author archive #150123
     Radu
    Moderator

    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 solution
    in reply to: add social media profile fields #150122
     Radu
    Moderator

    Hi,
    The sweetdate theme has a new theme update that includes the Instagram and youtube fields.

    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: Woocommece Masonry Layout #150121
     Radu
    Moderator

    I’ve added the woo commerce masonry layout ability to improvement list and for the VC shortcodes, this is not really possible since you de-activate the source of that shortcodes.

    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 to set up the knowledge base #150119
     Radu
    Moderator

    Hi again,

    I need to take a look but the login credentials aren’t correct can you check pleasE?

    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: woocommerce modal #150114
     Radu
    Moderator
    Not marked as solution
    in reply to: Photo Membre Online #150108
     Radu
    Moderator

    Hi,

    I’ve added those codes into wp-content/plugins/bp-custom.php

    COPY CODE
    
    <?php
    
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 180 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 180 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 900 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> 
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 900 ); //change this to default height for full avatar
    

    And the changes are applied only for new avatar uploads. You can see on my profile the image size it;s increased, so for the new uploads the photo quality will be improoved

    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: Issue with image title attribut and mouse over #150101
     Radu
    Moderator

    Ok then, if all are right now

    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: Captcha issue on pop up login form #150100
     Radu
    Moderator

    The KLEO cannot have that option on login pop-up.

    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: To Dos not working in header – Links for todos in menu #150030
     Radu
    Moderator

    Hi,

    The tasks can be created from wp-admin -> To-Do Items -> (Add New Item) and they will appears under the specific menu item, just this.. not other special operations.

    see attachments

    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: woocommerce modal #150027
     Radu
    Moderator
    Not marked as solution
    in reply to: Side Bar Menu #150026
     Radu
    Moderator
    Not marked as solution
    in reply to: Woocommece Masonry Layout #150025
     Radu
    Moderator

    Hi,
    There is no quick solution to achieve that, I think there is more than some CSS I most probably also some JS it’s involved.

    For the moment no, i can move your ticket to feature requests if you want.

    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 to use the membership options for registration #150024
     Radu
    Moderator
    Not marked as solution
    in reply to: Material Design Bootstrap #150023
     Radu
    Moderator
    Not marked as solution
    in reply to: responsive menu opens then closes #150019
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    I need to see the live page with the sidebar and items that missing the dot, i need an account to can view your site, provide login details in a private reply

    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: Issue with image title attribut and mouse over #150015
     Radu
    Moderator

    Hi,

    No,I don’t see the usability of using a captcha for login form. For the register yes but on login ? How captcha will helps you on login ?

    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: Captcha issue on pop up login form #150014
     Radu
    Moderator

    @tonari

    Yes that it’s for sweetdate not for kleo.

    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: Author archive #150013
     Radu
    Moderator

    Hi,

    There is no quick solution to can change the grid on the author archive page..

    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: Issue with iThemes Security Plugin #150012
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    product_cat comes from Woocommerce plugin : /wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php line 138

    How did you have created shop categories? cuz creating categories from wp-admin -> Products -> Categories -> and those by default will look on three columns : https://seventhqueen.com/themes/kleo/product-category/clothing/hoodies/

    The woocommerce layout can be changed from wp-admin -> theme options -> woocommerce

    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: Question Aboout term of use and cookie #149999
     Radu
    Moderator

    Hi,

    You can use this kind of plugins : https://wordpress.org/plugins/uk-cookie-consent/screenshots/

    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: What is the impact of removing Visual Composer? #149998
     Radu
    Moderator

    Hi,

    Some elements are coming from visual composer but depend how you have built the page.

    From what I see your homepage it’s built using visual composer and if you will de-activate it will display a white page… so if you want to use elementor instead the VC you will have to remove all VC elements from your active pages of your website.

    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 to set up the knowledge base #149997
     Radu
    Moderator

    Can you confirm if the permalink structure breaks that ?!

    Using default permalink setting will work ?

    Provide the admin credentials in a private reply 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 solution
     Radu
    Moderator

    Hi,

    YEs the path it’s correct ( wp-content/themes/sweetdate-child/members/single ).

    This part of code isn’t part of our theme

    COPY CODE
    
    <span class="pl-s1">    <span class="pl-k"><</span>?<span class="pl-c1">php</span> <span class="pl-k">if</span> ( bp_is_active( <span class="pl-s"><span class="pl-pds">'</span>activity<span class="pl-pds">'</span></span> ) ) : </span><span class="pl-pse"><span class="pl-s1">?</span>></span>
    

    The guidance from rtmedia site it applies only for wp default theme, where you want to run that code ?

    Anyways the sweetdate theme already has a photos tab

    You can use those codes “” in same file member-header.php

    But make sure to have exact name fields like you have added in wp-admin -> users -> profile fields.

    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: Wrong layout on Safari- Macbook Pro #149932
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 8,361 through 8,400 (of 20,101 total)

Log in with your credentials

Forgot your details?