Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1437740

    Hello everyone
    I have a problem
    maybe you can help me.
    I have installed The Events Calendar Pro.
    Now I get a message on the page link below:
    the button “Zum Kalender hinzufügen” is displayed
    I would like to hide this button.
    But now my knowledge is too limited.
    I got these instructions from the Events Calendar support.
    but this is for the Divi theme. Printscreen see below
    how does it work with the theme endold
    do you have an instruction or can you make it for me

    thank you
    kind regards
    Franz

    #1437747

    try – because it seems only be shown on single events page:

    #top.single-event .em-event-add-to-calendar {
      display: none;
    }
    #1437769

    unfortunately does not work
    is still displayed
    thanks
    kind regards
    Francis

    #1437775

    Hi,

    Thank you for the update.

    Please use this css code instead:

    #top .tribe-events-c-subscribe-dropdown__button-text {
       display: none !important;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code and make sure to purge the cache.

    Best regards,
    Ismael

    #1437779

    ok – sorry that is the other Events Plugin.
    Seems that both plugins: Events Manager and Events Calendar got this feature of “Add to calendar”

    And maybe it is better to get rid of the whole wrapper :

    #top .tribe-events-c-subscribe-dropdown__container {
      display: none !important;
    }
    #1437791

    Many thanks to Guenni007 and Ismael
    now it works fine

    you can delete this request

    kind regards
    Franz

    #1437800

    Hi,

    Great, I’m glad that @guenni007 and Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘I would like to hide this button.’ is closed to new replies.