j_newton
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Past events shortcode no longer working after updateaerin,
I am receiving same error as Debwork – 500 error.
I’ve removed update and rolled back to previous version.
Using WP 4.74
QEM – rolled back to Version 8 (8.4 is cause of 500 error)John
Forum: Plugins
In reply to: [Event Rocket] Change background and removing numberingPlease close.
John
Forum: Plugins
In reply to: [Event Rocket] Change background and removing numberingBarry,
After much searching, I’ve finally found what appears to the same problem I’m experiencing. It only occurs in the Event Calendar widget using the short code in the sidebar. – can be seen here https://niagarabmasons.ca/
If the background and ordered list is coming from my theme, I’m at a loss where to find it.
The same is true of the Event Rocket plugin (shortcode) I can’t find that either.Any chance you could point me in the direction where to find and what I have to edit.
With thanks,
John
Angelo,
Looking through the shortcodes doc, it doesn’t speak to using category in combination with shortcodes.
ex.[events_list scope="category_1"]
where category would be the slug for Category 1I have 12 categories that I want to be able to show in a widget on individual pages as well as be able to group them by category on the event page.
ex.[events_list_grouped mode="category"]#_EVENTLINK - #_EVENTDATES at #_EVENTTIMES<br />[/events_list_grouped]
I thought about using
post_id=X
while reading the doc, but i’m unsure if that would work as I’m looking to call the Event entry, not a post of the event – or does that amount to the same thing.Thanks for any help / direction you might offer.
John
If using WP Security – look for the line below in your wp-config.php file (you can see what’s in it via WP Security dashboard page)
define( 'DISALLOW_FILE_EDIT', true );
As always – make a Backup before making any edits