-
Author
-
April 15, 2018 at 17:31 #194837emmanuelParticipant
hi on a phone screen size of 290×480 these button would look squeeze up so could you please carry the buttons a little to the left to avoid that from happening see attachment
Attachments:
You must be logged in to view attached files.April 15, 2018 at 17:40 #194840Kieran_SQModeratorHi,
Please try the below CSS for position the login buttons on small screens.
COPY CODE@media only screen and (max-width: 481px) { .login-buttons ul.button-group.radius.right { margin-left: -20px !important; } }
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.
April 15, 2018 at 17:49 #194841emmanuelParticipantthanks but this is happening see attachment
Attachments:
You must be logged in to view attached files.April 15, 2018 at 17:58 #194849Kieran_SQModeratorHi,
Replace the CSS from above with the CSS from below
COPY CODE@media only screen and (max-width: 481px) { .login-buttons ul.button-group.radius.right { margin-left: -20px !important; } .tiny.secondary.button.split.dropdown { margin-left: -23px; } }
There is an extremely limited amount of space available on devices with screen sizes this small so you may wish to hide the logout button altogether on this screen size.
If you do then the correct CSS would be the below
COPY CODE@media only screen and (max-width: 481px) { .login-buttons ul.button-group.radius.right { margin-left: -0px !important; } a.tiny.button.radius.btn-logout { display: none; } }
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.
April 15, 2018 at 18:23 #194855emmanuelParticipantok when log out the buttons are ok but when login could the profile button be the same width as the logout button
Attachments:
You must be logged in to view attached files.April 15, 2018 at 18:34 #194859Kieran_SQModeratorHi,
I cannot replicate that issue on my end, but you can try adding the below CSS into the CSS from above
COPY CODE.tiny.secondary.button.split.dropdown { padding-top: 0px !important; padding-bottom: 0px !important; }
It would become
COPY CODE@media only screen and (max-width: 481px) { .login-buttons ul.button-group.radius.right { margin-left: -20px !important; } .tiny.secondary.button.split.dropdown { margin-left: -23px; } .tiny.secondary.button.split.dropdown { padding-top: 0px !important; padding-bottom: 0px !important; } }
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.
April 15, 2018 at 18:52 #194861emmanuelParticipantthanks the color of this see attachment how to change it
Attachments:
You must be logged in to view attached files.April 15, 2018 at 18:56 #194864Kieran_SQModeratorHi,
You can override the background color and font color for this element by using the below custom CSS
COPY CODE.pmpro_checkout strong.label.radius { background-color: #8224e3; 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.
April 15, 2018 at 19:08 #194865emmanuelParticipantthanks i had downloaded a poke plugin so i translate every word in the plugin that says poke or poked to wink and winked but there is one particular text that i am trying to translate but i am not finding it to translate, the text is found in the notification tab see attachment do you know where i can find the text to translate it
Attachments:
You must be logged in to view attached files.April 15, 2018 at 19:13 #194869Kieran_SQModeratorHi,
The string will appear in the plugin somewhere but it probably doesn’t have a text domain defined and therefore will not appear for translation. You will need to to contact the plugin developer directly to discuss the issue with them.
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.
April 15, 2018 at 19:17 #194870emmanuelParticipantbut do you know were in my file manger at the back end of the site could i find that particular text
April 15, 2018 at 19:25 #194871Kieran_SQModeratorHi,
You would need to go to /wp-content/plugins/bp-poke/ via SFTP / FTP or your hosts file manager and then search through the files for the untranslated string. However, if you are not comfortable editing and writing PHP this is ill advised and your changes will be lost on plugin update.
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.
April 15, 2018 at 23:42 #194883emmanuelParticipantok i change the size and font family of these texts see attachment
Attachments:
You must be logged in to view attached files.April 15, 2018 at 23:53 #194886Kieran_SQModeratorHi,
Please customize the below CSS with your desired values to override the current style
COPY CODE.bp-user .two.columns.pull-two #item-buttons a { color: red; font-size: 14px; font-family: monospace; font-weight: 700; }
If you do not wish to adjust the font weight then remove the line font-weight: 700;
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.
April 16, 2018 at 00:10 #194888Kieran_SQModeratorHi,
Happy to help, feel free to open a new ticket any time and we’ll 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.
April 16, 2018 at 02:04 #194893emmanuelParticipantHi one more thing if you could remember yesterday I had ask you to have two users in one row on the member page but now it is in a disorder could it be fix see attachment
Attachments:
You must be logged in to view attached files.April 16, 2018 at 02:43 #194897Kieran_SQModeratorHi,
I can’t replicate that issue on my end but try replacing the CSS that I gave you earlier with the CSS from below
COPY CODE@media only screen and (max-width: 940px) { div#members-list .four.columns { width: 49% !important; float: left; } #members-list .four.columns:nth-child(3n+1) { clear: none !important; } #members-list .four.columns:nth-child(4n+1) { clear: none !important; } }
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.
April 16, 2018 at 03:30 #194899Kieran_SQModeratorGlad to hear 🙂
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.