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

  • Author
  • #199090
     emmanuel
    Participant

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

    Hi,

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

    #199100
     emmanuel
    Participant
    This reply has been set as private.
    #199101
     Kieran_SQ
    Moderator

    Hi,

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

    #199102
     emmanuel
    Participant

    ok The button on the homepage come Essential Addons elemontor plugin see attachment

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

    Hi,

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

    #199107
     emmanuel
    Participant

    ok 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

    #199109
     Kieran_SQ
    Moderator

    Hi,

    You can try this in your functions.php file to exclude certain types of activity

    COPY CODE
    function 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 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.

    #199113
     emmanuel
    Participant

    hi that didn’t work

    #199114
     Kieran_SQ
    Moderator

    Hi,

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

    #199115
     emmanuel
    Participant

    it’s work thank for the assistance today

    #199116
     Kieran_SQ
    Moderator

    Hi,

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