Forum Replies Created
-
AuthorPosts
-
Kevin
ParticipantHi Shelby,
That CSS solved it for me perfectly, thank you!
Kevin
ParticipantHi Shelby,
I am seeing this happen in Chrome (58), Firefox (53), and Safari. It seems to be on all browsers I can test.
Thanks,
Kevin
Kevin
ParticipantIt’s been awhile since I heard back so just checking in to see if you saw my question in the last post.
Thanks
Kevin
ParticipantHi Mathew,
Thank you so much, that worked! Thank you!
My last remaining problem is that I am having trouble getting the cursor to get into the tooltip to click the link. When I move the cursor from the event title in the calendar, the tooltip goes away before I can get my cursor into it. If I move really fast, I can get it to work but was wondering if you had any way to fix this? Basically I need to improve how the hover of the mouse gets to the tooltip box.
Thanks!
Kevin
ParticipantHi Shelby,
Just checking in to see if there is any update with this? I did try the steps to test conflicts, but that did not seem to be the issue? Any update would be appreciated.
Thanks,
Kevin
Kevin
ParticipantHi Brook,
Thanks for the response.
The cache was not enabled, so that was not the issue.
We are not using featured events so I don’t believe it would be pulling a different tooltip template.
I am getting a URL to pass through, but it is weirdly pulling the “Event Website URL” for the furthest event out. We have events entered until June and it is linking the last event in June. What is weird is that the link works fine in all the other views, but not in the tooltip view.Thanks for looking into it.
Kevin
Kevin
ParticipantHi Shelby,
Thanks for the response. Unfortunately, that is not working for me. tribe_get_event_website_url is working for me in the other calendar views (list, photo), but for some reason it does not pass on in the tooltip. Can you please look into another solution? I have a feeling we are going to need something similar to [[=title]] but for the Event Website URL.
Thanks!
Kevin
ParticipantIt looks like the code in my post was converted, so I am wrapping my question in code here:
I am trying to add buttons to the tooltips in the month view of my calendar. One button is going to the event page ( I am using <a href='[[=permalink]]'>View Event Page</a> to link to the corresponding event). The button I am having trouble with is linking to the "Event Website URL" from the tooltip. I tried using: <a href='<?php echo esc_url( tribe_get_event_website_url() ); ?>'>View Event Website URL</a>. This seems to work at some times, but not at others. Is there another tag (like [[=permalink]]) that I can use in the tooltip to go to the url that is entered in the Event Website URL? I did find this: https://gist.github.com/bordoni/439bd58bbfbb7db3454b, but it is for adding the venue in the tooltip, not the event website URL. Can you please let me know a tag I can use in tooltip.php that will grab that event website URL? Thanks -
AuthorPosts
