Forum Replies Created
-
AuthorPosts
-
Barry
MemberI haven’t heard of this particular issue before – so the best way really would be to run through those troubleshooting steps (perhaps assessing the impact on the previous events page if you’ve set posts-per-page to 50).
Perhaps you could even test locally or create a new installation and add the various components of your production site one by one, to avoid disruption – would that work here?
Barry
MemberHi John,
I’m not familiar with the plugin you are using to generate those social media goodies, but perhaps you could reach out to the plugin author(s) and ask if they can provide some code to conditionally disable those items?
On our end, you should be able to use something like this to detect if a single event is being processed:
if (tribe_is_event_query() && is_singular()) {
/* ... code to remove social media items ... */
}If the team behind the other plugin can provide the rest of the puzzle you should be able to put a solution together 🙂
Barry
MemberNo problem at all, let us know if you hit any other roadblocks.
August 26, 2013 at 7:26 pm in reply to: How I decrease the size of my calendar in my sidebar (Widget)? #62975Barry
MemberHi! I can’t locate the widget within your site – perhaps you could provide a URL where I can see it – but it sounds like a CSS issue.
Try the advice offered up in this post and if that doesn’t work please don’t hesitate to get back to us with a URL where we can see the problem and we’ll see if we can tailor it to your specific site 🙂
Barry
MemberExcellent!
Barry
MemberYou’d need to set WordPress up to run with the appropriate language files in place: https://codex.wordpress.org/WordPress_in_Your_Language
Hopefully that will get you on track here 🙂
Barry
MemberHi merlin1710,
If possible, please add the following to your wp-config.php file:
define( 'TRIBE_DISABLE_DEPRECATED_TAGS', true );This will stop those functions from loading.
Barry
MemberNo problem, we’re here to help as and when 🙂
Barry
MemberOK, sounding like you’re all sorted here – but if you do need any further help definitely feel free to create new threads as needed.
@jaxnuxx: we didn’t hear back from you and I’m not sure if your problem is quite the same … do you need further help on this one?
Barry
MemberWe’re hoping to fix this in a forthcoming release. Of course if in the process of investigating we are able to put together a stopgap solution then we will certainly share it 🙂
Barry
MemberHi sambellerose, as far as I know the days of the week and month names are translated by the WordPress core (The Events Calendar simply uses wp_locale to handle this) … does that help at all?
August 26, 2013 at 3:56 pm in reply to: Tooltip covers event title link in month view – theme conflict #62912Barry
MemberCan you try creating a tribe-events.css stylesheet (unless you already have one in place – if not, please see our Themer’s Guide for details on doing this) and add the following rule:
.tribe-events-calendar .tribe-events-tooltip { margin-bottom: 50px; }Does that help at all?
Barry
MemberExcellent – great to hear! In that case I’ll close this thread – if there’s anything else do feel free to go ahead and create new threads as needed 🙂
Barry
MemberIn that case it is definitely sounding like an issue with WooCommerce itself (even if localized to your environment) and may well be worth taking up with the support team over at WooThemes – they’re the best folks to help with WooCommerce-specific issues.
Should you be using a particular payment gateway it may be worth experimenting to see if that impacts at all here.
Barry
MemberThanks, that’s definitely appreciated.
You’re right about the oddity of only_display_related having no effect and that may or may not be be a knock on effect from another problem which I’ll draw to the developers’ attention.
Thanks for your patience and support!
-
AuthorPosts
