Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #728448

    Hello

    I use the actual enfold 3.8.4 with enfold child an the plugin “The Events Calendar (pro)”

    I want to disable the „related posts“ entrys and there i´am went to “enfold child – blog layout” – and deactivate the related entries.

    But that doesn’t work so i add in quick css:

    div.related_posts {
    display: none!important;
    }

    But this also doesn´t work.

    In the The Events Calendar doku they said, that this comes from the theme – so it´s not configurable by the calendar plugin

    sorry about my english

    Dirk

    #728469

    Hey Dirk,

    Thanks for contacting us. :) I can’t see any related posts but I do see related events, if you are referring to this, try to add this css code in Quick CSS (located in Enfold > General Styling):

    h3.tribe-events-related-events-title, 
    ul.tribe-related-events.tribe-clearfix {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #728470

    Hi Nikko

    thank you very much – it works perfect!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘disable "related posts" Plugin: The Events Calendar (pro)’ is closed to new replies.