Issue with MEC shortcodes

I am still having issues with the shortcodes when using MEC.

I am using a shortcode that includes events from all categories. [MEC id=“368”]

The VIEW DETAILS button does not activate when hovered. This happened last week and I changed the shortcode and it worked. Now it is not working again. The shortcodes for the sub pages work fine. *I have the collective shortcode integrated on a few pages until the get their events listed. To test the homepage and sub page shortcodes use the links listed below.

Homepage - https://www.explorels.com/
Sub page - https://www.explorels.com/city/

I just noticed another page with a different shortcode that the EVENT DETAILS button is not working on - https://www.explorels.com/downtown/

WP, X theme and all plugins are up to date.

Please advise. Thank you.

Hi Keith,

I found that the issue is coming from the load more button container is on top the content this preventing the hover. Can you try adding this custom CSS:

.mec-load-more-wrap {
    clear: both;
}

Hope this helps.

Worked great. Thank you.

You’re welcome!
We’re glad @Lely’s solution works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.