Home › Forums › Calendar Products › Events Calendar PRO › Event Sidebar
- This topic has 26 replies, 3 voices, and was last updated 14 years, 3 months ago by
Jonah.
-
AuthorPosts
-
January 24, 2012 at 8:11 am #13945
Jonah
ParticipantHey 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.
January 24, 2012 at 8:32 am #13946Rob
MemberHey Jonah, Tim sent me this code via email. I added it to Pastebin right here: http://pastebin.com/mKRj9B3H. Hope that helps.
January 24, 2012 at 8:51 am #13948Jonah
ParticipantThanks 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,
JonahJanuary 24, 2012 at 11:27 am #14006Timothy
ParticipantThis 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?
January 24, 2012 at 11:31 am #14008Timothy
Participantok, 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/January 24, 2012 at 11:37 am #14015Jonah
ParticipantHey Tim, try using this code: http://pastebin.com/qez7fTrh
January 24, 2012 at 11:39 am #14018Timothy
Participanti just write over all of the single.php?
January 24, 2012 at 11:41 am #14020Jonah
ParticipantYep, it’s just a copy of what you posted earlier with the modification to have the map below the content.
January 24, 2012 at 11:43 am #14022Timothy
ParticipantThat worked , except now the map is below my comments area..lol
http://www.wheretogointampa.com/event/2012-gasparilla-pirate-fest/
January 24, 2012 at 11:46 am #14025Jonah
ParticipantTry this instead: http://pastebin.com/FP6H4z1h
January 24, 2012 at 11:50 am #14028Timothy
Participantstill seems to be down below facebook comments and shareoholic..
unless I did it wrong..January 24, 2012 at 11:53 am #14029Jonah
ParticipantAhh 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.
-
AuthorPosts
- The topic ‘Event Sidebar’ is closed to new replies.
