zafari

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Month View – Turn OFF Hover pop-up window #1540746
    zafari
    Participant

    Thank you, Jeremy!! I had put the CSS exactly as you have listed into
    the theme’s Additional CSS area which did not work. But when I placed
    it where you suggested, it works! Good to know for other issues as
    well. Thank you so much!

    in reply to: Month View – Open Event URL in New Window #1540742
    zafari
    Participant

    Thank you, Jaime!! At last something that works – #1. Thanks so much!!!!

    in reply to: Month View – Open Event URL in New Window #1538173
    zafari
    Participant

    Tried it, but still not working. Any other ideas? thanks!

    in reply to: Month View – Turn OFF Hover pop-up window #1538165
    zafari
    Participant

    thanks, jeremy. I swapped out to the CSS you suggested but it’s still not working. Any other ideas?

    here is the page I am working with: http://theshipyardpark.com/events/

    THANKS!

    in reply to: Month View – Turn OFF Hover pop-up window #1536383
    zafari
    Participant

    I have also tried using CSS to turn tooltip off using display=none !important but that isn’t working either.

    in reply to: Month View – Turn OFF Hover pop-up window #1536338
    zafari
    Participant

    HI Jeremy,

    I followed your suggestion but it is not working. Any other ideas?

    in reply to: Month View – Open Event URL in New Window #1536273
    zafari
    Participant

    Sure! I am using this modification in functions.php:

    function tribe_set_link_website ( $link, $postId ) {
    $website_url = tribe_get_event_website_url( $postId );
    // Only swaps link if set
    if ( !empty( $website_url ) ) {
    $link = $website_url;
    }
    return $link;
    }
    add_filter( ‘tribe_get_event_link’, ‘tribe_set_link_website’, 100, 2 );
    add_filter( ‘tribe_get_event_website_link_target’, ‘blank_target_for_new_window’ );
    function blank_target_for_new_window() {
    return ‘_blank’;
    }

    The code for opening the new window is the part that is not working.

    Thanks, Brendan!

    in reply to: How to set the target window for event url? #1476992
    zafari
    Participant

    Hello Victor!

    Thanks so much. I actually ended up following your tutorial to change
    the Event URL to a button that opens in a new window so that part is
    set. However, I’d like to use your solution below to also open the
    Organizer Website in a new window. What should I substitute for
    “tribe_get_event_website_link_target” to accomplish this?

    Thanks so much for our help!!!

    in reply to: Change Back to Events to custom page link #1476682
    zafari
    Participant

    Yes, this is exactly what I needed! However, rather than messing around with the template, I simply put a redirect from the /events/ page to the page I want. Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)