-
Author
-
June 16, 2018 at 18:55 #200967emmanuelParticipant
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.June 16, 2018 at 19:05 #200970Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 19:22 #200972Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 19:30 #200973emmanuelParticipanthi that still did not work i think the buttons would have to be inspected individually
June 16, 2018 at 19:32 #200974Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 19:39 #200978Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 19:44 #200979emmanuelParticipantok could the of this button be change too see attachment
Attachments:
You must be logged in to view attached files.June 16, 2018 at 19:48 #200982Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 20:17 #200986Kieran_SQModeratorYou’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 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.
June 16, 2018 at 22:16 #200991emmanuelParticipanthi 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
June 16, 2018 at 22:26 #200994Kieran_SQModeratorHi,
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 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.
June 16, 2018 at 22:29 #200996Kieran_SQModeratorYou’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 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.
June 17, 2018 at 20:58 #201089emmanuelParticipanthi 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.June 17, 2018 at 21:04 #201093Kieran_SQModeratorHi,
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 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.
June 17, 2018 at 23:01 #201103emmanuelParticipanthi do you know the short code to hide a widget from membership level with ids of 12 and 13
June 17, 2018 at 23:11 #201105Kieran_SQModeratorPlease 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 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.
June 18, 2018 at 01:08 #201116emmanuelParticipantok 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.June 18, 2018 at 01:23 #201119Kieran_SQModeratorHi,
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 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.
June 18, 2018 at 01:45 #201120emmanuelParticipanthi same issue is occurring, is it happening on your end
June 18, 2018 at 01:57 #201121Kieran_SQModeratorHi,
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 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.
June 18, 2018 at 02:05 #201122emmanuelParticipantno 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. -
AuthorPosts
You must be logged in to reply to this topic.