Viewing 3 replies - 1 through 3 (of 3 total)
  • Eugene Kyale

    (@eugenetribe)

    Hi @alirezagoodarzi,

    There are two possible ways to remove this section.

    The first and simplest way is to use CSS to hide the section by adding the snippet below;

    #tribe-events-footer {
    display: none;
    }

    The second approach involves overriding the template file that’s displaying the section and removing the code under the comment <!– Event footer –> in the following path in the plugin files the-events-calendar/src/views/single-event.php.

    If you choose to use the second approach, please ensure you don’t modify the template file directly because any changes you make will get overridden when you update the plugin. Instead, you should follow the same process as described in this article https://theeventscalendar.com/knowledgebase/k/template-customization-example/

    Thread Starter alirezagoodarzi

    (@alirezagoodarzi)

    Amazing!
    Thanks.

    Eugene Kyale

    (@eugenetribe)

    @alirezagoodarzi I’m glad the information I provided was helpful.

    I’ll go ahead and mark this ticket as resolved but please feel free to open a new one if you need any further assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Calendar Next – Prev under social share box’ is closed to new replies.