Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1089184

    Hi,
    I’m using The Events Calendar with Enfld ( https://theeventscalendar.com )

    I found that calendar bottom navigation in list view is hidden by following rule:
    #tribe-events-footer .tribe-events-sub-nav{display:none;}
    which is located at line 51 of following Enfold CSS file:
    enfold/config-events-calendar/event-mod.css

    Please let me point out that limiting navigation could create usability issues in pages containing long event’s lists since users who reach bottom of long pages have to scroll back to top to reach link to next page.

    I suggest to consider removing this CSS line in next Enfold versions.

    #1089848

    Hey aledef,

    Please try the following in Quick CSS under Enfold->General Styling:

    #tribe-events-footer .tribe-events-sub-nav{
      display:block !important;
    }

    If that doesn’t work then please post a link to where we can see the problem in question.

    Best regards,
    Rikard

    #1089999

    Thankyou,
    anyway that is not what I was asking.

    I was asking to consider removing that CSS line in next Enfold versions.

    Can you forward my request to developers team?
    Thankyou

    #1090533

    Hi aledef,

    This might not be removed since it’s so easy to adjust css and have it shown. It is hidden by design.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.