This topic has 27 replies, 2 voices, and was last updated 6 years by emmanuel.

  • Author
  • #200967
     emmanuel
    Participant

    hi could please help me to change the color of these button text link in my sidebar, for some reason it is not changing with elementor see attachment

    https://www.eumello.com/about-us/

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

    Hi,

    It looks like you may have some custom CSS related to buttons in Elementor already. The below CSS will override the color and background color for buttons in the sidebar

    COPY CODE
    #main .widgets-container.sidebar_location a:not(.button) {
        color: #ffffff !important;
        background-color: #7e00c4 !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.

    #200971
     emmanuel
    Participant

    hi that css did not work

    #200972
     Kieran_SQ
    Moderator

    Hi,

    Please try the below CSS instead of the CSS from above. Make sure to purge your website cache and your front-end cache (Ctrl+F5) to see changes.

    COPY CODE
    .widgets-container.sidebar_location .elementor-button {
        color: white !important;
        background-color: #7e00c4 !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.

    #200973
     emmanuel
    Participant

    hi that still did not work i think the buttons would have to be inspected individually

    #200974
     Kieran_SQ
    Moderator

    Hi,

    Can you update this ticket, in a private reply, with admin credentials for your site so I can look into this. Where did you add the CSS?

    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.

    #200976
     emmanuel
    Participant
    This reply has been set as private.
    #200977
     emmanuel
    Participant

    hi sorry about that i now saw the changes

    #200978
     Kieran_SQ
    Moderator

    Hi,

    Thanks for letting me know, I purged the cache and the changes were visible. Please remember to purge your website cache (admin bar “Caching”) when making 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.

    #200979
     emmanuel
    Participant

    ok could the of this button be change too see attachment

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

    Hi,

    You can use the below CSS to change the colors for this label

    COPY CODE
    #profile span.label.radius.pmpro_label {
        background-color: red !important;
        color: black !important;
    }

    Adjust to suit your needs and clear your cache(s) 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.

    #200984
     emmanuel
    Participant

    ok thanks

    #200986
     Kieran_SQ
    Moderator

    You’re welcome, if there is anything else I can help you with please let me know. Likewise, if you consider this ticket resolved please let me know and I will be happy to mark it as resolved.

    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.

    #200991
     emmanuel
    Participant

    hi could you please see if you could get on to laura and tell her to please contact me because i try emailing but i am not getting any responds

    #200994
     Kieran_SQ
    Moderator

    Hi,

    I will send a message to Laura on your behalf via Skype and email and let her know that you’re waiting for a response.

    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.

    #200995
     emmanuel
    Participant

    ok thank you

    #200996
     Kieran_SQ
    Moderator

    You’re welcome, to confirm I have now sent the message to @Laura for you.

    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.

    #200997
     emmanuel
    Participant

    ok

    #201089
     emmanuel
    Participant

    hi this short code to show only a widget to two pages only is not work
    is_page( array( ‘contact-us’, ‘faq’, )

    for example i am try to place the popular faq widget only to show to this two page and it is not working
    https://www.eumello.com/dating-tips/

    https://www.eumello.com/contact-us/

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

    Hi,

    You can try the following

    is_page( array( 1005, 1013 )

    or

    is_page( array( 'contact-us', 'dating-tips' )

    If you have a specific issue using this plugin please reach out to the plugin developer for support. This plugin was recommended to you via SeventhQueen in relation to a specific question, however, we are not able to provide support for third party plugins or custom code.

    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.

    #201103
     emmanuel
    Participant

    hi do you know the short code to hide a widget from membership level with ids of 12 and 13

    #201105
     Kieran_SQ
    Moderator

    Please try the following

    !pmpro_hasMembershipLevel(array('12','13'))

    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.

    #201116
     emmanuel
    Participant

    ok on my post page it is work well on the desktop but on mobile it is not working well

    https://www.eumello.com/dating-tips/

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

    Hi,

    The sidebar for mobile and desktop are the same and code is independent of any device check so this will be a caching issue. Completely purge your mobile device cache and see if that resolves the issue.

    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.

    #201120
     emmanuel
    Participant

    hi same issue is occurring, is it happening on your end

    #201121
     Kieran_SQ
    Moderator

    Hi,

    To test this I would need access to an account that has a membership with ID 12 or 13 as per the code.

    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.

    #201122
     emmanuel
    Participant

    no it is not a widget problem it is my post page that is showing the title of the post and content but on the mobile it is not showing those things see attachment and link

    https://www.eumello.com/dating-tips/

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

    Hi thank you I got the issue to fix

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?