Forum Replies Created

Viewing 40 posts - 121 through 160 (of 2,796 total)
  • Author
  • in reply to: @mentions function with autolink to user profile #211072
     Laura
    Moderator

    Hello, please try by adding this to functions.php of child theme, if not working please share ftp access

    COPY CODE
    
    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    
    	return true;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
    
    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: Full Width Footer #211048
     Laura
    Moderator

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

    COPY CODE
    
    div#footer .container {
        max-width: 96% !important;
    }
    #footer .col-sm-3:first-child {
        width: 33% !important;
    }
    #footer .col-sm-3 {
        width: 17% !important;
    }
    h4.widget-title {
        font-weight: 600 !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: Menu to be set like the screenshot #211016
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile menu customization #210918
     Laura
    Moderator
    Hello, try by adding this to style.css of child theme
    @media only screen and (max-width: 768px) {
    .header-menu ul.submenu {
        display: block !important;
    }
    }
    
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .activity-content {
        margin-left: 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: Advanced Search #210699
     Laura
    Moderator

    Hello, this should hide the search form

    COPY CODE
    
    div#search-bar {
        display: none !important;
    }
    

    Add to style.css of child theme
    And for the members if there is a search filter active it doesnt show all members

    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: hide a button from sucribers #210506
     Laura
    Moderator

    Try by adding this to style.css of child theme:

    COPY CODE
    
    .logged-in a.elementor-button-link.elementor-button.elementor-size-xl {
        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: Enlage the theme content area #210504
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme then edit as you prefer

    COPY CODE
    
    div#main .row {
        width: 80% !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 text and links #210407
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Map filter bug #210352
     Laura
    Moderator
    Not marked as solution
    in reply to: % 70 Transplant Register form #210226
     Laura
    Moderator

    Hello, try

    COPY CODE
    
     
    .seven.mobile-four.columns select {
        background: transparent !important;
        color: white !important;
    }
    .three.mobile-one.columns select {
        background: transparent !important;
        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: % 70 Transplant Register form #210118
     Laura
    Moderator

    Hello, add this 🙂

    COPY CODE
     
    .seven.mobile-four.columns input {
        background: transparent !important;
        color: white !important;
    }
    .three.mobile-one.columns input {
        background: transparent !important;
        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: % 70 Transplant Register form #210018
     Laura
    Moderator

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

    COPY CODE
    
    .form-search, .form-header, div.alert-box, div.pagination span.current {
        background: #270033a6 !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: Animations still happening despite being turned off #209965
     Laura
    Moderator

    Hello, those are wpbakery elements animations not kleo animations so you can’t turn them off using kleo options
    Try by adding this to style.css of child theme

    COPY CODE
    
    .vc_tta-panel.vc_animating {
         opacity: 0;
    }
    
    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 search results #209934
     Laura
    Moderator
    Not marked as solution
    in reply to: Can I please change the login back to original WP? #209893
     Laura
    Moderator

    Hello, access is not working, what you need to delete is

    COPY CODE
    
    data-reveal-id="login_panel"
    

    And change the url at href=”-“

    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: Invalid argument supplied for foreach() #209879
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove Search Bar #209876
     Laura
    Moderator
    Not marked as solution
    in reply to: Misaligned text on Create an Account page #209793
     Laura
    Moderator
    Not marked as solution
    in reply to: Can I please change the login back to original WP? #209785
     Laura
    Moderator

    Hello, you could need to edit the file general-header.php at page-parts folder but first you need to copy it to the child theme folder before editing it.

    Find

    COPY CODE
    
    <a href="#">
    									<i class="icon-user hide-for-medium-down"></i>
    									<?php _e( "LOG IN", 'kleo_framework' ); ?>
    								</a>
    

    Replace with

    COPY CODE
    
    <a href="YOUR LOGIN URL HERE">
    									<i class="icon-user hide-for-medium-down"></i>
    									<?php _e( "LOG IN", 'kleo_framework' ); ?>
    								</a>
    

    Change the login 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: How to Customize News Mag Features #209784
     Laura
    Moderator

    For the meta using theme options is the best option, and for borders try by adding this to the page CSS

    COPY CODE
    
    .wpb_column.vc_column_container.vc_col-sm-6 {
        border-left: 1px solid black !important;
        border-right: 1px solid black;
    }
    
    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 search results #209740
     Laura
    Moderator
    Not marked as solution
    in reply to: problem of menu #209739
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile text and links #209609
     Laura
    Moderator
    Not marked as solution
    in reply to: Problems in the Register in Mobile Device #209532
     Laura
    Moderator

    Please follow these steps to enable wp debug so we can see if there is any error:

    -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: theme update error #209429
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .page-id-1300 iv#cometchat_embed_synergy_container {
        width: 1000px !important;
    }
    .page-id-1300 iframe#cometchat_synergy_iframe {
        width: 1000px !important;
    }
    .page-id-1300 aside.four.columns {
        width: 25% !important;
    }
    

    For further editing you may need to hire a developer

    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: theme update error #209348
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .page-id-1300 div#main .row {
        width: 1440px !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: theme update error #209339
     Laura
    Moderator

    Hello, just add this to style.css of child theme
    It will hide the menu link on mobile

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    li#nav-menu-item-2648 {
        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: Activity update #209333
     Laura
    Moderator

    Hello, this will hide the text, add to style.css of child theme

    COPY CODE
    
    .rtmedia-activity-text {
        display: none !important;
    }
    ul.rtmedia-list.rtm-activity-media-list.rtmedia-activity-media-length-1 img {
        width: 40% !important;
    }
    

    Edit the % to make the image bigger or smaller

    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: Remove "Send Public Message" button. #209257
     Laura
    Moderator
    Not marked as solution
    in reply to: Register Form issues #209159
     Laura
    Moderator
    Not marked as solution
    in reply to: Sub Menu on Mobile Phone is Grey. Not Readable #208987
     Laura
    Moderator
    Hello, this should do it :)
    @media (max-width: 991px) {
    ul.dropdown-menu.sub-menu.pull-left a {
        color: white !important;
    }
    }
    
     Laura
    Moderator

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

    COPY CODE
    
    a.members-switch:last-child {
        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 🙂

     Laura
    Moderator

    Hello, here, add to style.css of child theme 🙂

    COPY CODE
    
    .home ul#menu-mainmenu a {
        color: #1FA8D1 !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: Big images on buddipres members and friends lists #208822
     Laura
    Moderator
    Not marked as solution
    in reply to: Updates #208738
     Laura
    Moderator
    Not marked as solution
    in reply to: Sub Menu on Mobile Phone is Grey. Not Readable #208699
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: essential grid filter shortcode #208673
     Laura
    Moderator

    Hello, it was just a css issue, add this to style.css of child theme

    COPY CODE
    
    .esg-filter-wrapper.eg-show-amount.minimal-light.esg-fgc-5 {
        visibility: visible !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 - 121 through 160 (of 2,796 total)

Log in with your credentials

Forgot your details?