Recurring Event See All Tooltip hides link

Home Forums Calendar Products Events Calendar PRO Recurring Event See All Tooltip hides link

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1055448
    George
    Participant

    Hi @Annette,

    Wow, I am truly baffled by this. This is such bizarre behavior! Every time I test my code on your site, it works fine, and I have confirmed that your CSS is added correctly. Weird. I am not sure why these changes are not working.

    At this point, the only solution I can think of is a JavaScript one. Not ideal, but it should work. Try adding the following bit of PHP to your theme’s functions.php file:


    add_action( 'wp_footer', 'tribe_support_1017704', 99 );

    function tribe_support_1017704() {
    ?><script>
    if ( jQuery( '.tribe-events-tooltip.recurring-info-tooltip' ).length ) {
    jQuery( '.tribe-events-tooltip.recurring-info-tooltip' ).remove();
    }
    </script><?php
    }

    Thank you for your patience with this!

    — George

    #1076742
    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 2 posts - 16 through 17 (of 17 total)
  • The topic ‘Recurring Event See All Tooltip hides link’ is closed to new replies.