Forum Replies Created
-
AuthorPosts
-
August 4, 2014 at 4:17 pm in reply to: Possible to embed map on home page or other template? #581436
Barry
MemberHi – great question!
This is very much custom development territory so unfortunately we can’t go into too much depth on this one – but essentially you would need to ensure that, in addition to including the relevant template, you:
- Include any JS and CSS assets that the map view depends upon
- Ensure it is supplied with the data it needs – for example, an array of marker data for each pin that appears on the map
Some careful study of the existing code would probably fill in some of the blanks.
You may also be interested in Event Rocket (though do note it isn’t officially supported by Modern Tribe) – it is capable of placing your main events page on the front page of your blog … by combining this – or borrowing the same approach it takes – with map view and possibly a template override or two (if you only want the map and not the list, for instance) you can probably get pretty close to where you need to be ๐
I hope that helps!
Barry
MemberHi – sorry you’re hitting difficulties ๐
The first thing to do here is figure out if there might be a conflict of some kind. I see you already ran through our standard troubleshooting steps which is fantastic:
YES, I’ve deactivated all other plugins to check for a plugin conflict.
YES, I’ve reverted to the 2011 default WordPress theme (with other plugins still deactivated) to check for a theme conflict.Did this allow you to isolate any conflicts, perhaps with another plugin or else your theme (or some custom templates within your theme, perhaps)?
Barry
MemberHi Grรฉgoire,
Sorry to hear you are hitting difficulties.
Can you provide a little more detail about the problem though – which widget is failing here? I did visit your website and see that the list widget is working (in the right hand sidebar) so I’m guessing that’s not the problem.
Let me know!
Barry
MemberAh, ok. Sometimes that works and sometimes it doesn’t – a lot depends on the theme and how early/late that custom CSS is added when the page loads.
Anyway, glad it’s all working! I’ll go ahead and close the thread but of course if we can help with anything else please don’t hesitate to open new threads as needed.
Also – if you have a moment to spare – we’d love to hear about your experiences with The Events Calendar so far ๐
Thanks again!
August 4, 2014 at 3:35 pm in reply to: Date header term in Map View is same as field placeholder #581214Barry
MemberHi Sean!
The basic shape of a function to do this would be something like:
add_filter( 'tribe_bar_datepicker_caption', 'change_datepicker_caption_in_map_view' ); function change_datepicker_caption_in_map_view( $text ) { if ( ! tribe_is_map() ) return $text; return 'My custom caption'; }Does that help?
Barry
MemberHi – great question!
If you go to the event editor and look at the list of tickets you should see a link that lets you edit the product in WooCommerce’s product editor. From there you should be able to set the product’s tax status to none.
Would that work for you here?
August 4, 2014 at 12:41 pm in reply to: Events Calendar Pro & SiteOrigin's Page Builder Widget #580288Barry
MemberExcellent!
I’ll go ahead and close this thread in that case but if you need help with anything else please don’t hesitate to create a new thread and one of the team will be only too happy to help ๐
Barry
MemberOK – can you confirm where you added that line of CSS then? I don’t see a tribe-events.css stylesheet – did you place it in a different location? If so, can you try placing it within a tribe-events.css file following the instructions in the Themer’s Guide instead?
Thanks!
August 4, 2014 at 12:38 pm in reply to: Events Calendar Pro & SiteOrigin's Page Builder Widget #580273Barry
MemberOK – and so what is actually going wrong with the code you shared a couple of replies back? It broadly looks like it should work (so long as you have enough events coming in to the widget to retain and display some events and skip others, at least).
August 4, 2014 at 12:01 pm in reply to: I need the meta_key and meta_value to hide an event…BADLY! #580049Barry
MemberFantastic ๐
I’ll go ahead and close this thread, but if we can help with anything else please do feel free to create a new thread and one of the team will be only too happy to help.
Thanks again!
Barry
MemberOK, I’m sorry to hear you hit difficulties with EDD ๐
So with regards to the original problem – the event cost not displaying – I’m still a little unclear if that problem is solved or not. As before, the cost of any tickets you set up with EDD Tickets will display on the individual event pages.
Is that not happening/am I misunderstanding?
Barry
MemberFantastic!
I’ll go ahead and close this thread in that case – but if we can help with anything else please do create a new thread and one of the team will be only too happy to help ๐
(…and, if you have a moment, we’d love to hear your thoughts on The Events Calendar across on our plugin review page.)
Thanks again!
Barry
MemberI’m sorry to hear that.
Do you need further assistance on this one/were you able to complete the above troubleshooting steps?
Barry
MemberOK – and to confirm, have you also had a chance to switch to a default, unmodified theme (like Twenty Thirteen)? If for instance you run through our complete troubleshooting steps as follows…
- Ensure The Events Calendar (and Events Calendar PRO) are up-to-date
- Deactivate all other plugins
- Switch to fresh copy of a default, unmodified theme such as Twenty Thirteen
- Flush permalinks (as above, simply visit your Permalink Settings screen)
… does everything behave as expected?
I did try viewing your site however although I was able to reach the front page after some delay, it was unworkably slow and unfortunately I couldn’t linger too long. If you can run through the above steps though (or confirm that you have already done so) we can consider our next steps.
Thanks!
Barry
MemberOK. It looks like in Events โ Settingsย โ Display you may have configured things so that the Default Page Template is in use. Can you change this to the Default Event Template and see if that makes any difference?
-
AuthorPosts
