Forum Replies Created

Viewing 40 posts - 24,281 through 24,320 (of 25,000 total)
  • Author
  • in reply to: How to Make Some Small Changes? #43410
     Laura
    Moderator

    Hello, try this:

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    #profile #item-header-avatar .avatar {
    border: 6px solid;
    width: 60%;
    margin-left: 20%;
    }
    [class*="column"] + [class*="column"]:last-child {
    float: none;
    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: Site very slow and responsive #43406
     Laura
    Moderator
    This reply has been set as private.
    in reply to: updates and sweetdate-child #43369
     Laura
    Moderator

    Hello, basic files in child theme are a base for modifications

    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: Run a short movie as home page #43362
     Laura
    Moderator

    Hello, that would require some extra css, i can try to do it if you give me some time (got other topics to answer) Also, by same video size, you mean video height?

    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: Sweetdare and buddypress #43361
     Laura
    Moderator

    Hello, you can try looking for a plugin that does that in https://buddypress.org/extend/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: Site very slow and responsive #43360
     Laura
    Moderator

    Hello, if you want you can share your website credentials with me so i can try to help 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: How to Make Some Small Changes? #43359
     Laura
    Moderator

    Hello, for the profile size, you can use this https://archived.seventhqueen.com/forums/topic/reduction-in-the-header-of-the-presentation-of-the-profile#post-42614

    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 show 2 status on center? #43358
     Laura
    Moderator

    Hello, try:

    COPY CODE
    
    #call-to-actions .twelve .columns {
    margin-left: -6%;
    }
    
    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: I feel i miss something on my install #43356
     Laura
    Moderator

    Hello, can you share with me your functions.php in a text file? and btw, the photo looks as it should, what is wrong with 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: Membership Checkout #43355
     Laura
    Moderator

    Hello, you need to allow user register at WordPress 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 🙂

    in reply to: Only allow registration with facebook. #43347
     Laura
    Moderator

    Hello, here:

    COPY CODE
    
    
    .reveal-modal .button.facebook {
    display: inline !important;
    }
    .reveal-modal .button {
    display: none !important;
    }
    .facebookbutton .facebook_connect.radius.small.button.facebook {
    background: #34afd2;
    border: 1px solid #34afd2;
    float: left;
    left: 65px !important;
    width: 200px !important;
    height: 50px !important;
    font-size: 25px important;
    }
    .facebookbutton .facebook_connect.radius.small.button.facebook .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 {
    font-size: 25px;
    }
    

    Also attached home-register-form.php that needs to be put in a new folder with the name “page-parts” in child theme.
    Chang the .txt so its just .php and drop it inside the new folder.

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: updates and sweetdate-child #43302
     Laura
    Moderator

    Hello, child theme wont update, because what they do is override theme files, so you can use them to do custom changes that wont ever be lost.

    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 Make Some Small Changes? #43301
     Laura
    Moderator

    Hello, for flag button, use this in style.css from child theme:

    COPY CODE
    
    .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 {
    background-color: #3f375d;
    border: 1px solid rgba(129, 129, 129, 0.07);
    color: #FFFFFF;
    background: #A81010;
    padding: 5px;
    border-radius: 4px;
    }
    .button, ul.sub-nav li.current a, .item-list-tabs ul.sub-nav li.selected a, #subnav ul li.current a, .wpcf7-submit, #rtmedia-add-media-button-post-update, #rt_media_comment_submit, .rtmedia-container input[type="submit"] {
    border: 1px solid rgba(129, 129, 129, 0.07);
    color: #A90F0F;
    background: #E8E8E8;
    padding: 5px;
    border-radius: 4px;
    }
    

    Let me know if it works so we can continue 🙂

    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: Run a short movie as home page #43300
     Laura
    Moderator

    Hello, i added an extra code, it works now, in order to see the changes , clear the cache of your browser or use CTRL+F5 in your website, remember everytime you do a change in css you need to clear cache from your admin panel.

    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 show 2 status on center? #43299
     Laura
    Moderator

    Hello, try this:

    COPY CODE
    
    @media only screen and (max-width: 767px)
    .row .mobile-one {
    width: 50% !important;
    float: left;
    padding: 0 16px;
    margin-left: 0% !important;
    }
    .status {
    left: 13%;
    }
    .status {
    text-align: center;
    position: initial;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 270px !important;
    margin-left: 10%;
    }
    
    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 text on smart devices #43298
     Laura
    Moderator

    Hello, you can try using Codestyling Localization plugin and find what you want to change then translate it for Menu

    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: Show custom profile fields #43297
     Laura
    Moderator

    Hello, in Users > Profile fields , all of those fields can be used with the code, you just have to change the code name with the field name

    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: Redirect members to their profile #43296
     Laura
    Moderator

    Hello, you can use this plugin https://wordpress.org/plugins/bp-redirect-to-profile/

    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: A few questions… #43295
     Laura
    Moderator

    Hello, please follow the steps:

    1. Add this to your style.css in child theme:

    COPY CODE
    
    .top-links {
    background: #000 !important;
    }
    .top-links, .top-links a, .circular-progress-item input, .ajax_search_image .icon {
    color: #000 !important;
    }
    

    Change #000 with the color you want.

    2. The same as above, use this in style.css from child theme and change the color

    COPY CODE
    
    .sticky.fixed {
    background: rgb(0, 0, 0);
    background: rgba(89, 89, 89, 0.6);
    }
    
    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 page settings #43294
     Laura
    Moderator

    Hello, try adding this code to your style.css in child theme

    COPY CODE
    
    #profile .row {
    margin-top: -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: Profile/User/Age field #43222
     Laura
    Moderator

    Hello, to have younger people 18-75 wont work, use maybe 16-75?

    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: Show custom profile fields #43221
     Laura
    Moderator

    Hello, “About Me is the name of the field that you want to show under the name like for example “I’m a single girl from London” or maybe you want to put there “Music” To show “Rock,Pop…”

    Then the ‘I am a’ , ‘City’ etc… Are the fields that appear next to the aye ( 20 / Woman / London) Just change About me with the field you want to add, and City, I am a etc with the other fields you want.

    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: Run a short movie as home page #43218
     Laura
    Moderator

    Hello, please calm down, this request is custom work we are not suppose to do, but i’m trying to help you.
    The code should stop the pause of the video, but i will add it myself with your ftp credentials.

    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 Make Some Small Changes? #43132
     Laura
    Moderator

    Hello, can you give me a simple user account? I need to login to see the activity flag and like

    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: Modification help #43131
     Laura
    Moderator

    Hello, is this resolved?

    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: Front End can not log in #43129
     Laura
    Moderator

    Hello, is this resolved?

    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: The video doesn't show on post list #43128
     Laura
    Moderator

    Hello, is this resolved?

    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 Make Some Small Changes? #43126
     Laura
    Moderator

    Hello, in order to archieve what you want, i need to test css, but if you prefer, you can just share your website link as a private post, so i can test it with chrome developer console.

    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: Geoanames City Autocomplete? #43124
     Laura
    Moderator

    Hello, actually i do not know if thats possible, but, if they type, for example london, instead of London from the autocomplete, it will still work.

    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: General Questions #43122
     Laura
    Moderator

    Hello, its done, is that what you wanted?

    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: Is there a tutorial on how to set up Profile Matching? #43121
     Laura
    Moderator

    Hello, man needs to select i am a then looking for a in search form, also city if you have it there, then members directory will show female from the city that he is and looking for a male.

    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 make User Groups? #43115
     Laura
    Moderator

    Hello, the only way to create a group is from Groups Directory, the Groups under profile are the user groups (the one you joined) Buddypress is made like that.

    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: Restrict Buddypress Pages with paid Memberships Pro #43114
     Laura
    Moderator

    Hello, you can use the options in Sweetdate > Subscriptions/Memberships menu

    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 can add info to footer? #43113
     Laura
    Moderator

    Hello, glad it worked! 🙂

    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: Translation problem #43112
     Laura
    Moderator

    Hello, i’m glad its fixed! And 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: Restrict Buddypress Pages with paid Memberships Pro #43084
     Laura
    Moderator

    Hello, in your page CAM University, you have set that everyone can see it as in the attachment, as the temp user is none of them, it shows the second attachment. So it works, just need to specify what membership can access.

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Geoanames City Autocomplete? #43081
     Laura
    Moderator

    Hello, the city should be selected in Sweetdate > Buddypress
    Geonames and Buddypress config are in attachments. Once you have the username set, it should work, in the city, type something like “Lo” and wait to see what it gets, like London.

    Geonames: http://www.geonames.org/manageaccount
    Login and then click on enable free services.

    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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: How to Make Some Small Changes? #43079
     Laura
    Moderator

    Hello, can you share your wp-admin and ftp access? I can do the changes for you and also post them here for others.

    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: Some Theme Issues #43078
     Laura
    Moderator

    Hello, this may be caused by some plugin, css or custom codes added to the theme, have you tried disabling plugins and deleting custom codes?

    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/User/Age field #43077
     Laura
    Moderator

    Hello, go to Sweetdate > Buddypress and select the min age and max age, let me know if it works.

    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 - 24,281 through 24,320 (of 25,000 total)

Log in with your credentials

Forgot your details?