Barry

Forum Replies Created

Viewing 15 posts - 11,581 through 11,595 (of 17,936 total)
  • Author
    Posts
  • Barry
    Member

    Hi Kenny,

    As you can appreciate it isn’t quite so easy to work things out based on screenshots alone – so I’m having to rest on some assumptions which I guess may not be true in your case.

    You could consider using the :last-child pseudo selector if you want to use a CSS approach to hiding that div and don’t wish to rely on JS; alternatively you might prefer to stop that div from being generated in the first place (and so you could investigate our meta walker documentation).

    Really though this is a customization and beyond offering some general pointers we’ll have to leave you to figure out the details here.

    Good luck!

    in reply to: Google Maps on a single event #78762
    Barry
    Member

    Is that being progressed in a separate thread?

    in reply to: URL’s fixes #78753
    Barry
    Member

    Hi jddvette,

    So based on your last update it’s sounding to me like everything is actually working as we would expect and that perhaps the code snippet you referenced was impacting on things here (though, again, it sounds as if it was actually doing pretty much what it was intended to do).

    We do welcome any feature requests that you might make with regards to presentation settings for categories, etc, but beyond that we’ll need to leave any further customizations and embellishments up to you.

    I’ll go ahead and close this thread, but if there are any other issues we might be able to help with please do create new threads as needed.

    Thanks – and good luck!

    in reply to: Last day of multi-day events not displaying in calendar view #78750
    Barry
    Member

    Liz: can you update to 3.2?

    in reply to: Theme conflict #78748
    Barry
    Member

    Hi Peter.

    The link to the theme is https://themes.bavotasan.com/2010/magazine-premium/

    I’m afraid that doesn’t let us download the theme. Can you instead make the theme available as a downloadable .zip file, sharing it via Dropbox, Droplr or a similar service – or even by uploading it to your own WordPress site? You can share the link via a private reply if you prefer.

    It would also be great if we could separate these issues out into individual threads.

    First when EC pro is enabled the widget area will not drag and drop, disable and it works fine.

    Let’s focus on this issue in this thread: can you confirm if you mean the regular drag and drop behaviour you would expect in the standard WordPress widgets admin screen? If so, I don’t experience the same thing – does this only happen in combination with your theme?

    Again, for those other issues, if you could go ahead and post new threads that would be great:

    * Second the theme will not display comments on pages that have widgets in the sidebars
    * Third the calendar page will not display and the events list page comes up with a 404
    * there is another issue in that updraftpro backup will not work unless I disable ECpro

    Thanks!

    in reply to: Custom display of single events on wordpress page. #78744
    Barry
    Member

    Hi Steve:

    Rob was checking in to see if you still needed assistance (in that other thread) but generally – and though we can occasionally make exceptions, depending on the overall volume of support we’re dealing with at any one time – we don’t help with customizations like this other than to try and give a prod in the right direction.

    Really though this is very much the realm of custom development and is something that should be within the grasp of a suitably skilled WP developer (and we’ll happily provide a list of folks you might consider contacting) but, regrettably, is out of the scope of what we can help with here – and that situation may not have been different in the other thread, I just didn’t quite have the information I needed to make that decision.

    I hope that makes a little more sense and certainly don’t want you to feel that we’re ‘closing the door in your face’, but realistically we do have to draw a line when it comes to more involved customization requests.

    Barry
    Member

    Hi Polly,

    I think, unfortunately, you are hitting another (but separate) bug. If you do set the number of events for the widget to display to 1 or more do you then find that it works as expected? If so we can do a further template customization to work around this issue.

    Thanks for your continued patience and support!

    in reply to: Add event date/time to cart #78741
    Barry
    Member

    Hi Adam – that snippet was really just a basic example to get you started and show the mechanics of the process.

    will always output the same information regardless of the product in the basket.

    I’m not quite sure what you mean here – but I’d point out that you would need to repeat the process of loading the associated event per line item (at least for each item that is an event ticket) … in which case you should not retrieve the same event post title – unless of course each ticket in the cart was related to the same event.

    Though not officially supported by Modern Tribe you might find this plugin to be helpful if only as a template for your own solution. Beyond that I’m afraid we can’t help much more with customizations other than to wish you luck 🙂

    in reply to: Separate Details and Venue Panels #78736
    Barry
    Member

    I do apologize, I gave you the wrong snippet there. This should force the venue details to display separately:

    add_filter('tribe_events_single_event_the_meta_group_venue', '__return_true');

    in reply to: The frontend map doesn’t show anything #78732
    Barry
    Member

    Hi thomasek: can you share your System Information as provided on the Events → Help admin screen?

    in reply to: Map View – no points displaying #78586
    Barry
    Member

    Thanks for your patience otomoto2000.

    On a multisite running only The Events Calendar and Events Calendar PRO and no other plugins/only a default theme I am unable to replicate this, so that suggests it isn’t anything to do with running on a network.

    This isn’t something we commonly see being reported, however.

    One thing that jumps out and that I missed initially is that you are using WP Super Cache; it’s possible then that this is a side effect of that plugin. Though I do note you tried deactivating all other plugins it’s worth bearing in mind that there can be extra steps involved in doing so with a caching plugin – its not uncommon to deactivate a caching plugin, but for the caching process to continue.

    So, at this point, what I’d recommend is retesting everything with only a default, unmodified theme and no other plugins but ours activated: this time though please take special care though to follow the steps suggested by the caching plugin’s authors to ensure it is completely removed – you may have to look at the .htaccess file and modify it and also check for an advanced-cache.php file and remove it, for instance – and then test again to see if this problem is removed.

    Thanks!

    in reply to: Possible bug in day/list views #78534
    Barry
    Member

    Do the single venue and organizer pages rely on ‘list/content.php’ in some way that isn’t discussed in the Themer’s Guide?

    The organizer and venue views do indeed re-use a number of list view templates: if you look for the call to tribe_include_view_list() within pro/single-venue.php you can get a sense of the mechanics of this.

    One “cheap and cheerful” means of working around the situation you described might be to set a global variable from within customized single venue and organizer templates, then test for its presence before calling your custom piece of code. Or you could indeed look at and inspect the current request and make a decision that way.

    in reply to: Function to get event e-mail-addresses? #78532
    Barry
    Member

    No problem at all – I can completely sympathize with working late 😉

    in reply to: Separate Details and Venue Panels #78531
    Barry
    Member

    Yes, you can move the venue details (into a separate container) by adding a snippet like the following one to your theme’s functions.php file:

    add_filter( 'tribe_embed_google_map', '__return_true' );

    Does that get you any closer?

    in reply to: Get start and end dates or range of recurring events? #78523
    Barry
    Member

    Yes: I’ve replied in that other thread though and will go ahead and close this one.

    Thanks!

Viewing 15 posts - 11,581 through 11,595 (of 17,936 total)