Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Nitin,
The event organizer email is stored as ‘_OrganizerEmail’ in the postmeta table. Will that give you what you need?
– Jonah
Jonah
ParticipantHi Eugen,
You have some script errors on the page that is likely conflicting with the functionality of the calendar widget. Please try deactivating all other plugins and/or switching to the default WordPress theme to get rid of those script errors and try to regain functionality of the widget.
Jonah
ParticipantHi Jacob,
The main event feed is not a standard post type archive and we don’t really provide this with our plugin so is_post_type_archive() won’t return true. The way to detect certain pages within our plugin can be achieved with different conditional statements, most of which you can find in this code: https://gist.github.com/jo-snips/2415009
Does that help?
Jonah
ParticipantOk, sounds good Andrew. If you have time to re-install WordPress and want us to revisit this, just let us know. I’m going to close the thread but feel free to start another thread and reference this one.
Thanks and sorry we couldn’t do more for you here,
JonahJonah
ParticipantHi Andrew,
Sorry for the lack of followup here. Did you still need help with this?
April 8, 2013 at 11:06 am in reply to: How to truncate description for "upcoming events at this venue" #45230Jonah
ParticipantJonah
ParticipantHi Joshua,
I’m not sure what the problem could be, it’s working fine for me using either the Default Page Template or Default Events Template. Have you tried deactivating all other plugins or reverting to the default WordPress theme? If you revert to the default WordPress theme, remember you will need to re-copy in the list.php file into an events folder. It could be a conflict with either your theme or another plugin. Try that and let me know if that works.
– Jonah
April 8, 2013 at 10:55 am in reply to: Is there a text limit? adding links to an event suddenly vanishes #45224Jonah
ParticipantHi epratt,
No, there is no Google Calendar import for the event list or calendar pages. You would need to add this yourself. It should always show on single events though but there may be something in the code you are putting into each event that is conflicting with it. If so, I would need a specific example where you put in code and the button is not showing so I can troubleshoot.
Jonah
ParticipantHi Ken,
You can use something like this to exclude events: https://gist.github.com/jo-snips/5338806 – that will modify the query on the various event pages. Make sure to change the category to what you need.
To get the calendar full width, the easiest way might be to change the Event Template setting in Events > Settings > Template to a full width template if your theme has one. Otherwise you are going to need to modify the CSS and possibly HTML to adjust things.
Does that help?
April 8, 2013 at 10:39 am in reply to: Displaying Events in one Category on a page. Like a blogroll of posts #45218Jonah
ParticipantHi Mike,
There are a few ways to do this but the easiest may be to just create some custom queries in page templates assigned to specific pages. Here is an example of a custom query you could use: https://gist.github.com/jo-snips/5112025 – for documentation on creating and putting this into a custom page template: http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
You’ll need to modify the query args a bit to specify the categories you’d like to query for. For reference on WP_Query: https://codex.wordpress.org/Class_Reference/WP_Query
Does that help?
Jonah
ParticipantHi Neil,
Do you have a URL I can see the calendar widget on?
Thanks,
JonahJonah
ParticipantHi Sian,
We don’t currently offer an export feature so you will need to figure out something on your own. MySQL/PhpMyAdmin export might work or a third party plugin might work but I can’t really provide a specific solution. Good luck!
– Jonah
Jonah
ParticipantHi Steve,
That sounds strange, sorry to hear about this. So you’ve deactivated all other plugins besides our core and PRO plugins and the issue still persists? Are you experiencing this with all events or recurring events? Can you try reverting to the default WordPress theme to see if it’s maybe a conflict with your theme? What version of the PRO plugin are you running?
Jonah
ParticipantHi uniondigital,
The closest you can get to this with our Additional fields is to use a text field to paste in a URL to an image and use that. Alternatively you could use a plugin like http://www.advancedcustomfields.com/ which I would highly recommend for custom fields. ACF offers an image field which you can attach to just events and select an image that way. Then, you would just need to modify your event templates to display the image but it’s very easy to do. I can provide an example if need be.
I hope that helps!
– Jonah
Jonah
ParticipantHi Joshua,
The Default Events Template contains the tags for displaying the custom HTML you’ve added (tribe_events_before_html() and tribe_events_after_html()). If you want to use your custom HTML you’ll need to add those template tags somewhere in your theme’s page.php template or whatever other template you have selected to use.
Does that make sense?
-
AuthorPosts
