Forum Replies Created
-
AuthorPosts
-
Nini
Participantum…..
ROCK STAR!!Thank you so much – it totally did the trick 😉
Nini
Participantsure – here is the link – and yes I am modifying the file within my themes folder
http://pastebin.com/ZXs4A3fdNini
ParticipantYes – Thank you Barry!
Nini
Participantahhhhhhh – you are absolutely right – I didn’t make the change in that file
I just did and it worked – so sorry for the hiccup – it works now
thank you so much!!
Nini
Participantthanks Barry – I implemented the change that you supplied in your ‘answer’ above
i replaced
tribe_event_link( $post )
with
echo tribe_get_unslashed_event_link()I don’t think you should need to pass in the $post variable in these circumstances, but let me know if that doesn’t work for you.
Nini
ParticipantLooks like the mini calendar widget works now that I moved it out of the /pro folder
but not the calendar view
thanks for the tip on removing it from the /pro folder
nNini
Participantand here is the month single-event.php
Nini
Participantyou bet – here is a link to the mini calendar single-event.php
Nini
Participantactually – here is what is in my single-event.php file in the month folder
ID}-{$day[‘daynum’]}”;
$start = tribe_get_start_date( $post, FALSE, ‘U’ );
$end = tribe_get_end_date( $post, FALSE, ‘U’ );?>
<div id="tribe-events-event-” class=””>
<a href="” class=”url”>
<div id="tribe-events-tooltip-” class=”tribe-events-tooltip”>
Nini
Participantso – in other words
3 template
the mini calendar, the month view and the list view
Nini
ParticipantI created a new dev site
http://planetscribble.com/dairydev/
(different from the one in the forum cuz I wanted to do it in my theme folder)When I customized the single-event.php for my month view and my mini calendar view in the plugin folders they work – however I want to make the change in my theme folder so I don’t loose my change when I update the plugin, however it is not working
here is a link to my screenshot of my directories I’ve created in my theme folderp.s. the list view works fine – just not the calendar view or the mini calendar
here is a screenshot of my directory
I would so appreciate your wisdom on this
Nini
ParticipantFar Out!! – it totally worked
Thank You!!Nini
ParticipantThanks Barry – I was able to locate
tribe_event_link( $post )should I replace that with
tribe_get_unslashed_event_link( $post )?
Nini
ParticipantHi Robb – I tried it on my dev site http://planetscribble.com/dairy-tes and
I was able to make the calendar widget work (for the aerial dance event on August 3rd at 2pm) – however I also want to make the calendar view do the same thing and It is not working there. I could not locate tribe-get-events-link() on the single-event.php in the-event-calendar/views/month/single-event.php. Is there a different process to deal with the main calendar view?Nini
ParticipantActually – I just tried again and the error message is gone but the default still goes to list view
any other thoughts?
-
AuthorPosts
