Forum Replies Created

Viewing 40 posts - 3,241 through 3,280 (of 25,000 total)
  • Author
  • in reply to: Top members issues #197279
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    li.two.columns.mobile-two.top-active-members {
        float: none !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Profile photo #197276
     Laura
    Moderator

    Understood, let me know if i can help you with anything else 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Kleo Theme Live Profile and Notification Buttons #197275
     Laura
    Moderator
    Not marked as solution
    in reply to: Custom field in the breadcrumb #197274
     Laura
    Moderator

    Hello, you could use the slug for breadcrumbs, try by adding this to functions.php of child theme

    If there is an error, go to your hosting file manager and delete the code you just added

    COPY CODE
    
    if ( is_page() ) {
                $post = $wp_query->get_queried_object();
                if ( $post->post_parent == 0 ){ echo "<li> » ".ucwords(str_replace("-", " ", $post->post_name))."</li>"; } 
                else {
                    $title = the_title('','', FALSE);
                    $ancestors = array_reverse( get_post_ancestors( $post->ID ) );
                    array_push($ancestors, $post->ID);
    
                    foreach ( $ancestors as $ancestor ){
                        if( $ancestor != end($ancestors) ){
                            echo '<li> » <a href="'. get_permalink($ancestor) .'">'. ucwords(str_replace("-", " ", basename(get_permalink($ancestor)))) .'</a></li>';
                        } else {
                            echo '<li> » '. ucwords(str_replace("-", " ", basename(get_permalink($ancestor)))) .'</li>';
                        }
                    }
                }
    } 
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: twitter load #197273
     Laura
    Moderator

    Hello 🙂
    Q1- Did you add this code to functions.php of child theme?

    COPY CODE
    
    
    add_action( 'wp_footer', 'wpse_262301_wp_footer', 11 );
    function wpse_262301_wp_footer() { 
    	wp_register_script( 'jquery-tweet');
    }
    

    If not works change 11 priority to 10 and still not works set 999

    Q2- Please read the reply that Radu sent and try to do that 🙂 If you have issues i will be happy to help

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Members Total only – possible? #197271
     Laura
    Moderator

    Hello, yes, because the search form is different and the whole page builder too. Any new features or updates will use sweetdate 3

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: how to have page look like in demo #197268
     Laura
    Moderator
    Not marked as solution
    in reply to: Demo content not complete #197267
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo Theme Live Profile and Notification Buttons #197164
     Laura
    Moderator
    Not marked as solution
    in reply to: Events Calendar Pro and Kleo settings #197163
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Custom field in the breadcrumb #197162
     Laura
    Moderator

    Hello, i am not sure i understand your request, can you share more details?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: new buddypress shortcode #197161
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Styling the Membership Level Page #197154
     Laura
    Moderator

    Hello, added to quick css and to style.css then cleaned cache, its working now

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Add taxonomy value on buddypress cover #197120
     Laura
    Moderator

    Hello, for this kind of change you may need to hire a developer, this is not available right now

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: twitter load #197109
     Laura
    Moderator

    Hello, can you share admin credentials so i can check it out?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Lightbox first image undefined after 4.3.5 #197054
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling the Membership Level Page #197053
     Laura
    Moderator

    Hello, yes please share credentials 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Woocommerce product image #197052
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo Theme Live Profile and Notification Buttons #197051
     Laura
    Moderator
    Not marked as solution
    in reply to: Facebook Comments Plugin #196979
     Laura
    Moderator
    Not marked as solution
    in reply to: media library #196978
     Laura
    Moderator

    Hello, i understand, please let me know if i can do something for you 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Styling the Membership Level Page #196977
     Laura
    Moderator

    Hello, please replace it with

    COPY CODE
    
    
    ul.list-group.list-group-flush li {
        text-align: center !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Sweetdate Captcha #196976
     Laura
    Moderator

    Hello, i would need to check it out, can you share admin access and also ftp access?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: add to cart botton look modification #196973
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo with rtMedia #196972
     Laura
    Moderator
    Not marked as solution
    in reply to: how to have page look like in demo #196844
     Laura
    Moderator
    Not marked as solution
    in reply to: Styling the Membership Level Page #196841
     Laura
    Moderator

    Hello, please add it to quick css of theme options and clean cache, let me know if it works 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Activating Elementor crashes WordPress #196840
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: media library #196834
     Laura
    Moderator

    Hello, if i could check it at your site it would be better, but its not loading, let me know 🙂
    And you need a SSL when asking for credit cards, using paypal its not necessary

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Facebook Comments Plugin #196832
     Laura
    Moderator
    Hello, you need to use the child theme to save any change to the theme and not lose it with a theme update, please activate it :) If your hosting is not sending emails and smtp plugin doesnt work please contact hosting provider to check why its not working :)
    in reply to: Homepage issues #196831
     Laura
    Moderator
    Not marked as solution
    in reply to: Woocommerce product image #196801
     Laura
    Moderator
    Not marked as solution
    in reply to: Linkedin profile verification registration #196800
     Laura
    Moderator

    Hello, to automatically store that information you would need to contact the plugin author as we do not know how its made, i am not sure of how to do it but maybe the author has a solution for this issue 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Styling the Membership Level Page #196747
     Laura
    Moderator

    Hello, to center the list try by adding this to style.css of child theme

    COPY CODE
    
    ul.list-group.list-group-flush li {
        text-align: center;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Bad traslation and issues with configuration #196746
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo with rtMedia #196744
     Laura
    Moderator
    Not marked as solution
    in reply to: Sports Page #196703
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 3,241 through 3,280 (of 25,000 total)

Log in with your credentials

Forgot your details?