eugelogic / HLCCHL-with-Bootstrap-Sass

HLCCHL custom WordPress theme with Bootstrap & Sass.
0 stars 0 forks source link

Fix child theme #188

Open eugelogic opened 6 years ago

eugelogic commented 6 years ago

The Events Calendar plugin showed some "prev & next" events links at the top of the single event page template which were not very ux friendly.

The plugin author suggested to comment out of remove some code as outlined here https://theeventscalendar.com/support/forums/topic/previous-next-event-links-on-single-event-page/

Unfortunately that is not possible without a child theme. I added one but for some reason is not: a - picking up the stype from the parent b - removing the code that shows those links at the top

I temporarily hacked the plugin files but as the plugin will get updated next time, the links will show again so I will have to re-apply the hack until I fix the child theme.