-
Author
-
March 17, 2018 at 18:06 #192078emmanuelParticipant
hi could the sidebar on the registration page be remove
Attachments:
You must be logged in to view attached files.March 17, 2018 at 18:59 #192093Kieran_SQModeratorHi,
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 solutionIf 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.March 17, 2018 at 19:31 #192110emmanuelParticipantok, 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.March 17, 2018 at 19:41 #192114Kieran_SQModeratorHi,
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 solutionIf 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.
March 17, 2018 at 20:03 #192122emmanuelParticipantok 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.March 17, 2018 at 20:12 #192127Kieran_SQModeratorHi,
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 solutionIf 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.
March 17, 2018 at 20:32 #192130emmanuelParticipantok and how does the color of these text change see attachment
Attachments:
You must be logged in to view attached files.March 17, 2018 at 20:45 #192136Kieran_SQModeratorHi,
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 solutionIf 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.
March 17, 2018 at 20:48 #192138emmanuelParticipantok could this the search bar on the member page be little more smaller
Attachments:
You must be logged in to view attached files.March 17, 2018 at 20:57 #192145Kieran_SQModeratorHi,
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 solutionIf 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.
March 17, 2018 at 21:03 #192147emmanuelParticipantthanks could the colour of the text and background be change see attachment
Attachments:
You must be logged in to view attached files.March 17, 2018 at 21:08 #192151Kieran_SQModeratorAbsolutely, 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 solutionIf 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.
March 17, 2018 at 21:12 #192152emmanuelParticipantthanks, 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.March 17, 2018 at 21:28 #192155Kieran_SQModeratorHi,
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 solutionIf 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.
March 17, 2018 at 22:41 #192158Kieran_SQModeratorHi,
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 solutionIf 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.
March 18, 2018 at 02:35 #192165Kieran_SQModeratorGlad 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 solutionIf 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.
-
AuthorPosts
You must be logged in to reply to this topic.