"View All Events” link

Home Forums Calendar Products Events Calendar PRO "View All Events” link

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88749
    lukatabako
    Participant

    How can i hide or delete the “View All Events” link from the list widget?

    #88981
    Julie Kuehl
    Participant

    Hi memeco,

     

    You should be able to do that by either commenting out the code in the PHP file or possibly tweaking the CSS for the item. You might find some helpful information in either the Themer’s Guide (https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/) or the Documentation (http://docs.tri.be/).

     

    Does that help get you headed in the right direction?

     

     

    – Julie

    #89276
    lukatabako
    Participant

    I still don’t now how to remove the “View All Events” link from the list widget. Can you tell me witch PHP file i must edit (can you also tell me the path?). I tried to edit list-widget.php but without success. The main problem why I want to remove the link is because the link does NOT link to a calendar with ALL events but instead links to a calendar that shows only events in that category. This is misleading. If linked text says View all Events, it should link to an unfiltered calendar.

    #89665
    Julie Kuehl
    Participant

    Hi lukatabako,

     

    Well, if we go the route of tweaking the CSS, you can simply add this to the bottom of your style.css file in your theme folder:

     

    /* Code to prevent View All Events link from displaying in the widget */

    .tribe-events-widget-link {

    display: none;

    }

     

     

    Can you do that?

     

    Also, I’ve noted your comment regarding the wording and will consider it a bit.

     

     

    – Julie

    #89980
    lukatabako
    Participant

    Thank you! This was helpful! I have solved my problem.

    #982899
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"View All Events” link’ is closed to new replies.