Forum Replies Created

Viewing 40 posts - 961 through 1,000 (of 2,796 total)
  • Author
  • in reply to: Quick Css Fix? #161353
     Laura
    Moderator
    Not marked as solution
    in reply to: BuddyDrive icon #161333
     Laura
    Moderator
    Not marked as solution
    in reply to: Changing colour of links in sub menus #161118
     Laura
    Moderator

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

    COPY CODE
    
    div#subnav a {
        color: red !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: Alternate Background Image #161039
     Laura
    Moderator

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

    COPY CODE
    
    .single-post.page-boxed-bg {
        background-image: url(IMAGE URL HERE) !important;
        background-repeat: no-repeat;
        background-size: inherit;
        background-attachment: fixed;
        background-position: center center;
    }
    

    And change the image url 🙂

    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: Form Colour Change Not Working #160939
     Laura
    Moderator

    Hello 🙂
    1- Try by adding this css

    COPY CODE
    
    .form-wrapper {
        background: #bef781;
        border-radius: 60px;
        border: 1px solid;
        border-color: transparent !important;
    }
    .form-header {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-color: transparent !important;
    }
    form.custom.form-search {
        border-color: transparent !important;
        background: transparent !important;
    }
    .form-footer {
        border-color: transparent !important;
        background: transparent !important;
    }
    

    2- Fixed with the css above
    3- Fixed with the css above
    4- Fixed at 1
    5- Fixed at 1
    6- Did you add any custom css that could create that?

    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: Don’t want to show the featured image in blog #160843
     Laura
    Moderator

    Hello, you can hide it using the following css 🙂

    COPY CODE
    
    .article-media img:first-child {
        display: none !important;
    }
    

    Just add that to style.css of child theme 🙂

    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 of the top menu #160824
     Laura
    Moderator
    Not marked as solution
    in reply to: How do I override the color for Classic Blue? #160807
     Laura
    Moderator

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

    COPY CODE
    
    a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-primary {
        background: red !important;
        border: red !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 to hide fullname? #160717
     Laura
    Moderator

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

    COPY CODE
    
    #profile h2 {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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: Colors on hovering #160700
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    div#breadcrumbs-wrapp ul.inline-list.right li a i:hover::before {color: red;}
    
    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 #160686
     Laura
    Moderator
    Not marked as solution
    in reply to: Pinterest style – post bg color #160685
     Laura
    Moderator

    Hello, if you want to add a background color JUST for the homepage, you can use this css at style.css of child theme 🙂

    COPY CODE
    
    .home-page section.container-wrap.main-color {
        background-color: black !important;
        background-image: 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: How do I change the Site Title Size? #160672
     Laura
    Moderator

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

    COPY CODE
    
    strong.logo a {
        font-size: 48px !important;
    }
    .menus-wrap span {
        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: Posting Testimonial in a page #160622
     Laura
    Moderator

    Hello, there seems to be an issue with the testimonials i would need to enable wp debug to see it, i added kleo post grid if you prefer to use that instead as it shows the full photo.

    For the testimonials please setup wpdebug following these steps:

    -Connect to your server by FTP
    -Look in root directory of your WordPress install and open wp-config.php
    -Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE

    COPY CODE
    define( 'WP_DEBUG', true );
    

    -After this line add this:¡

    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Accordion icon #160621
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
    If it doesnt work please let me know the screen resolution where you are seeing it 🙂

    COPY CODE
    
    @media (max-width: 991px) {
    a.accordion-toggle span {
        margin-top: -7% !important;
        margin-left: -6% !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: Top bar covering logo &Menu not showing up #160557
     Laura
    Moderator
    Not marked as solution
    in reply to: move avatar position #160445
     Laura
    Moderator

    Hello, please try by replacing the last code you added with

    COPY CODE
    
    @media screen and (min-width: 800px) {
       .buddypress #item-header-avatar.rounded img.avatar {
    border-radius: 0;
    position: relative;
    top: 215px;
    left: -650px;
    }
    }
    
    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 Buddypress Profile Page Template #160287
     Laura
    Moderator

    Hello, you can use the css classes for those pages which are:
    .buddypress.bbp-user-page.single

    .directory

    So to add the css use

    COPY CODE
    
    .buddypress.bbp-user-page.single {
    // style here
    }
    .buddypress.bbp-user-page.single. {
    // style here
    }
    
    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: Posting Testimonial in a page #160268
     Laura
    Moderator

    Hello, at your wordpress admin dashboard, go to Testimonials and add one, then using the testimonials shortcode at your page

    COPY CODE
    
    [kleo_testimonials number=3]
    

    Or the visual composer element 🙂

    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: Small Space Before Footer #160210
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, please try by adding the following code at Appearance > Editor > Style.css or at style.css of the child theme folder

    COPY CODE
    
    .wpb_wrapper {
        border: 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: Shdow behind the info? #160160
     Laura
    Moderator

    Hello, you will need to delete this part

    COPY CODE
    
    .portfolio-header a {
        text-shadow: 2px 2px black;
    }
    

    As i cant separate them from the other titles sadly

    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: Sidebar Color #160107
     Laura
    Moderator

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

    COPY CODE
    
    .sidebar {
        background: red !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

    Hello, the sidebar and all theme components are already responsive, can you specify which part its not responsive, with a screenshot?
    To edit the sidebar width you can use this css, just add it to style.css of child theme and edit it 🙂

    COPY CODE
    
    .sidebar {
        width: 30%;
    }
    
    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? #160084
     Laura
    Moderator

    Hello, please try by adding this:

    COPY CODE
    
    h4.user-nicename.hover-tip.click-tip {
        text-shadow: 2px 2px black;
    }
    div#item-header-content h4 {
        text-shadow: 2px 2px black;
    }
    div#item-header-content span {
        text-shadow: 2px 2px black;
    }
    .group-admins.col-sm-12 h3 {
        text-shadow: 2px 2px black;
    }
    .portfolio-header a {
        text-shadow: 2px 2px black;
    }
    

    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: unable to have site like demo #160073
     Laura
    Moderator
    Not marked as solution
    in reply to: Colors on hovering #160043
     Laura
    Moderator

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

    COPY CODE
    
    i.icon-chevron-right:hover:before {
        color: red !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: Styling child menus background and text? #160034
     Laura
    Moderator

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

    COPY CODE
    
    .dropdown-menu .active a {
        color: red !important;
        background: 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: move avatar position #160021
     Laura
    Moderator

    Hello, for the groups use

    COPY CODE
    
    .groups #item-header-avatar #item-header  #item-header-content {
    border-color: transparent;
    height: 290px;
    }
    

    For the profile page, how do you want it?

    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 disable the matching algorithm #159856
     Laura
    Moderator

    Hello, please try by adding this to functions.php of child theme 🙂 Its at wp-content/themes/sweetdate-child or at Appearance > Editor > functions.php

    COPY CODE
    
    function kleo_my_hearts_actions()
    {
    /* disable matching on member profile */
    remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);
    }
    
    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: move avatar position #159802
     Laura
    Moderator

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

    COPY CODE
    
    .groups #item-header-avatar {
        display: 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: Redirection issue #159799
     Laura
    Moderator
    Not marked as solution
    in reply to: WooCommerce Product Column #159798
     Laura
    Moderator

    Hello, sorry, the page name is Columns tests, here is the content of the page, if you want to add this to any back, use the CLASSIC MODE of visual composer, paste the code and switch back to BACKEND MODE, also paste the css at the GEAR of visual composer, this way you should have everything setup as the Columns test page

    Code for the classic mode:

    COPY CODE
    
    [vc_row padding_bottom="0" el_class="box1"][vc_column width="1/2"][product id="7411"][/vc_column][vc_column width="1/2"][product id="7413"][/vc_column][/vc_row][vc_row el_class="box2"][vc_column width="1/3"][product id="7394"][/vc_column][vc_column width="1/3"][product id="7414"][/vc_column][vc_column width="1/3"][product id="7427"][/vc_column][/vc_row]
    
    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

    Hola, prueba a reemplazar el ultimo código por este

    COPY CODE
    
    
    .groups span.kleo-online-status.hover-tip.click-tip {
        margin-left: -7px;
        margin-top: -15px;
    }
    
    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: move avatar position #159694
     Laura
    Moderator

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

    COPY CODE
    
    
    .bp-user #buddypress #item-header-avatar {
        margin-top: -20px !important;
        position: absolute !important;
        margin-left: -45% !important;
    }
    .buddypress div#item-header {
        padding-top: 140px !important;
        padding-bottom: 50px !important;
    }
    

    Let me know if it 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: Menu Items and minor CSS questions #159691
     Laura
    Moderator
    Not marked as solution
    in reply to: WooCommerce Product Column #159681
     Laura
    Moderator

    Hello, i created a sample page where you can get the codes and add it to any page 🙂
    Please note that i added the css to the quick css of visual composer ( check the gear icon )
    the css is this one

    COPY CODE
    
    .box1 .product-loop-inner {
        width: 550px;
    }
    .box2 img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
        height: 300px !important;
    }
    

    The first row has the class “box1” and the second row has “box2”

    Let me know if you need 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: Member Profile Page not working responsively #159674
     Laura
    Moderator

    Hello, i see the issue, please try by adding this to style.css of child theme (you can see it at Appearance > Edit > Style.css or at your website files wp-content/themes/sweetdate-child ) 🙂

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .dl-horizontal dd {
        margin-left: 0px !important;
        width: 76%;
    }
    }
    
    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

    Hola, prueba con este código 🙂

    COPY CODE
    
    span.kleo-online-status.hover-tip.click-tip {
        margin-left: -7px;
        margin-top: -15px;
    }
    
    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: Colors on hovering #159520
     Laura
    Moderator

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

    COPY CODE
    
    #item-nav a:hover {
        color: red !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 - 961 through 1,000 (of 2,796 total)

Log in with your credentials

Forgot your details?