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

  • Author
  • #190385
     emmanuel
    Participant

    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.
    #190387
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #190393
     emmanuel
    Participant

    ok 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

    #190394
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #190395
     emmanuel
    Participant

    no 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.
    #190398
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #190400
     emmanuel
    Participant

    hi 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.
    #190405
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #190413
     emmanuel
    Participant

    hi 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.
    #190420
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #190426
     emmanuel
    Participant

    hi thanks alot for the assistance today

    #190427
     Kieran_SQ
    Moderator

    You’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 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 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?