BeardedGinger
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] single and archive page going to page.phpHey joel24,
Thanks for reaching out to us!
Was this something that just started happening on your site after updating to the latest version?
As a test here as well, have you tried modifying the template settings within the Events > Settings > Display tab?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Show by Category – Slug?Hey Yanou,
Thanks for reaching out to us!
You should be able to access a category archive of events using example.com/events/category/{slug}.
Here is an example on our demo site https://wpshindig.com/events/category/tech-meetups/
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Blank White Page after adding URLsHey,
Thanks for reaching out to us!
I just tested this with the latest versions on my local install but wasn’t able to replicate on initial tests.
Can you try setting
define( 'WP_DEBUG', true );
in your wp-config.php file and see if there are any additional error messages that are displayed when you’re experiencing this particular issue here?Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Layout Event CalendarHey Chillmusic,
You can continue to use the snippet from above with a slight modification. Rather than targeting “.av-tribe-events-content-wrap” in that first selector, try targeting “.av-tribe-events-outer-content-wrap”
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] custom event previewHey JozefMacz,
Thanks for reaching out to us here!
Would you mind giving a little more detail here? I’m afraid I’m not sure I’m following what you’re looking for here. As a starting point, have you tried using the “Excerpt” feature available on the Event edit screen there?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Calendar links do nothing on mobileHey @ajc458,
Thanks for reaching out to us!
If you test the site at mobile sizes on your desktop, do you experience the same issue? On the surface it sounds like there may be a javascript conflict on the page and an error is most likely showing in the console
As an initial step, does the issue persist if you follow our https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ procedures?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Export ICAL return file with empty linesHey @novakol,
Thanks for reaching out to us!
I just tested the export on my local install and didn’t notice the issue with the .ics file.
Can you verify that you’re using the latest version of our plugin and have followed our Testing for Conflicts procedures?
Also, if you’re comfortable providing a link here that would also help to get a closer look at what may be going on here.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Calendar for blog posts?Hey @vollwebdesign,
Thanks for reaching out to us!
I’m afraid I’m not sure what you’re looking for with this one. Would you mind giving a little more detail about what you’re trying to accomplish?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Remove header image from listing viewHey @westcoastradio,
My assumption here would be that this is something that is being generated by your current theme. Does the issue persist if you switch to a default WordPress theme?
We are limited in the customization support that we’re able to provide here but there is most likely code within your page.php, single.php, index.php, or the functions.php file that is outputting the featured image. If so, you can add a conditional to only display if the current view isn’t an event view. You can use the “tribe_is_event_query()” conditional to do this.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Upcoming Vs. Past EventsHey Nicky,
Thanks for reaching out to us!
We don’t offer customization support in our free forum here, however I would like to direct you toward our Themer’s Guide.
With this, you can find the particular views that you would like to modify the title for and add the logic to display the additional information in the title.
Alternatively, if you would like to make it a global filter for event titles, you could add the logic to a filter and use the title filter for adding the additional text.
Thanks!
Hey spatiali,
Thanks for reaching out to us!
Have you tried following our Testing for Conflicts procedure to ensure there isn’t a conflict at play here with your existing theme or another plugin?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Events calendar, Venue content not all showingHey McP,
Thanks for reaching out!
The content there, unless the templates are customized, won’t display anywhere except for the single venue templates.
These should be accessible within the free version of the plugin, however our PRO version has a specific template for setting and showing the Venue single view which would also include that content.
Let me know if this helps.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] "Edit the page slug or edit Event settings"Hey erwin.odendaal,
Thanks for reaching out!
It sounds like you have a page (or post) that is has the same page slug set that is used for your default calendar view. This warning is to let you know why that page no longer will work the way it may have in the past (will now just be displaying the calendar views).
You can remove the warning by deleting that page or by changing the slug for that page.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] Adding Custom Metabox(es)Hey jfriedmann,
Adding a custom meta box would be the same for the custom post type used for events as it would be for any other custom post type. However, the simplest way to handle something like that would be to try a plugin such as Advance Custom Fields.
Thanks!
Hey phazerave,
Thanks for reaching out to us!
We filter basic queries of the “tribe_events” post type to have additional controls over the content pulled. If you’re able to with the shortcodes you’re describing, try adding a query argument for the loop to have “eventDisplay” be “custom”.
Thanks!