Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi alonso, this line should automatically add the category title when viewing category pages:
return 'Events Calendar' . ' » ' . single_term_title('', false);
Are you not seeing this?Jonah
ParticipantHi brand76,
There are numerous ways to hide elements on a page. The easiest but less ideal is setting display: none; – a better option would be something like this: http://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/
I hope that helps!
– Jonah
Jonah
ParticipantHi agape, I posted a comment on gist that should help. It’s working for me locally on my home but should also work on a category page as long as you have the conditional set properly to check for that page. You might want to use a plugin like http://wordpress.org/extend/plugins/debug-bar/ to show you which template you are viewing and help you troubleshoot that.
– Jonah
Jonah
ParticipantHi Michael,
Try replacing /wp-content/plugins/events-calendar-pro/resources/events-admin.js with this copy: http://cl.ly/code/1v382M03033d
– Jonah
Jonah
ParticipantHi alonso,
In order to get titles showing up properly you need to filter the WP SEO title function and manually add the titles. Here is an example you can use: https://gist.github.com/jo-snips/3710617 – add that to your theme’s functions.php file and modify as necessary.
– Jonah
Jonah
ParticipantHi alonso, I need to ask a developer about this. Please stay tuned.
Thanks,
JonahJonah
ParticipantHi tomango,
Unfortunately that’s not an available function. You would need to custom code something or hire someone to help you with this. If you need some suggestions for freelancers/firms to help you with this, please let me know. You might also want to suggest it as an idea here: http://tribe.uservoice.com/
Regards,
JonahMarch 27, 2013 at 2:29 pm in reply to: Events are duplicated multiple times after a site transition #44215Jonah
ParticipantSounds good JF, glad you got it all worked out!
– Jonah
March 27, 2013 at 2:28 pm in reply to: Event Listing excluding a category and listing showing only that category #44214Jonah
ParticipantHi Jeff,
Sorry, I misled you. There is no eventDisplay ‘list’, only ‘past’ and ‘upcoming’. I’ve updated my gist with these args in place: https://gist.github.com/jo-snips/2270007
Let me know whether or not that works.
– Jonah
Jonah
ParticipantHi agape, I don’t think 3.0 will have too much effect on this. Using pre_get_posts is the way to go and it should work now to include the events post type of any other post type in along with your other category posts. I would need to see all the code you are working with though in order to know for sure. If you can share that on http://snippi.com/ or https://gist.github.com/, I’ll take a look and see what I can figure out.
– Jonah
Jonah
ParticipantHi Joan,
Yeah I didn’t have luck getting your custom function that displays the number of events to work properly but the gist itself should properly re-order venues based upon # of events. I tested this locally and it works for me. If you get the other custom function working, please let us know.
Thanks,
JonahJonah
ParticipantHi canonball,
It looks like your theme is loading an older version of jQuery (1.6.2) that could be causing this issue. Can you please update that to 1.8.3 and see if that resolves things?
Thanks,
JonahJonah
ParticipantSounds good antonatangka, let me know how that goes.
Jonah
ParticipantHi Jo, any update from the theme author on this?
Jonah
ParticipantHi Joan,
I’ve got a solution for you that requires two parts. One, a custom venue query like you’ve supplied running somewhere. Then if you put the following gist in your theme’s functions.php file, it should re-order the Venue’s by number of events for you: https://gist.github.com/PaulHughes01/5083640
Let me know whether or not that works for you!
– Jonah
-
AuthorPosts
