Barry

Forum Replies Created

Viewing 15 posts - 6,706 through 6,720 (of 17,936 total)
  • Author
    Posts
  • in reply to: Possible to embed map on home page or other template? #581436
    Barry
    Member

    Hi – 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!

     

    in reply to: Month View- Not displaying correctly #581341
    Barry
    Member

    Hi – 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)?

    in reply to: Widget doen't show event #581313
    Barry
    Member

    Hi 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!

    in reply to: Next Button results in blank month #581241
    Barry
    Member

    Ah, 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!

    Barry
    Member

    Hi 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?

    in reply to: No Taxes by Default on Tickets #580318
    Barry
    Member

    Hi – 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?

    in reply to: Events Calendar Pro & SiteOrigin's Page Builder Widget #580288
    Barry
    Member

    Excellent!

    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 ๐Ÿ™‚

    in reply to: Next Button results in blank month #580283
    Barry
    Member

    OK – 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!

    in reply to: Events Calendar Pro & SiteOrigin's Page Builder Widget #580273
    Barry
    Member

    OK – 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).

    Barry
    Member

    Fantastic ๐Ÿ™‚

    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!

    in reply to: Can not see cost #580040
    Barry
    Member

    OK, 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?

    in reply to: Adding text within the submission form #579853
    Barry
    Member

    Fantastic!

    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!

    in reply to: Ticket start date #579840
    Barry
    Member

    I’m sorry to hear that.

    Do you need further assistance on this one/were you able to complete the above troubleshooting steps?

    in reply to: Link to entry #579835
    Barry
    Member

    OK – 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!

    in reply to: Location Search Not Working #579756
    Barry
    Member

    OK. 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?

     

Viewing 15 posts - 6,706 through 6,720 (of 17,936 total)