This topic has 45 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #72318
     Domainmecca
    Participant

    Hello,

    The theme is great I am just confused with the Membership section. I’m not sure how I can display on the homepage as well in the menu. Also where do I change the color of the Membership levels?

    Another question, I want to restrict One membership level from sending private messages to others; my question is would it restrict other members (who are allowed to send msgs) sending messages to that restricted members??? In others words if I restrict a group from sending out messages, would it prevent them from receiving messages as well?

    Your help would be greatly appreciated.

    #72369
     Laura
    Moderator

    Hello, will assign the ticket to a higher support lever 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 🙂

    #72527
     Domainmecca
    Participant

    Hello Laura,

    I have a different question if you don’t mind. It’s in regards to the Homepage image as shown in this demo:http://seventhqueen.com/demo/sweetdatewp-modern/

    I want to implement my image just like the demo. I wanted to find out what’s the recommended size as well the way to display it such as Center-Fixed etc…

    #72660
     Laura
    Moderator

    Hello, the size should be all above 1000px and should be set to center, it can be always adjusted by 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 🙂

    #72663
     Domainmecca
    Participant

    Hello Laura,

    Thanks for getting back to me on this issue. I still haven’t heard back from someone on the original issue. Can you please take a look? It’s been over 3 days now.

    Thanks,

    #72785
     Laura
    Moderator

    Hello, sorry for the delay on the original issue, i will handle that.

    “Another question, I want to restrict One membership level from sending private messages to others; my question is would it restrict other members (who are allowed to send msgs) sending messages to that restricted members??? In others words if I restrict a group from sending out messages, would it prevent them from receiving messages as well?”

    This is not possible right now, but maybe in a future release 🙂 You can teste the function by restricting an user and using another user to send a message to the first user.

    “The theme is great I am just confused with the Membership section. I’m not sure how I can display on the homepage as well in the menu. Also where do I change the color of the Membership levels?”

    What exactly do you want to change? (colors)
    For the memberships, just go to Appearance > Menu and add the membership pages to the 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 🙂

    #72789
     Domainmecca
    Participant
    This reply has been set as private.
    #73022
     Laura
    Moderator

    Hello 🙂 all the blue colors, also text and badge? 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 🙂

    #73055
     Domainmecca
    Participant

    Yes please all the Blue color for the membership.

    #73350
     Laura
    Moderator

    Hello, ok the, i will create the css code for you, can you share a link and admin 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 🙂

    #73352
     Domainmecca
    Participant

    Laura, is it possible for you to send me code and tell me where to put it? I’ll do it myself

    Thanks,

    #73446
     Laura
    Moderator

    Hello, sure, please give me some time so i can create the css for you, i will make all colors black then you can edit them

    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 🙂

    #73452
     Laura
    Moderator

    Here it is:

    COPY CODE
    
    /* Membership Price text */
    .membership .pricing-table .price {
        color: #000000;
    }
    /* Feature icon color */
    .membership .bullet-item:before {
        color: #000000;
    }
    /* Select Button Text and Background Color */
    li.cta-button a {
        background-color: #000000 !important;
        color: white !important;
    }
    /* Box Hover Shadow */
    .membership .pricing-table:hover, .membership .pricing-table.popular {
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    }
    /* Popular Tag Image */
    .membership .pricing-table.popular:after {
        width: 78px;
        height: 78px;
        background: url(images/pop.png) no-repeat center center;
    }
    
    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 🙂

    #75117
     Domainmecca
    Participant
    This reply has been set as private.
    #75428
     Laura
    Moderator

    Hello, here it is:

    COPY CODE
    
    .button.link-button {
        color: #C00202;
    }
    

    For the pages, the Membership account cant be Register page, its Membership Account page

    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 🙂

    #76120
     Domainmecca
    Participant
    This reply has been set as private.
    #76335
     Laura
    Moderator

    Hello, can you share admin credentials? 🙂
    I will check out those issues.
    About the membership tables, it should redirect members once they register to the levels page. That is the normal functionability of the plugin

    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 🙂

    #76370
     Domainmecca
    Participant
    This reply has been set as private.
    #76531
     Laura
    Moderator

    Hello, about us link seems to be working fine, please see attached.
    About the issue with the images, the problem is that you are using https, but your users avatars from gravatar and some of your images are using http. The gravatar is not something you can change, i suggest to disable gravatar. The blog posts you could edit their link to https and test again, or use some of these plugins:
    https://wordpress.org/plugins/wordpress-https/
    https://wordpress.org/plugins/https-switcher/

    For the membership, that redirection is the way the membership works, should be:
    Members registers – Member logs in – Redirect to levels page.

    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.
    #77130
     Domainmecca
    Participant
    This reply has been set as private.
    #77319
     Laura
    Moderator

    Hello, i could check it out for you, disable gravatar and use default avatars. The users will have to upload their avatar to their 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 🙂

    #78154
     Domainmecca
    Participant
    This reply has been set as private.
    #78264
     Domainmecca
    Participant

    Hello Laura,

    I was able to find my answer to the multiple accounts with same email address don’t worry about that. The About Us link on the footer is still not working.

    I have a question about the Profile Fields. I did a full test of the site and did a registration, user is not asked to complete the rest of the registration form once they register (check screen shot).
    My question is how do they complete the full registration form? Where do the user complete the areas I circled on the screen shot? I tried doing it on the site but it’s grayed out.

    I hope you understand what I’m looking for, if you require more clarification please let me know.

    Thanks,
    Ahmed

    Attachments:
    You must be logged in to view attached files.
    #78319
     Domainmecca
    Participant
    This reply has been set as private.
    #78456
     Laura
    Moderator

    Hello, for the profile fields they can find it in Profile > Profile > Edit or just use the plugin Force Profile Fields that will force the to complete it 🙂

    About the Full name, you can edit the name field and change the name to something else so they do not fill it with their full name, and for the modals you could use loco translate and change the full name to username 🙂

    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 🙂

    #78579
     Domainmecca
    Participant
    This reply has been set as private.
    #78586
     Domainmecca
    Participant
    This reply has been set as private.
    #78616
     Laura
    Moderator

    Hello, please try this

    COPY CODE
    
    function wpse57054_is_buddy_complete( $buddy_user_fields = array() )
    {
        // convert single field keys to arrays
        $buddy_user_fields = (array) $buddy_user_fields;
    
        foreach ( $buddy_user_fields as $buddy_user_meta )
        {
            $data = bp_get_profile_field_data( array( 
                'field'   => $buddy_user_meta,
                'user_id' => wp_get_current_user()->id,
            ) );
            // One field empty/not filled: Abort and return FALSE
            if ( empty( $data ) )
                return false;
        }
    
        // Return the whole data set
        return $data;
    }
    

    In functions.php 🙂

    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 🙂

    #78624
     Domainmecca
    Participant
    This reply has been set as private.
    #78710
     Laura
    Moderator

    Hello, the screen12 is the register page, not the user profile, to go to the user profile you need to be logged in and go to Profile > Profile > Edit

    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.
    #78835
     Domainmecca
    Participant

    Ok, I want to force users to complete the profile prior to paying the membership fees. Because now what’s happening is people register and it takes them to the Membership fees page. I know they can still click on Edit Profile to update their profile, but trust me users will not do that lol.

    I want to be able to have users register and complete their full profile prior to becoming a member.
    I thought the force profile plugin and the code you provided was supposed to do that.

    Any suggestions, I know there has to be a way.

    Thanks,
    Ahmed

    #79005
     Laura
    Moderator

    Hello, right now the only option was using that plugin.

    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 🙂

    #79454
     Domainmecca
    Participant
    This reply has been set as private.
    #79652
     Laura
    Moderator

    Hello, so you want to move that form to the left, to the corner or just a bit? About the footer links, can you share the text and the url of 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 🙂

    #79691
     Domainmecca
    Participant
    This reply has been set as private.
    #79979
     Laura
    Moderator

    Hello, credentials are no longer working, please share again, the memory error can be solved if you add this to wp-config.php Just below the “That’s all…”

    COPY CODE
    
    define('WP_MEMORY_LIMIT', '296M');
    
    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 🙂

    #80003
     Domainmecca
    Participant
    This reply has been set as private.
    #80477
     Laura
    Moderator

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

    COPY CODE
    
    .row.just-after-header {
        margin-left: 16%;
    }
    

    Can you share ftp? There is an issue in your functions.php

    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 🙂

    #80484
     Domainmecca
    Participant
    This reply has been set as private.
    #80695
     Laura
    Moderator

    Hello, fixed 🙂
    Please copy the footer.php of main theme to child theme. I added the footer text

    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 - 1 through 40 (of 46 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?