aetchells
Forum Replies Created
-
Forum: Plugins
In reply to: [LocateAndFilter] jQuery ErrorsI added
wp_enqueue_script( 'jquery' );
to the Twenty Twenty theme’s function.php under,function twentytwenty_register_scripts()
.And with that, maps began working while logged in and logged out.
Hopefully this is of help to anyone who gets similarly stuck.
Forum: Plugins
In reply to: [LocateAndFilter] jQuery ErrorsWith the help of this WordPress forum post I updated class-locate-and-filter.php in two places with the new
jQuery(window).on('load',function () {
lines.That eliminated the deprecated error but I still am getting the jQuery is not defined error. Any help would be appreciated.
I am also seeing this issue. Had not been using CPUI until yesterday. These were happening before I had any custom post types on the site.
Forum: Plugins
In reply to: [Reusable Blocks Extended] Problems with using the_content filter hookI feel I am running into a similar issue to this. I have used your plugin to add a reusable block to a widget area on my website’s homepage.
I am also using a social plugin, TF Social Share and I am seeing the share buttons on the widget.
Is there a solution to this?
Forum: Plugins
In reply to: [Media Tags] [Plugin: Media Tags] Page with Media Tags fails to loadThank you very much. It was a memory issue.
I’m now having another issue. The shortcode [media-tags media_tags=”2012″]
seems to only return tagged images on the day they were uploaded. Older images do not display. Is there something to add to the shortcode so all dates are included?Forum: Plugins
In reply to: [Media Tags] [Plugin: Media Tags] Page with Media Tags fails to loadFound I’m getting a fatal PHP error: [07-Jan-2012 09:49:56] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 66421 bytes)
Forum: Plugins
In reply to: [WP Flow Plus] Automatic width resizing for gallery (container)In the WP-ImageFlow Settings set the width to 99%.
This has been working great for me.
Forum: Plugins
In reply to: WP SuperCache Not CacheingI am seeing a situation where caching is working everywhere but on my homepage. Of course that’s what I would like to cache most.
I assume this has something to do with it being https://mydomain.com/
If I go to http:/mydomain.com/index.php that page caches as expected.Is there a way around this?