Event Sidebar

Home Forums Calendar Products Events Calendar PRO Event Sidebar

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #13945
    Jonah
    Participant

    Hey Timothy, yes we have a poor code paste function in our forum, still trying to get that fixed… Please use http://pastebin.com/ as an alternative.

    #13946
    Rob
    Member

    Hey Jonah, Tim sent me this code via email. I added it to Pastebin right here: http://pastebin.com/mKRj9B3H. Hope that helps.

    #13948
    Jonah
    Participant

    Thanks Rob, got it. Ok, so somehow (this is not anything wrong with our code) your single.php file got messed up from lines 98-100. So just remove this bit starting at line 98 and you’ll be golden:


    if ( function_exists('has_post_thumbnail') && has_post_thumbnail() ) {
    the_post_thumbnail();
    }

    It’s not going to prevent thumbnails from showing because you already have this code properly added before these lines.

    Let me know if that doesn’t work.

    Thanks,
    Jonah

    #14006
    Timothy
    Participant

    This is where I tried to put it in to get the content above the maps… Ill take it oput, but how do I get the content above the maps?

    #14008
    Timothy
    Participant

    ok, it took it out, and that was my fault. I put it in there trying to follow the steps to get the map and image below the content.
    see how this is http://www.wheretogointampa.com/event/2012-gasparilla-pirate-fest/

    #14015
    Jonah
    Participant

    Hey Tim, try using this code: http://pastebin.com/qez7fTrh

    #14018
    Timothy
    Participant

    i just write over all of the single.php?

    #14020
    Jonah
    Participant

    Yep, it’s just a copy of what you posted earlier with the modification to have the map below the content.

    #14022
    Timothy
    Participant

    That worked , except now the map is below my comments area..lol

    http://www.wheretogointampa.com/event/2012-gasparilla-pirate-fest/

    #14025
    Jonah
    Participant

    Try this instead: http://pastebin.com/FP6H4z1h

    #14028
    Timothy
    Participant

    still seems to be down below facebook comments and shareoholic..
    unless I did it wrong..

    #14029
    Jonah
    Participant

    Ahh I see what’s going on. Those two plugins, the Facebook Comments and Shareoholic place their code right below the content before the map. You’ll need to somehow change this via those plugins. You might try manually inserting their code after the map code in the events single.php file.

Viewing 12 posts - 16 through 27 (of 27 total)
  • The topic ‘Event Sidebar’ is closed to new replies.