BeardedGinger
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event page header & title not showingHey Mark,
Thanks or reaching out to us! Would you mind sending a link to the site where you’re experiencing the issue so I can get a better idea of the issue here? Also, are the headings that are missing on your site the ones that are visible on the demo calendar here https://wpshindig.com/events/?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Event Title is small font in listHey jenlewis04,
Thanks for reaching out to us!
It looks like your stylesheet has a global style for font-size applied to “h2 a”. So, if you change the styling for “.tribe-events-list h2.tribe-events-list-event-title” to “.tribe-events-list h2.tribe-events-list-event-title a” within your stylesheet where you’re targeting the new font size, you should be able to get it to override that global setting.
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] The event titleHey ouze,
Thanks for reaching out to us!
I’m not sure I follow exactly what you’re looking for here. But, if you’re within the loop, you should be able to access the title for the current object using the “the_title();” function.
If you’re outside, you can try using
global $post;
and echoingget_the_title( $post->ID );
Thanks!
Hey swmagic999,
Thanks for reaching out to us here!
There are a couple of approaches you could take here to accomplish something like this. My preferred approach would be to use the “tribe_get_events” function.
We are limited in the amount of customization support that we can provide, however as a PRO subscriber, we’d be happy to give you a little more direction for this in our premium support forums.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Following links into infinite spaceHey,
Thanks for clarifying as well as adding that link. I’ve set a reminder to review this with our team next week.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] How to Add Payment GatewayHey bloohair,
Thanks for following up here as well as for adding that suggestion. We’ll definitely look into options for clarifying that within our plugin descriptions.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Can we have more than 1 calendar??Hey,
Thanks for reaching out to us.
We don’t have multiple calendars available, however you can mimic this by taking advantage of the calendar categories. You can use a unique category for each of the lists that you’d like to display and then link directly to the archives for those categories to see the calendar with just those events.
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Sidebar widget CSS issueHey ember7,
Thanks for reaching out to us!
Take a look at your style settings within the Event > Settings > Display tab and ensure that you’re using the full styles of the plugin there. Also, were the original changes that you made to that widget made within your theme stylesheet or an stylesheet override within your theme?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Events in page (or in the home page)Hey ikro776,
Thanks for reaching out here!
Unfortunately, this isn’t an option out of the box at this time. There are options to use shortcodes for the widgets within the PRO version of the plugin though. However, still not a direct way to have the full calendar embedded yet at this time.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Last event entered not showing on list pageHey biba1403,
Thanks for following up with us here. I’m not seeing any events on your calendar past September 10, 2016. I’m guessing that is part of the issue you’re experiencing here? You have events created further out but they’re not displaying on the calendar?
For further testing, what is your current date format setting for your calendar?
Forum: Plugins
In reply to: [The Events Calendar] Date Formatting IssueHey Darren,
Thanks for following up here.
Does your current theme provide any customizations for our plugin? Is there a “tribe-events” folder within your theme that possible has some templates there that is overriding ours?
My thought here is that there may be a template there that is calling the event date but not passing it through the functions we use that output the date based on the available settings.
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Google Maps Not showingHey,
I do apologize for the persistence of this issue for you here.
The issue here could possibly be with the “/index.php/” that is being included in your URLs. Have you tried modifying the settings we creating the API key?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Show all Events of OrganizerHey ialain,
Thanks for reaching out to us!
Unfortunately this isn’t a feature available within the free version of the plugin. The Pro version does have single templates and views for the Organizer though.
However, you could approach adding this yourself by making the “tribe_organizer” publicly_queryable by filtering the post type args.
I’m sorry I wasn’t able to give you a direct solution here but hopefully it helps to get you pointed in the right direction. Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Exclude category from Events List WidgetHey Andrew,
Thanks for reaching out to us!
We’re limited in the amount of customization support that we can provide in this forum here, however I can help to get you pointed in the right direction.
The snippet that you’re working with is definitely a good start, to help in widening the impact of it though, try removing the conditionals that are checking for the “eventDisplay” settings there.
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] calendar list view optionHey josearroyo,
Thanks for reaching out to us!
Are you wanting to limit the main events view to just show the list view of events? If so, you can use the Events > Settings > Display tab and ensure that just the “List” view is selected to display for your calendar.
Let me know if this helps.
Thanks!