Nini

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: mini calendar widget listings with excerpt #64331
    Nini
    Participant

    um…..
    ROCK STAR!!

    Thank you so much – it totally did the trick 😉

    in reply to: mini calendar widget listings with excerpt #64230
    Nini
    Participant

    sure – here is the link – and yes I am modifying the file within my themes folder
    http://pastebin.com/ZXs4A3fd

    in reply to: link event to url #60412
    Nini
    Participant

    Yes – Thank you Barry!

    in reply to: link event to url #60395
    Nini
    Participant

    ahhhhhhh – 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!!

    in reply to: link event to url #60390
    Nini
    Participant

    thanks 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.

    in reply to: link event to url #60286
    Nini
    Participant

    Looks 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
    n

    in reply to: link event to url #60280
    Nini
    Participant

    and here is the month single-event.php

    http://pastebin.com/vJjByJfT

    in reply to: link event to url #60278
    Nini
    Participant

    you bet – here is a link to the mini calendar single-event.php

    http://pastebin.com/xR0M2DaV

    in reply to: link event to url #60216
    Nini
    Participant

    actually – 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”>


    in reply to: link event to url #60173
    Nini
    Participant

    so – in other words

    3 template

    the mini calendar, the month view and the list view

    in reply to: link event to url #60172
    Nini
    Participant

    I 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 folder

    https://secure.helpscout.net/file/2292534/ad45671b7936f93beb5dc1d56ce479c90a6c6c01/Screen-shot-2013-08-10-at-11-39-04-AM.png

    p.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

    in reply to: link event to url #59286
    Nini
    Participant

    Far Out!! – it totally worked
    Thank You!!

    in reply to: link event to url #59270
    Nini
    Participant

    Thanks Barry – I was able to locate
    tribe_event_link( $post )

    should I replace that with
    tribe_get_unslashed_event_link( $post )

    ?

    in reply to: link event to url #58666
    Nini
    Participant

    Hi 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?

    in reply to: Default month view not working #58135
    Nini
    Participant

    Actually – I just tried again and the error message is gone but the default still goes to list view

    any other thoughts?

Viewing 15 posts - 1 through 15 (of 26 total)