Viewing 4 replies - 1 through 4 (of 4 total)
  • kaniamea

    (@kaniamea)

    Hi there,

    you can hide this with CSS. Add the following code to your child style.css or using the Simple Custom CSS Plugin:

    .tribe-events-nav-previous {
        display: none;
    }
    
    .tribe-events-nav-next  {
        display: none;
    }
    Plugin Contributor leahkoerper

    (@leahkoerper)

    Thanks kaniamea! Prasanth, did that work for you?

    Thread Starter Prasanth Panicker

    (@prasanth-panicker)

    Thanks guys for the comments and suggestions , actually i want to keep the link like classic loading so i removed jquery.placeholder.min.js then it worked

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Great! Glad to hear it.

    ~Leah

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable ajax loading’ is closed to new replies.