swinggraphics
Forum Replies Created
-
Thank you!
No overrides. Media items would all be broken if they were pointed to a missing directory. I guess it probably isn’t worth the time for either of us to try to figure this out. Switched to BackupBuddy.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Alternative site title is requiredThanks! ??
Well, I don’t want to reinvent the wheel, implementing abstract classes or fussing with configuring an API when the plugin is doing all that heavy lifting already. What it comes down to is, I can’t just pass a file path to
compress_file
, so I will just have to hope you will add a checkbox option to the plugin that will compress the original, unscaled image.It’s
tiny_image_after_compression
, but that’s not the question. I am asking if there is a function I can pass a file to that will compress said file. Thanks.I see TinyPNG has a hook for post-processing. Is there a function that is easy to access that I can provide the path to an image, and TinyPNG will compress and replace it?
Forum: Plugins
In reply to: [The Events Calendar] Version 6 breaks Elementor templatesAfter digging through the plugin code, I found
tribe_events_views_v2_should_hijack_page_template
filter.function dont_let_tec_hijack( $should_hijack, $query ) { if ( $query->is_single() ) $should_hijack = false; return $should_hijack; } add_filter( 'tribe_events_views_v2_should_hijack_page_template', 'dont_let_tec_hijack', 10, 2 );
Forum: Plugins
In reply to: [The Events Calendar] Version 6 breaks Elementor templatesWith the “Events template” set to “Theme” it shows how the single template is used, but all the standard post data is empty:
Editor:
https://www.dropbox.com/s/wpuxhj1uz94njmn/v6%20editor%202.png?dl=0Front end:
https://www.dropbox.com/s/urspxi5omdhxsv2/v6%20frontend%202.png?dl=0Thank you for the reply. I will look into the Hubspot settings, but the Google cookies are set regardless. Complianz is used for the GTM tag. I cannot post a link to the live site because it is technically out of compliance and therefore a legal liability. We do not have a duplicate implementation; with Complianz disabled, no GTM code is output at all.
Next time it happens, I’ll try to look for more details. Thanks. Marking resolved.
I manage a couple sites that use Site Kit. On each, I have had occasion to disable Site Kit for troubleshooting or on a staging site… In each case, when reactivated, the giant banner to start setup reappears.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] JavaScript hooks?Perfect, thanks!
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar v5.16.2 broke the date pickerI reverted back to 5.16.1.1 to fix the problem.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Incorrect URL for Google Tag ManagerNo. Seems pointless to keep discussing. This would take what, twenty seconds to fix in the plugin?
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Incorrect URL for Google Tag ManagerThe script that loads is not the same without the ID. Do not mark this resolved while the bug exists.