Forum Replies Created
-
AuthorPosts
-
Lori
ParticipantThanks for getting back to me. I am going to check out the links you sent and hopefully that will work. I do have apro account, and will post in the premium forum next time:)
April 4, 2013 at 1:39 pm in reply to: List categories above calendar view for quick frontend filtering #44891Lori
ParticipantDo you know of anyone I can contact for customization?
April 4, 2013 at 7:36 am in reply to: List categories above calendar view for quick frontend filtering #44835Lori
ParticipantI think i included the opening php which of course didn’t allow it to work, duh!
But now it doesn’t filter the way I would like it to.
I want it to filter like this:http://blog.narrpr.com/events/category/broker-training/, where there are dropdown categories, etc…
But this is what it looks like: https://www.dropbox.com/s/mfofklce6qib19j/calendar%20view%20with%20listing.png
Any thoughts?April 4, 2013 at 6:45 am in reply to: List categories above calendar view for quick frontend filtering #44829Lori
ParticipantOops! Sorry, here is the code from gist:
https://gist.github.com/jo-snips/2019513April 3, 2013 at 5:58 pm in reply to: List categories above calendar view for quick frontend filtering #44814Lori
ParticipantI also tried adding those changes to the gridview in the events folder and I got this error message:
Parse error: syntax error, unexpected ‘<' in /home/jccadm1/public_html/dir/wp-content/themes/terragon/events/gridview.php on line 13April 3, 2013 at 5:52 pm in reply to: List categories above calendar view for quick frontend filtering #44813Lori
ParticipantI created an events folder in my theme directory, and in there I put a copy of gridview.php.
At the point, I tried to copy the code into the original gridview.php in the plugin folder but it didn’t seem to work. Any thoughts?Here is the code that I used from that tutorial:
0 ){
echo ”;
foreach ( $terms as $term ) {
echo ‘slug .'”>slug, ‘tribe_events_cat’) .'”>’ . $term->name . ‘‘;
}
echo ”;
}
?>Lori
ParticipantSuper happy:) thanks!
Lori
ParticipantI just saw another post with this:
.events-single #sidebar {
display: none;
}I just added this to my theme’s stylesheet and it worked:)
Lori
ParticipantI am having the same issue, which sheet would you be making this addition to?
-
AuthorPosts
