This topic has 17 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #192078
     emmanuel
    Participant

    hi could the sidebar on the registration page be remove

    Attachments:
    You must be logged in to view attached files.
    #192093
     Kieran_SQ
    Moderator

    Hi,

    Please add the below CSS to your SweetDate Child theme’s style.css and completely purge your website and local cache to see the changes

    COPY CODE
    .register #main aside.four.columns {
        display: none;
    }
    .register #main .eight {
        width: 100%;
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
    #192110
     emmanuel
    Participant

    ok, i notice if a page is lock to members only you would have to select a level to access that page but i see that person could create a profile through the membership level page, how to place a sign up and login button under membership level that would send them to the site registration page or login page see attachment

    here is an example of what i would like
    http://www.realsingles.co.za/membership-account/membership-checkout/?level=4#

    Attachments:
    You must be logged in to view attached files.
    #192114
     Kieran_SQ
    Moderator

    Hi,

    You can go to WP Admin > SweetDate > Tab: ‘Memberships’ > Option: ‘Allow registrations also from PMPRO checkout page.’ and toggle to off. This will show the SweetDate register / login buttons instead as per your example.

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192122
     emmanuel
    Participant

    ok how to remove the pattern background and add a colour of my choose see attachment

    Attachments:
    You must be logged in to view attached files.
    #192127
     Kieran_SQ
    Moderator

    Hi,

    For the modal please use the below CSS to override the background image and set background and border colors

    COPY CODE
    .reveal-modal {
        background-image: none !important;
        background-color: #117864;
        border: solid 10px #1cd6b1;
    }

    Change the # values to suit your needs

    For the deprecated search area please use the below CSS to remove the background image and set a background color

    COPY CODE
    #search-bar {
        background-image: none !important;
        background-color: #721fc7;
    }

    As always make sure to clear all of your caches to see the changes.

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192130
     emmanuel
    Participant

    ok and how does the color of these text change see attachment

    Attachments:
    You must be logged in to view attached files.
    #192136
     Kieran_SQ
    Moderator

    Hi,

    You can change the header link color (and all other header colors) by going to WP Admin > SweetDate > Styling Options > Header Section and setting your desired value for the field titled ‘Top Menu Link Color’.

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192138
     emmanuel
    Participant

    ok could this the search bar on the member page be little more smaller

    Attachments:
    You must be logged in to view attached files.
    #192145
     Kieran_SQ
    Moderator

    Hi,

    You can add the below CSS to change the size of the search form. If you change the value from 70% width then update the two margin values with remaining percentage. For example 60% width 20% margin-left 20% margin-right.

    COPY CODE
    .members form#search-members-form {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192147
     emmanuel
    Participant

    thanks could the colour of the text and background be change see attachment

    Attachments:
    You must be logged in to view attached files.
    #192151
     Kieran_SQ
    Moderator

    Absolutely, to override the CSS use the snippet below and adjust to suit your needs

    COPY CODE
    .members #search-members-form #members_search_submit {
        background-color: #721fc7;
        color: #ffffff;
    }

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192152
     emmanuel
    Participant

    thanks, there are three members in one row could a row have four members see attchnment

    Attachments:
    You must be logged in to view attached files.
    #192155
     Kieran_SQ
    Moderator

    Hi,

    I am currently looking into this and will get back to you as soon as I have an answer.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192156
     emmanuel
    Participant

    ok

    #192158
     Kieran_SQ
    Moderator

    Hi,

    Please use the below CSS snippet to convert to 4 from 3 members per row.

    COPY CODE
    .members-dir-list .four, .row .four { width: 25%; } 
    #members-list .four.columns:nth-child(3n+1) { clear: none !important; }
    #members-list .four.columns:nth-child(4n+1) { clear: both !important; }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #192164
     emmanuel
    Participant

    hi thank you very much for the assistance today

    #192165
     Kieran_SQ
    Moderator

    Glad I could help, feel free to open a new ticket with any other questions and I will be happy to assist 🙂

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 18 posts - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?