Forum Replies Created

Viewing 40 posts - 201 through 240 (of 2,796 total)
  • Author
  • in reply to: Hide Long Search Bar On Top #206518
     Laura
    Moderator
    Not marked as solution
    in reply to: Script error blocks upload function #206510
     Laura
    Moderator

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

    COPY CODE
    
    function include_default_jquery() {
    	wp_deregister_script('jquery');
    	wp_enqueue_script('jquery', site_url() . '/wp-includes/js/jquery/jquery.js', array(), null, true);
    }
    add_action('wp_enqueue_scripts', 'include_default_jquery', 5000);
    
    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: Need to make some theme adjustement #206509
     Laura
    Moderator
    Not marked as solution
    in reply to: Translation of certain sections #206414
     Laura
    Moderator

    Hola, he podido entrar, era un protocolo inseguro, deberias cambiarlo a TLS
    Añade esto para cambiar el color de la edad:

    COPY CODE
    
    .search-meta p {
        color: black !important;
    }
    

    He añadido datos extra junto a la edad

    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: Help me please with the lines.. #206406
     Laura
    Moderator
    Not marked as solution
    in reply to: Notices placement #206211
     Laura
    Moderator

    Hello, use this and edit until you like it 🙂

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    
    div#sitewide-notice {
        margin-top: -140% !important;
        background: #ff5392 !important;
        color: white !important;
    }
    div#sitewide-notice p {
        font-size: 18px !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: Logo positioning #206207
     Laura
    Moderator
    Not marked as solution
    in reply to: buddypress comment button text alignment issue #206169
     Laura
    Moderator

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

    COPY CODE
    
    .acomment-reply {
        line-height: 1 !important;
    }
    a.button.view.bp-secondary-action {
        line-height: 1 !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: Help me please with the lines.. #206114
     Laura
    Moderator
    Not marked as solution
    in reply to: functionality of store/home shope theme #205705
     Laura
    Moderator
    Not marked as solution
    in reply to: CSS for Forum pages #205703
     Laura
    Moderator
    Not marked as solution
    in reply to: Add Friend button #205568
     Laura
    Moderator
    Not marked as solution
    in reply to: translate bug #205347
     Laura
    Moderator

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

    COPY CODE
    
    #support .textwidget {
        margin-left: -100%;
    }
    
    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: CSS for Forum pages #205236
     Laura
    Moderator
    Not marked as solution
    in reply to: CSS for Forum pages #205012
     Laura
    Moderator
    Not marked as solution
    in reply to: Bullet point and number on bp activity not showing #204840
     Laura
    Moderator

    Hello, try if this helps

    COPY CODE
    
    #buddypress ul.item-list li {
        overflow: visible !important;
    }
    

    Add to style.css or quick css

    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: black color #204837
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    .home-page div#main-content {
        background: #240028 !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: Notices placement #204834
     Laura
    Moderator

    Hello, try with this css

    COPY CODE
    
    div#sitewide-notice {
        margin-top: -140% !important;
        background: #ff5392 !important;
        color: white !important;
    }
    div#sitewide-notice p {
        font-size: 18px !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: Line #204824
     Laura
    Moderator

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

    COPY CODE
    
    h2.page-header {
        border-bottom: 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: Side bar enlargement #204750
     Laura
    Moderator

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

    COPY CODE
    
    .widgets-container.sidebar_location {
        width: 120% !important;
    }
    

    You can adjust the % as you prefer 🙂

    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 delete the Gap between Blocks #204749
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, use this, should delete some padding

    COPY CODE
    
    .forum-archive .template-page.col-sm-12.tpl-no {
        padding: 0px !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: Help me please with the lines.. #204627
     Laura
    Moderator
    Not marked as solution
    in reply to: Sidebar options #204620
     Laura
    Moderator

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

    COPY CODE
    
    .activity .widgets-container.sidebar_location {
        display: none !important;
    }
    .activity div#main-content {
        width: 100% !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: Rev Slider / WP Page Builder #204617
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: White space above menu on mobile #204507
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, try by adding this

    COPY CODE
    
    #bbp-search-form .input-group {
        float: left !important;
        margin-top: -10px !important;
    }
    

    Where do you want to remove the sidebar?

    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: bbPress formatting #204327
     Laura
    Moderator

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

    COPY CODE
    
    .bbp-reply-header {
        padding: 0px !important;
    }
    .bbp-reply-content {
        padding: 0px !important;
    }
    .bbp-reply-content:before {
        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: No text showing on ‘username’ line in login #204323
     Laura
    Moderator

    Hello, add this to quick css or style.css of child theme

    COPY CODE
    
    ul#menu-kleonavmenu a {
        color: #75bdfd !important;
    }
    

    For the login issue its because you have set transparent header at page settings, if you are using the code i sent you to make the header look transparent, do not enable transparent header settings

    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: Top Bar & Buddy Press Activity #204219
     Laura
    Moderator

    Hello 🙂
    The grey bar is the top bar, you can hide it at theme options – header or using this css

    COPY CODE
    
    .social-header.header-color {
        display: none !important;
    }
    

    2- Disable animations at theme options – misc 🙂

    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: Problems with Elementor home page #204193
     Laura
    Moderator
    Not marked as solution
    in reply to: Some customizations #204191
     Laura
    Moderator

    Hello, this should deactivate the puzzle prime link you said

    COPY CODE
    
    .buddypress h1.page-title.text-center a {
        pointer-events: none;
    }
    

    1- Decreasing the size wont show more icons, it has a limit per screen size, its made for responsiveness
    2- It could be changed at the template, i can help you with ftp access
    Want to make the bubble smaller to fit the text?
    3,4 Share a link directly to a post so i can check 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: Problems with Elementor home page #204112
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile Photos #204094
     Laura
    Moderator

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

    COPY CODE
    
    .item-avatar img.avatar {
        width: 150px !important;
        height: 150px !important;
        border-radius: 0px !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, try by adding this to style.css of child theme

    COPY CODE
    
    span.input-group-btn {
        line-height: 0 !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: No text showing on ‘username’ line in login #204002
     Laura
    Moderator

    Hello, the password field works for me 🙂 I do see the username and password correctly
    About the header
    try by adding this to style.css of child theme

    COPY CODE
    
    .kleo-main-header.header-normal {
        background: #fbfbfbdb !important;
    }
    

    Should not affect homepage

    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 - 201 through 240 (of 2,796 total)

Log in with your credentials

Forgot your details?