Will Pom
Forum Replies Created
-
Does anyone know how I can edit the thread title to reflect the use of TablePress being the issue? I’ve reported so hopefully a Moderator has the power to do so.
“Event shortcode data cached in TablePress”
Resolved.
On inspection it was to do with the tablepress plugin that the event information was nested inside. One table to rule them all. It was being cached internally by tablepress. Found this support thread regarding the issue with an additional plugin that remedied the situation.
- This reply was modified 5 years, 1 month ago by Will Pom.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Enable GutenbergWorked for me. In site’s wp-config.php
define( 'AUTH_KEY', 'put your unique phrase here' ); define( 'SECURE_AUTH_KEY', 'put your unique phrase here' ); define( 'LOGGED_IN_KEY', 'put your unique phrase here' ); define( 'NONCE_KEY', 'put your unique phrase here' ); define( 'AUTH_SALT', 'put your unique phrase here' ); define( 'SECURE_AUTH_SALT', 'put your unique phrase here' ); define( 'LOGGED_IN_SALT', 'put your unique phrase here' ); define( 'NONCE_SALT', 'put your unique phrase here' ); define('EM_GUTENBERG', true);
I’ve then made a reuseable block with all the style I want using [event] shortcodes combined with #_ATT{} for extra functionality.
I’m guessing you want it automated – can’t help you there.
But you can always edit your permalink manually for each event when creating (or after)
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Gutenberg*EDIT – I have been playing around again and found you can set the categories and tags from the quick edit.
I am not a developer and have minimal knowledge of code. As such I find Gutenberg easy to use with some good effects once you get the hang of it. I’m messing about at the mo creating reuseable blocks using the [event] shortcode for single events. I haven’t delved in to the inner workings of Events Manager so can only say it is looking good so far for basic out of the box functionality.
In the end I used inspect element comparing a normal page with an event page and copied the body class into the settings> pages> event pages> body classes.
This has removed the overlay from the top nav bar and across the title.
How do I go about removing and adding other classes from within the class=”cover-header….?
I would like to remove the: class=”post-meta-wrapper post-meta-single post-meta-single-top” and subsequent ‘childs’ from the event page eg. https://www.pedalution.co.uk/gwraudax/events/devilishly-elegant-600/ so the author and date are removed.
And add the: class=”to-the-content-wrapper” and subsequent ‘childs’ from a normal page eg. https://www.pedalution.co.uk/ for the quick skip below arrow anchor.
Is there an easy way of doing this with out creating a single-event.php to use in my theme as I am really not confident of how every thing links together or the code.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] GutenbergI switched to Gutenberg. Whilst it functioned fine I lost the use of tags and categories as they didn’t show up on the right. I switched back.
Forum: Plugins
In reply to: [Contact Form 7] Contact form shortcode including subjectDiamond! Thanks @takayukister that was easy!
Thanks @duisterdenhaag
I’ll look into that, may need to learn some code!!Wow, code!
I’ve had a look, I think I understand, I’ll have a go at manipulating and see what happens.
Thanks, Merry Christmas!
Thanks for the reply timrv. Unfortunately as I have a lot of events that rely on a dates and times I can’t remove the #_EVENTTIMES.
Tried the TBC plugin but although I get a check box on the admin page it has no effect on the front end.