-
Author
-
May 26, 2018 at 18:12 #199090emmanuelParticipant
hi on my home page and blog page i am using elementor to edit them but these links texts see attachment color is not changing with elementor because the theme would not allow it to
https://www.eumello.com/dating-tips/
Attachments:
You must be logged in to view attached files.May 26, 2018 at 18:42 #199099Kieran_SQModeratorHi,
Please update this ticket, in a private reply, with admin credentials for your site so I can look into this for you.
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.
May 26, 2018 at 19:00 #199101Kieran_SQModeratorHi,
That’s quite strange as the value is reflected on the front-end, you can force the issue by adding important to the custom CSS like so
COPY CODE.elementor-1013 .elementor-element.elementor-element-b2a1bdf .elementor-post__title, .elementor-1013 .elementor-element.elementor-element-b2a1bdf .elementor-post__title a { color: #85ff75 !important; }
I wasn’t sure what color you wanted to use for the read more in the post, but the CSS would be
COPY CODEa.elementor-post__read-more { color: #85ff75 !important; }
The button on the homepage doesn’t appear to come from SweetDate or Elementor – Is this from a plugin? I can’t inspect your homepage to generate the CSS, there seems to be an odd error with the content (only on home) and may be coming from this plugin. You will need to do some plugin enable/disable tests to find the cause.
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.
May 26, 2018 at 19:08 #199102emmanuelParticipantok The button on the homepage come Essential Addons elemontor plugin see attachment
Attachments:
You must be logged in to view attached files.May 26, 2018 at 19:16 #199106Kieran_SQModeratorHi,
I did the plugin enable / disable test on your behalf, the issue with the page content no longer appears with this plugin disabled. You will need to contact the Essential Addons plugin author directly about this issue.
In the meantime you can use the below custom CSS to override this element
COPY CODE#btn-eael-lightbox-a2c5088 { color:#ffffff !important; background-color:#670da3 !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.
May 26, 2018 at 19:26 #199107emmanuelParticipantok thanks i notice everything i post in the blog is appearing in my activity tab in my profile why is that and can it be stop
May 26, 2018 at 19:38 #199109Kieran_SQModeratorHi,
You can try this in your functions.php file to exclude certain types of activity
COPY CODEfunction dont_save_various_activities( $activity_object ) { $exclude = array( 'new_blog_post', 'new_blog', 'new_blog_comment' ); if( in_array( $activity_object->type, $exclude ) ) $activity_object->type = false; } add_action('bp_activity_before_save', 'dont_save_various_activities', 1, 1 );
See the BuddyPress Codex for more information https://codex.buddypress.org/plugindev/bp_activity_add-2/
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.
May 26, 2018 at 19:52 #199114Kieran_SQModeratorHi,
This wouldn’t work for posts that already exist in the activity stream, only new posts, have you tried making a new post since adding the 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.
May 26, 2018 at 20:46 #199116Kieran_SQModeratorHi,
No worries, happy to help 🙂 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.