-
Author
-
March 3, 2018 at 18:34 #190385emmanuelParticipant
hello this text see attachment i would like to change what it says but i am not seeing it in the loco translate plugin
Attachments:
You must be logged in to view attached files.March 3, 2018 at 18:36 #190387Kieran_SQModeratorHi,
You will need to translate both the SweetDate theme and the BuddyPress plugin. Once you have started the process of translating the BuddyPress plugin you will be able able to search for that string.
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 3, 2018 at 19:03 #190393emmanuelParticipantok could remember a couple weeks back i had ask you help me reduce the site header height and this code you had sent me
#header {height: 66px;padding-top: 10px;}
.top-bar {min-height: 30px;}it had work but on the mobile website it is’nt working properly could you help me fix it see attachment
March 3, 2018 at 19:14 #190394Kieran_SQModeratorHi,
You can use the below CSS to effect the mobile header only, adjust the values to suit your needs
COPY CODE@media only screen and (max-width: 767px) { .absolute-head #header {height: 80px;margin-top: 10px;} }
You can also adjust the color to suit your site by using the below CSS instead (set # value to desired color)
COPY CODE@media only screen and (max-width: 767px) { .absolute-head #header {height: 80px;margin-top: 10px;} .header-bg {background: #2e5561;} }
You will need to purge all website caching, CDN and your mobile browser cache to see the changes.
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 3, 2018 at 19:39 #190395emmanuelParticipantno the header is not the problem it is the menu on the mobile website see attachment
Attachments:
You must be logged in to view attached files.March 3, 2018 at 19:44 #190398Kieran_SQModeratorHi,
I see, you had referenced the header CSS so I had assumed that was the area you were referring to, my apologies. Please try the below CSS snippet to add more spacing – does this issue appear anywhere other than the members directory?
COPY CODE@media only screen and (max-width: 767px) { .members #search-bar {padding-top: 95px;} }
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 3, 2018 at 19:52 #190400emmanuelParticipanthi thanks but the menu is now opening at the back of the texts see attachment
Attachments:
You must be logged in to view attached files.March 3, 2018 at 19:59 #190405Kieran_SQModeratorHi,
That’s unusual, did you add any other custom CSS related to this area? You should be able to override this by adding a z-index value – try this CSS.
COPY CODE@media only screen and (max-width: 767px) { .contain-to-grid .top-bar {z-index: 9999;} }
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 3, 2018 at 20:36 #190413emmanuelParticipanthi thanks alot it had worked but could the menu be more centered between the header and the heading of the page see attachment
Attachments:
You must be logged in to view attached files.March 3, 2018 at 21:04 #190420Kieran_SQModeratorHi,
Please try the following CSS
COPY CODE@media only screen and (max-width: 767px) { #header .contain-to-grid {margin-top: -20px;} }
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 3, 2018 at 23:03 #190427Kieran_SQModeratorYou’re welcome, feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
All the best,
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.