Forum Replies Created

Viewing 40 posts - 921 through 960 (of 2,796 total)
  • Author
  • in reply to: Geodirectory comment margins are off #162556
     Laura
    Moderator

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

    COPY CODE
    
    #reviewsTab .comments-area .comment-content p {
        width: 80%;
    }
    
    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

    Hello, for replies please try

    COPY CODE
    
    .bbp-reply-content {
    background-color: #FADBDA !important;
    }
    .bbp-reply-content:before {
        background: black !important;
    }
    

    The diamond is the second code

    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: About Us links #162552
     Laura
    Moderator

    Hello, please use

    COPY CODE
    
    <i class="icon fa fa-instagram icon-2x"></i>
    

    To add the icon 🙂

    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: Groups description is cut in group page #162548
     Laura
    Moderator

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

    COPY CODE
    
    .buddypress div#item-header div#item-header-content p:first-child {
        max-width: 100%;
        height: 130px !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: Update KLEO Theme #162544
     Laura
    Moderator

    Hello, what is the version of KLEO installed?
    Please try by adding this to style.css of child theme

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    @media only screen and (max-width: 991px) and (min-width: 768px) {
    div#item-header {
        display: none;
    }
    .xprofile div#item-header {
        display: block !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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: How do I change the Site Title Size? #162283
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .logo a {
        text-align: center !important;
    }
    strong.logo {
        width: 80%;
    }
    strong.logo a {
        font-size: 24px !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: changing the color #162279
     Laura
    Moderator

    Hello, this is for the shop:
    The shop background:

    COPY CODE
    
    section.container-wrap.main-color {
        background: black !important;
    }
    

    Container background

    COPY CODE
    
    ul.products {
        background: black !important;
    }
    

    Products background + White text

    COPY CODE
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        background: black !important;
    }
    .woocommerce ul.products .product-details a {
        color: white !important;
    }
    .woocommerce ul.products span.price {
        color: white !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: Shdow behind the info? #162277
     Laura
    Moderator

    Hello, maybe this helps, try adding it to style.css of child theme

    COPY CODE
    
    a.vc_gitem-link.vc-zone-link:hover {
        color: white !important;
        background: rgba(0, 0, 0, 0.45);
    }
    a.vc_gitem-link.vc-zone-link{
        color: white !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: question about admin bar #162275
     Laura
    Moderator

    Hello, please try by adding this to functions.php of child theme

    COPY CODE
    
    add_action( 'admin_bar_menu', 'remove_theme_options', 999 );
    
    function remove_theme_options( $wp_admin_bar ) {
    	$wp_admin_bar->remove_node( 'wp-admin-bar-kleo_options' );
    }
    
    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: code on group page #162269
     Laura
    Moderator

    Hello, have you tried deactivating some plugins and testing again? If so, please try the following:
    Replace this line from your wp-config.php file:

    COPY CODE
    
    define('WP_DEBUG', false);
    

    with this:

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    
    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

    Hello, i’m very sorry for the delay, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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: Some functionality missing in my swwetdate theme #162204
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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: Fatal Error and/or blank screen #162201
     Laura
    Moderator

    Hello, please try the following:
    Go to your hosting cpanel and find file manager or ftp, access it and find wp-config.php, edit it and add the following

    COPY CODE
    
    define('WP_MEMORY_LIMIT', '256M');
    

    Just below “that’s all…”

    Let me know if that helps 🙂

    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: Can’t change body font size #162186
     Laura
    Moderator

    Hello, you can use this css, add it to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    body {
        font-size: 20px !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: RtMedia – Activity – conflict #162028
     Laura
    Moderator
    Not marked as solution
    in reply to: Search Result Display looks off #162012
     Laura
    Moderator

    Hello, try this one 🙂

    COPY CODE
    
    span.search_excerpt {
        font-size: 14px !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: Center Footer text #162011
     Laura
    Moderator

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

    COPY CODE
    
    .wpb_widgetised_column.wpb_content_element.sidebar a {
        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: How do I change the Site Title Size? #161936
     Laura
    Moderator

    Hello, should be fixed, just add this css to style.css

    COPY CODE
    
    strong.logo a {
        font-size: 32px !important;
        margin-bottom: -13%;
        margin-left: 5%;
    }
    

    I moved the span code inside the of the logo so they are in the same container and edited a bit the style so it looks like this

    COPY CODE
    
    	<span style="clear: both;margin-top: -5% !important;font-size: 24px !important;"><?php echo get_bloginfo ( 'description' ); ?></span>
    
    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: widget for mmbers #161930
     Laura
    Moderator

    Hello, just move this code

    COPY CODE
    
    .bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right {
        top: 200px !important;
    }
    

    Inside the media code, so it looks like this

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .buddypress #item-header-avatar.rounded img.avatar {
    border-radius: 0;
    position: relative;
    left: 475%;
    }
    .bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right {
        top: 200px !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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Menu drop-down into body gap #161916
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        margin-top: -90px;
    }
    
    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: Search Result Display looks off #161804
     Laura
    Moderator

    Hello, you can hide it by adding this to style.css of child theme

    COPY CODE
    
    span.search_excerpt {
        display: none !important;
    }
    

    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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: Post update button isn’t appearing #161797
     Laura
    Moderator

    Hello try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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

    Hello, try by adding this to style.css of child theme or to Appearance > Editor > Style.css

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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: post button not there. #161792
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    #whats-new-content.active #whats-new-options { display: block;}
    
    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: Group Photo #161784
     Laura
    Moderator

    Hello, at Groups, go to the group and click Manage, then you will see where to change the Photo and the Cover image 🙂

    To change the text color, just add this to style.css of child theme or at Appearance > Editor > Style.css
    and edit it as you prefer 🙂

    COPY CODE
    
    .group-single div#item-meta p {
        color: black !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: Center Footer text #161777
     Laura
    Moderator

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

    COPY CODE
    
    div#footer a {
        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: Blog section needs css #161663
     Laura
    Moderator
    Not marked as solution
    in reply to: I would like change the color of the arrow #161661
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    div#ajax_search_container:before {
        background: #5fa5e2 !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 🙂

     Laura
    Moderator
    Not marked as solution
    in reply to: knowledge base no space between icon and title #161623
     Laura
    Moderator

    Hello, try adding this to style.css of child theme or at Appearance > Editor > Style.css

    COPY CODE
    
    i.icon.icon-newspaper {
        margin-right: 10px;
    }
    i.icon.icon-arrow-right5 {
        margin-right: 10px;
    }
    
    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: widget for mmbers #161544
     Laura
    Moderator

    Hello, i suggest to use that only for desktop as its better to keep mobile responsiveness css
    To have only desktop css wrap your css inside this

    COPY CODE
    
    @media screen and (min-width: 800px) {
        // this css will only be used when the screen size is min 800px
    }
    
    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: Navigation Bar Color #161357
     Laura
    Moderator
    Not marked as solution
    in reply to: widget for mmbers #161354
     Laura
    Moderator

    Hello, try by using this css instead of the one you have for the sidebar

    COPY CODE
    
    .bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right {
        top: 200px !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 🙂

Viewing 40 posts - 921 through 960 (of 2,796 total)

Log in with your credentials

Forgot your details?