Forum Replies Created

Viewing 40 posts - 3,361 through 3,400 (of 25,000 total)
  • Author
  • in reply to: How to access these widgets? #196143
     Laura
    Moderator

    Hello, the login and register modals ( popup forms ) can only be edited at the file, but the register form is just a pre-registration, it should redirect users to the full registration form of buddypress ( the form will ask for the fields you have at Users > Profile fields > BASE ) and this Register page can’t be edited, just add or delete fields from the profile fields section.

    This is something by default with buddypress so any theme that uses buddypress will work like this. We added the small login and register forms just to make it easier.

    I’m here to help you so if you want to change something specific let me know and i will check how we can do that together 🙂

    In that case i would need to know what do you want to change and how and your cpanel access or ftp access and website wp-admin access shared here as a private reply

    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: Responsive Behavior of Image #196137
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove Page Title and Breadcrumb from all pages #196136
     Laura
    Moderator

    Hello, here is the idea, let me know if it works

    COPY CODE
    
    .category h1.page-title {
        display: block !important;
    }
    .tag h1.page-title {
        display: block !important;
    }
    h1.page-title {
        display: none;
    }
    
    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: widget #196135
     Laura
    Moderator

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

    COPY CODE
    
    form#swa-whats-new-form h5 {
        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: Custom template #196131
     Laura
    Moderator
    Not marked as solution
    in reply to: Plugin Conflict with Popup Maker #196120
     Laura
    Moderator
    Not marked as solution
    in reply to: facebook registration not working #196119
     Laura
    Moderator
    Not marked as solution
    in reply to: How can I put text there #196118
     Laura
    Moderator

    Hello 🙂 If you want i can check it out directly at your site, i would need access shared in a private reply 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: Payments for memebrship anc for owner #196117
     Laura
    Moderator

    Hello 🙂 Hope you like the theme!
    To create memberships, we included Paid Memberships Pro plugin, so at Memberships section of your admin dashboard, you must first create the required pages ( Memberships > Page Settings ) and when done, you can move to the level creation ( Memberships > Levels )

    For a free trial level you can create a normal level with 0 cost that expires after X days
    For a free level you can do the same but dont check that it expires
    For a paid level select the initial cost and then the cost each month/days make it so it never expires

    To establish the level restrictions go to Sweetdate > Memberships

    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: Predefined search – make only female members appear #196116
     Laura
    Moderator

    Hello, you could try using bp profile search url query. Try this:
    Go to Users > Profile search and at the form you usually use change the search method to GET and save it
    Now go to your website and search for women age 18-35 and check your browser url, it should show a full url of the search you just did, copy it and at Appearance – Menu add it as a custom menu link, you can name it Women or Members, it will open the search you just did showing just women from ages 18-35

    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: bigger profile images #196115
     Laura
    Moderator

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

    COPY CODE
    
    .search-item .avatar {
        width: 200px !important;
        height: 200px !important;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin: -75px auto 25px;
        border: 4px solid #fff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    }
    
    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: bp-profile-search error on default home page #196114
     Laura
    Moderator

    Hello, i am checking your website and looks like you were using the Homepage section of theme options which is deprecated and should not be used that created the error, but i turned it off to use the new elementor plugin instead and looks like your server is having issues loading elementor ( 500 internal server error ) please contact your hosting provider support about Elementor plugin not working, it might be related to server resources or your current php version

    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 Page Title and Breadcrumb from all pages #196036
     Laura
    Moderator

    Hello, yes i can find a workaround with css, can you share access so i can test 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 access these widgets? #196035
     Laura
    Moderator

    Hello, those are not widgets but part of the template, i can guide you to change the url, at your webs files, find at page-parts/general-header.php

    ( Before changing anything copy the folder name page-parts and the file general-header.php )

    REGISTER BUTTON: Find this

    COPY CODE
    
    <li class="header-register-button">
    									<a href="#">
    										<i class="icon-group hide-for-medium-down"></i>
    										<?php _e( "SIGN UP", 'kleo_framework' ); ?>
    									</a>
    								</li>
    

    Replace with this

    COPY CODE
    
    <li class="header-register-button">
    									<a href="URL HERE">
    										<i class="icon-group hide-for-medium-down"></i>
    										<?php _e( "SIGN UP", 'kleo_framework' ); ?>
    									</a>
    								</li>
    

    LOGIN BUTTON: Find

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

    Replace with

    COPY CODE
    
    <li class="header-login-button">
    								<a href="URL HERE">
    									<i class="icon-user hide-for-medium-down"></i>
    									<?php _e( "LOG IN", 'kleo_framework' ); ?>
    								</a>
    							</li>
    
    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: Responsive Behavior of Image #196033
     Laura
    Moderator
    Not marked as solution
    in reply to: Facebook registration customization repeat #196020
     Laura
    Moderator
    Not marked as solution
    in reply to: BuddyPress #196019
     Laura
    Moderator

    Hello, it depends. With the plugins available at the theme you can do this using buddypress and social articles.
    Buddypress will let them register and have a profile, you can choose to enable or disable features at Settings – Buddypress and social articles will add a button at their profile where they can post articles

    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 size #196018
     Laura
    Moderator

    Hello, it’s not created by sweetdate, the theme does not create different sizes of images, it’s a base feature of WordPress itself. It’s done for the media default sizes and for optimization purposes because of image size.

    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: visual composer #196017
     Laura
    Moderator

    Hello, we update the plugins when the theme is fully compatible with the new version. Please check for an update at Appearance – install plugins

    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: Content-Security-Policy #196016
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    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: Support request #196007
     Laura
    Moderator
    Not marked as solution
    in reply to: Non mobile responsive when filling in forms #196006
     Laura
    Moderator
    Not marked as solution
    in reply to: Single Product page layouts are odd #196005
     Laura
    Moderator
    Not marked as solution
    in reply to: widget #196004
     Laura
    Moderator

    Hello, at the widget settings did you check that there isn’t an option to hide it? If not I can do it with 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: How to manage spam members? #195970
     Laura
    Moderator

    Hello, you can try buddypress moderation plugin or buddypress registration options plugin to moderate which users can register then you could check spam emails and block them from registering the site.

    They will be only sending mass spam messages and comments there shouldn’t be any db issue unless you have a virus at the web files.

    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 Form in Members Directory #195969
     Laura
    Moderator
    Not marked as solution
    in reply to: KnowledgeBase – Bets Kleo options #195968
     Laura
    Moderator
    Not marked as solution
    in reply to: Custom template #195967
     Laura
    Moderator
    Not marked as solution
    in reply to: Remove Page Title and Breadcrumb from all pages #195966
     Laura
    Moderator

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

    COPY CODE
    
    .page .page-title {
        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: BadgOS to profile profile profile #195965
     Laura
    Moderator

    Hello, you can edit the profile header and add a shortcode of badgeos using echo shortcode 🙂
    The profile header file is inside buddypress section of the theme files, at members > profile > single

    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: KLEO register element #195964
     Laura
    Moderator

    Hello, you can use Loco Translate plugin to change any word at the theme or plugins. Once installed go to Loco Translate > Themes > KLEO > select language > click sync and start searching for the works

    Also check Loco Translate > Plugins > K-Elements if you do not find it at kleo

    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: searches work globally #195963
     Laura
    Moderator

    Hello, the search will only search the terms that appear at the theme options, check the search term options so select what you want to include 🙂

    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: Filters on Profile page are not entirely displayed #195962
     Laura
    Moderator

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

    COPY CODE
    
    select#activity-filter-by {
        height: 30px !important;
    }
    select#rtSelectPrivacy {
        max-width: 100% !important;
    }
    select#members-friends {
        height: 30px !important;
    }
    #subnav ul li.filter select, #activity-filter-select select {
        height: 30px !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: Creating New Sites in Multi Site Network #195961
     Laura
    Moderator
    Not marked as solution
    in reply to: Matching men and woman only #195949
     Laura
    Moderator

    Understood 🙂

    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: Please make my website faster: Requests. #195941
     Laura
    Moderator

    Hello @snakebyte99,thanksbyou for your comments, it’s true that it also depends on the server or plugins so a good optimization it’s 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: magazine theme #195940
     Laura
    Moderator

    Hello, using visual composer(wp bakery) edit the post elements and at build query you can add the categories you want to show at each 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: Responsive Behavior of Image #195939
     Laura
    Moderator
    Not marked as solution
    in reply to: Masonry grid not displaying masonry style layout #195864
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile matching percent #195863
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    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 - 3,361 through 3,400 (of 25,000 total)

Log in with your credentials

Forgot your details?