Forum Replies Created

Viewing 40 posts - 441 through 480 (of 2,796 total)
  • Author
  • in reply to: Mobile version not fitting in the screen #186839
     Laura
    Moderator

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

    COPY CODE
    
    button#newsletter-submit {
        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: Change hamburger icon secondary menu on mobile #186783
     Laura
    Moderator

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

    COPY CODE
    
    i.fa.fa-bars:before {
        font-family: "fontello";
        content: "\e982" !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: Reduce space between lines of profile info #186778
     Laura
    Moderator

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

    COPY CODE
    
    .bp-widget dl {
        padding: 0px !important;
        margin: 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: Quick profile navigation #186746
     Laura
    Moderator
    Not marked as solution
    in reply to: logo height #186692
     Laura
    Moderator

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

    COPY CODE
    
    .logo img {
        height: 60px !important;
        max-height: 60px !important;
        width: 147px !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: Search Results Page Issues #186580
     Laura
    Moderator
    Not marked as solution
    in reply to: activity plus-resize images #186567
     Laura
    Moderator

    Hello, maybe this helps

    COPY CODE
    
    .bpfb_link_preview_container img {
        width: 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: change the forum inline background #186565
     Laura
    Moderator

    Hello, here
    Forum title color

    COPY CODE
    
    li.bbp-forum-info a {
        color: red !important;
    }
    

    Forum open background

    COPY CODE
    
    .bbp-forum-status-open {
        background: 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: Set the forum page as a homepage #186564
     Laura
    Moderator

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

    COPY CODE
    
    #bbpress-forums .bbp-search-form {
        top: -120% !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: change the size of the profile pictures #186563
     Laura
    Moderator

    Hello, please try with

    @media only screen and (max-width: 767px) {
    .author a {
        font-size: 20px !important;
    }
    .search-item .avatar {
        width: 110px !important;
        height: 110px !important;
    }
    .search-item .avatar img {
        width: 100px !important;
        height: 100px !important;
        max-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: Fancy list has bad alignement in mobile #186493
     Laura
    Moderator

    Hello, please replace it with

    COPY CODE
    
    @media (max-width: 991px) {
    .vc_column-inner.vc_custom_1433005365444 {
        padding: 0px 0px 0px 60px !important;
        margin: 0 auto !important;
        margin-top: -19% !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 color of registration box? #186337
     Laura
    Moderator

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

    COPY CODE
    
    .form-header {
        color: #0296c0 !important;
    }
    .form-header h4 {
        color: #0296c0 !important;
    }
    .form-search label {
        color: #0296c0 !important;
    }
    .custom.dropdown.expand a {
        border: 1px solid #BBE5F1 !important;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    }
    
    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: remove author name etc #186330
     Laura
    Moderator

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

    COPY CODE
    
    .article-meta.clearfix {
        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: Fancy list has bad alignement in mobile #186329
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .vc_column-inner.vc_custom_1433005365444 {
        padding: 0px 0px 0px 60px !important;
        margin: 0 auto !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: Fu;; Width page #186326
     Laura
    Moderator

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

    COPY CODE
    
    .page-id-1396 #main .row {
        width: 100%;
        margin: 0 auto !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: activity plus-resize images #186307
     Laura
    Moderator

    Hello, try:

    COPY CODE
    
    .wp-embed-featured-image.square {
        max-width: 60% !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: change the size of the profile pictures #186294
     Laura
    Moderator

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

    COPY CODE
    
    .search-item .avatar {
        width: 110px !important;
        height: 110px !important;
    }
    .search-item .avatar img {
        width: 100px !important;
        height: 100px !important;
        max-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: image galery on no show on site #186235
     Laura
    Moderator

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

    COPY CODE
    
    .slick-track {
        opacity: 1 !important;
        display: block !important;
        float: left !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: Set the forum page as a homepage #186139
     Laura
    Moderator

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

    COPY CODE
    
    function redirect_homepage() {
        if( ! is_home() && ! is_front_page() )
            return;
    
        wp_redirect( 'http://yourwebsite.com/forums', 301 );
        exit;
    }
    
    add_action( 'template_redirect', 'redirect_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 🙂

    in reply to: activity plus-resize images #186134
     Laura
    Moderator

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

    COPY CODE
    
    .activity-inner img {
        max-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: CSS for Geo Directory #186129
     Laura
    Moderator

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

    COPY CODE
    
    li.gd-cptcat-li.gd-cptcat-li-main {
        list-style: none !important;
        border: 1px solid #e5e5e5;
        padding: 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 🙂

    in reply to: Margin for the logo on sticky bar #186105
     Laura
    Moderator

    NVM, i can see it now, please try

    COPY CODE
    
    .header-scrolled {
        padding-top: 10px;
        padding-bottom: 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 🙂

    in reply to: Increase Avatar size in Members Directory #186095
     Laura
    Moderator

    Hello, sure, please add this to style.css of child theme

    COPY CODE
    
    .search-item .avatar {
        width: 115px !important;
        height: 115px !important;
    }
    .search-item .avatar img {
        height: 106px !important;
        width: 110px !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: Related post picture #185858
     Laura
    Moderator

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

    COPY CODE
    
    ul.kleo-carousel li {
        width: 250px !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 info and more info shown in 2 columns instead #185846
     Laura
    Moderator

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

    COPY CODE
    
    .bp-widget.info {
        width: 50%;
        float: left;
    }
    .bp-widget.more-info {
        width: 50%;
        float: right;
    }
    .profile {
        border: none !important;
    }
    

    The resumes require template editing, i suggest to hire a developer to do it 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: Strong tag not working #185627
     Laura
    Moderator

    Hello, please check this, add it to style.css of child theme, it will make it bolder and bigger to stand out

    COPY CODE
    
    b {
        font-weight: bolder !important;
        font-size: larger !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: visibility option #185615
     Laura
    Moderator

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

    COPY CODE
    
    .field-visibility-settings-toggle {
        display: none !important;
    }
    .field-visibility-settings-notoggle {
        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: Shortcode submit button broken when adding objects below #185602
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Text wrap for mobile #185428
     Laura
    Moderator
    Not marked as solution
    in reply to: how do i change color of registration box? #185425
     Laura
    Moderator

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

    COPY CODE
    
    .form-header {
        border-left: 10px solid red !important;
        border-top: 10px solid red !important;
        border-right: 10px solid red !important;
    }
    .form-search, .form-header, div.alert-box, div.pagination span.current {
        background: red !important;
    }
    .form-search .notch {
        border-top: 10px solid red !important;
    }
    .form-search.custom input[type="text"] {
        border: 1px solid red;
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"] {
        background-color: white !important;
    }
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
        color: red !important;
        background-color: white !important;
        border: 1px solid red !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: E-Commerce Category font size #185413
     Laura
    Moderator
    Not marked as solution
    in reply to: Search Result Page #185344
     Laura
    Moderator

    Got it, add this to the other code 🙂

    COPY CODE
    
    
    .search-no-results section.container-wrap.main-title.alternate-color.main-center-title.border-bottom.breadcrumbs-container {
        display: none !important;
    }
    .search-no-results .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .search-no-results .template-page.col-sm-9.tpl-right.posts-listing.masonry-listing.with-meta {
        width: 100%;
        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: plugin #185338
     Laura
    Moderator
    Not marked as solution
    in reply to: BP Profile Search #185190
     Laura
    Moderator
    Not marked as solution
    in reply to: improve item page css #185137
     Laura
    Moderator
    Not marked as solution
    in reply to: Breadcrumb #184960
     Laura
    Moderator

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

    COPY CODE
    
    section.container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
        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: Search Result Page #184853
     Laura
    Moderator

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

    COPY CODE
    
    .search-results section.container-wrap.main-title.alternate-color.main-center-title.border-bottom.breadcrumbs-container {
        display: none !important;
    }
    .search-results .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .search-results .template-page.col-sm-9.tpl-right.posts-listing.masonry-listing.with-meta {
        width: 100%;
        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: improve item page css #184846
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 441 through 480 (of 2,796 total)

Log in with your credentials

Forgot your details?