Events Calendar Pro Photo View

Home Forums Calendar Products Events Calendar PRO Events Calendar Pro Photo View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1137023
    Fred
    Participant

    Hi Support.

    This issue is extended from the thread below;

    Events Calendar Pro Photo View

    As attached screen shot, the issue is still outstanding.

    You may want to check from https://www.primeeducation.com.au/events/category/short-course/photo/

    Regards, Fred

    #1137081
    George
    Participant

    Hey @Fred,

    I’m sorry to hear that this issue is persisting! Thanks for reaching out.

    As Cliff mentioned in that last thread, excerpts by default will not process shortcodes. To modify this behavior, try adding the following line of code to your theme’s functions.php file:


    add_filter( 'tribe_events_excerpt_allow_shortcode', '__return_true' );

    ☝️ Once you add this, have another look at your site—does anything improve with this issue?

    If not, then how about if you add one more line of code so that you have this instead:


    add_filter( 'tribe_events_excerpt_allow_shortcode', '__return_true' );
    add_filter( 'tribe_events_excerpt_shortcode_removal', '__return_false' );

    Thanks!
    George

    #1143031
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar Pro Photo View’ is closed to new replies.