Forum Replies Created

Viewing 40 posts - 5,401 through 5,440 (of 25,000 total)
  • Author
  • in reply to: Very very confusing #182267
     Laura
    Moderator

    Hello, i will be happy to help you 🙂 Do you want me to install you any demo?
    Just let me know what do you need and please share admin access and i will 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: Members Search page #182266
     Laura
    Moderator

    Hello, try to recount members at Tools > Buddypress , check recount member and last activity
    To hide the #friends add this to style.css of child theme

    COPY CODE
    
    li#members-personal {
        display: none !important;
    }
    

    To hide total members add this

    COPY CODE
    
    li#members-personal {
        display: none !important;
    }
    

    2- Sadly its a range field so you cant select the default state
    3- You can change the order at Users > Profile fields

    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 articles section #182265
     Laura
    Moderator

    Hello, here, just add to style.css the ones you want to hide

    COPY CODE
    
    li#articles-personal-li {
        display: none !important;
    }
    li#media-personal-li {
        display: none !important;
    }
    li#forums-personal-li {
        display: none !important;
    }
    li#groups-personal-li {
        display: none !important;
    }
    li#friends-personal-li {
        display: none !important;
    }
    li#blogs-personal-li {
        display: none !important;
    }
    li#xprofile-personal-li {
        display: none !important;
    }
    li#activity-personal-li {
        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: Slow pageloads and Sweetdate showing blank in backend #182262
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress messaging #182261
     Laura
    Moderator

    Hello, i could not find the source of it at the language file.
    I can check the file using ftp access or if you prefer you can hide it using this css ad style.css of child theme

    COPY CODE
    
    
    #message-recipients .highlight {
        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: Membership Level Permissions Do Not Work #182259
     Laura
    Moderator

    Hello, i understand, i’m sorry for the delays and i ma happy you could resolve it.
    If you need anything else please let me know

    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: Elementor home page shows 2 register forms #182256
     Laura
    Moderator

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

    COPY CODE
    
    .header-bg .five.columns {
        display: none;
    }
    .one.mobile-one.columns.text-center {
        padding: 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 🙂

    in reply to: Hide a type of member from the members carrousel #182254
     Laura
    Moderator

    Hello, that is not available right now, a the carousel does not recognize member types. But maybe a developer can edit 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: Quick profile navigation #182250
     Laura
    Moderator
    Not marked as solution
    in reply to: Menu Items #182249
     Laura
    Moderator
    Not marked as solution
    in reply to: Manage access to pages via login #182205
     Laura
    Moderator

    Hello, maybe Buddypress Members Only plugin 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: Login via facebook not working #182204
     Laura
    Moderator

    Hello, have you tried the options at Misc at theme options?
    Or a plugin like peters login redirect

    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: Webpage load very slow #182203
     Laura
    Moderator
    Not marked as solution
    in reply to: WP Job Manager Resume in KLEO Profile tab #182202
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Forums>Groups #182104
     Laura
    Moderator

    Hello, the code should just hide other forums at the main forum page so they all show 4, but they are still there if you click at Groups you should see all forums.

    Try to replace the code i gave with

    COPY CODE
    
    .forum-archive ul.bbp-forums-list li:nth-child(n+5) {
        display: none !important;
    }
    

    Its css, style code, so it doesnt affect group updates or any function

    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 slide, drop down menues and vc not showing #182103
     Laura
    Moderator
    Not marked as solution
    in reply to: Theme Settings/Options #182102
     Laura
    Moderator
    Not marked as solution
    in reply to: Membership Level Permissions Do Not Work #182101
     Laura
    Moderator

    Hello, we have a demo to view all the theme features, and that feature was not listed or shown at the demo, and actually its the first time i see it requested, you can easily build search results with the form and bring users with an specific profile field. You could add the field “VIP” that can only be changed by you, and do a search for only vip members, it should show the ones you want.
    Or edit the members-loop.php file and add an if membership so you can filter members.

    We can’t add functions here, we are here to help with what is already there. The theme works correctly and if you find any bug ( that is actually a bug not a function that doesn’t exist ) please let me know and we will check it out ASAP.

    We are not one of the most seller on themeforest for having a theme with bugs but for having a growing theme and good support and you can confirm it checking our reviews.

    If i can help you with anything, please let me know, but i can’t add a feature that was never there.

    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: Name displaying on an uploaded file #182100
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide articles section #182099
     Laura
    Moderator

    Hello, the articles section is shown because of Social Articles plugin, you can deactivate it or hide it with css, i can help with wp-admin access 🙂 same with the other

    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 Menu / Change Text,Add Links #182098
     Laura
    Moderator
    Not marked as solution
    in reply to: Cover Photos in Members List #182096
     Laura
    Moderator
    Not marked as solution
    in reply to: Logout #182095
     Laura
    Moderator
    Not marked as solution
    in reply to: MISSING VISUAL COMPOSER #182094
     Laura
    Moderator
    Not marked as solution
    in reply to: Slider revolution addon #182093
     Laura
    Moderator

    Hello, we can’t provide addons as we did not create slider revolution, only the license for the slider at the most compatible version of the theme is included.

    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: Slow pageloads and Sweetdate showing blank in backend #182092
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress messaging #182090
     Laura
    Moderator

    Hello, please share access 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: >> Topbar and font color #182089
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme, then you can change the color later 🙂

    COPY CODE
    
    .social-header.header-color {
        background: blue !important;
    }
    .top-bar a {
        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: Monetize #182088
     Laura
    Moderator

    Hello, your site needs to be activated by google adsense to show ads, if you did add the code but there is no add please contact adsense support and make sure you added the code to the header.php ( the confirmation 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: Memberships #182087
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile Menu not working when Header is Changed #182086
     Laura
    Moderator

    Hello,
    At the Appearance > Menu add anew menu item and click the arrow to open it, you should see the button styles 🙂
    I can help you if you do not find it, just let me know

    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: Activation Key #182085
     Laura
    Moderator
    Not marked as solution
    in reply to: Problem with Group #182084
     Laura
    Moderator
    Not marked as solution
    in reply to: Layout #182083
     Laura
    Moderator

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

    COPY CODE
    
    div#header .row {
        margin: 0 auto !important;
    }
    section.with-top-border .row {
        margin: 0 auto !important;
    }
    div#support .row {
        margin: 0 auto !important;
    }
    div#footer .row {
        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: Adding to Register page #182028
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Translating default contact form #182026
     Laura
    Moderator

    Oh i’m sorry i misunderstood your question, it was the theme contact form. I’m happy you could resolve it, sorry for the misunderstanding!

    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: Internet Admin Users displayed on Member Page #182024
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 5,401 through 5,440 (of 25,000 total)

Log in with your credentials

Forgot your details?