I updated my Iced Mocha theme to v1.0.6 today because the EE theme settings were not showing under Appearance > Iced Mocha Settings (probably due to WP 4.4.2 compatibility as I’ve read elsewhere in the forums).
After the update, the EE Upcoming Events widget has a link in the title to the Events page. I do not use this page as I have a custom events page I made. But it looks like the title link is forced. I spent the last two hours looking through code to see where I can disable the insertion of this link, but I can’t figure it out. I would appreciate your assistance to pinpoint this piece of code.
<li id=”ee-upcoming-events-widget-3″ class=”widget-container widget_ee-upcoming-events-widget”> <h3 class=”widget-title”>Upcoming Events</h3> <<< get rid of this
<ul class=”ee-upcoming-events-widget-ul”>
<h3 class="widget-title"><a href="http://example.com/event-registration/">Upcoming Events</a></h3>
I should have wrapped that example in the code tags. What I’d like to get rid of is the “a href” portion of the widget-title.
Lesson for today: making a filter to strip some code is much easier than trying to figure out what code to comment out.
Viewing 4 reply threads
The support post ‘Remove Upcoming Events widget title link’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.