terabyten
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Cache not created for desktopTried without any other plugins installed.
On Chrome/Edge: cache files not created or served.
Om Firefox: works good.Anybody else?
Forum: Plugins
In reply to: [Find My Blocks - Locate blocks on your site] Can’t activate the pluginThank you!
Forum: Plugins
In reply to: [Find My Blocks - Locate blocks on your site] Can’t activate the pluginEror in
wp_enqueue_style( 'find-my-blocks-style', plugin_dir_url( __DIR__ ) . 'find-my-blocks.css', null, filemtime( plugin_dir_path( __DIR__ ) . 'find-my-blocks.css' ), );
The problem is the last comma …
- This reply was modified 3 years ago by terabyten.
Forum: Plugins
In reply to: [Find My Blocks - Locate blocks on your site] Can’t activate the pluginYes, same error during activation. Latest WP. No other plugins active.
- This reply was modified 3 years ago by terabyten.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?Thank you. Hopefully the exclusion will not be necessary in the future. ??
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?Thank you Frank.
I see if we continue to use Getwid. Great blocks, but if it not play nice with Autoptimize, it is a pitty.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?Seems like it is enough to exclude wp-include and thenthe block works.
How much performance does it take away by excluding wp-include, can it be estamated?
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?Thank you. Will try it tomorrow, but seems a lot of comprimises of the Autoptimize plugin to get the block working.
Even if I like the Getwid blocks, I’m not sure if I want to change Autoptimize that has been working fine for a long time and is great module and help.
- This reply was modified 4 years, 11 months ago by terabyten.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?I was wrong. “and what happens if you try to disable “aggregate JS”, does that fix things?” – don’t fix anything. Sorry …
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?Two main errors:
0: '_' is not defined getwid (448,1) 0: 'lodash' is not defined autoptimize_731bf5788a57d13afff0b4fbc9e7c033.js (156,20652)
and what happens if you try to disable “aggregate JS”, does that fix things?
Yes
- This reply was modified 4 years, 11 months ago by terabyten.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?The issue is JS optimization – turning it off makes the problem gone and it works.
Once you know that, dive in and try identify what code/ files (CSS or JS) are responsible for the broken feature and try excluding that.
Little above my knowledge…
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Windows hot hotspots don’t show up?I found that the reason is Autoptimize plugin. Nut Autoptimize is quite popular and useful …
It don’t play nice with that one. Any idea what to do?
Having Autoptimize Active, makes the hotspot not showing up. Same problem with Timeline block …
- This reply was modified 4 years, 11 months ago by terabyten.
Ok, now I see that if I turn off comments for articles also tha main page is not showing comments. To bad. Would like to show comments on articles but not on the main page of the knowledge base.
Forum: Plugins
In reply to: [Easy WP Meta Description] Multisite compatible?Thnak you!
(Tack s? mycket!)
Forum: Themes and Templates
In reply to: [ajaira] Theme Customiser – Header Social OptionsWell, here it is:
in customizer.php file in the theme, around line 130
find
'sanitize_callback' => 'social_link_color'
change to
'sanitize_callback' => 'sanitize_hex_color'