TRUNCATE TABLE wp_woo_wallet_transactions;
TRUNCATE TABLE wp_woo_wallet_transaction_meta;
]]>The problem is that the plug-in looks at whether the page uses a Gutenslider and then adds various JavaScript files & functions in the footer.
Because Swup.js does not actually reload the page, we often experience plug-ins that no longer function properly. By placing an init function in an eventListener, the plug-ins often work correctly again.
swup.hooks.on('content:replace', () => { }
I currently have an empty Gutenslider in the footer so that the necessary JS files are present on all pages.
Now I’m just looking for a function that I can call to initialize the Gutenslider. Does anyone know what function I can use for this?
We use Gutenslider v6.1.0
Thanks for contributing ideas!
]]>We need some help with your player we are using. First of all, great job and great player. We are using it in a website for a client of ours but we have some problem reinitializing the JS script in combination with FacetWP. This is a filter plug-in we are using and when you start a filter action it is done with AJAX and we need to reinitialize some Javascript.
The player doesn’t function well after we used the FacetWP filter. We know from FacetWP how to do this (https://facetwp.com/help-center/developers/javascript-reference/facetwp-loaded/) but we need to know wich Javascript we need to load again in order to get this working with FacetWP.
Any help would be very welcome:)
]]>`
js?v=3.exp&language=de&key=[...]:67 InvalidValueError: setIcon: not a string; and not an instance of PinView; and no url property; and no path property _.fe @ js?v=3.exp&language=de&key=[...]:67 _.ie @ js?v=3.exp&language=de&key=[...]:68 (anonymous) @ js?v=3.exp&language=de&key=[...]:90 _.M.setValues @ js?v=3.exp&language=de&key=[...]:214 sg @ js?v=3.exp&language=de&key=[...]:95 _.Ug @ js?v=3.exp&language=de&key=[...]:101 j.createMarker @ gmaps.min.js?ver=0.4.25:1 j.addMarker @ gmaps.min.js?ver=0.4.25:1 (anonymous) @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 h @ script.min.js?ver=5.7:12 u.onload.u.onerror.u.<computed> @ script.min.js?ver=5.7:12 load (async) v @ script.min.js?ver=5.7:12 e @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 d @ script.min.js?ver=5.7:12 p @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 setTimeout (async) g @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 h @ script.min.js?ver=5.7:12 u.onload.u.onerror.u.<computed> @ script.min.js?ver=5.7:12 load (async) v @ script.min.js?ver=5.7:12 e @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 d @ script.min.js?ver=5.7:12 p @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 setTimeout (async) g @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 each @ jquery.js?ver=3.5.1:381 each @ jquery.js?ver=3.5.1:203 value @ script.min.js?ver=5.7:12 value @ script.min.js?ver=5.7:12 (anonymous) @ script.min.js?ver=5.7:12 requestAnimationFrame (async) (anonymous) @ script.min.js?ver=5.7:12 f @ script.min.js?ver=5.7:12 u @ script.min.js?ver=5.7:12 js?v=3.exp&language=de&key=[...]:67 InvalidValueError: setIcon: not a string; and not an instance of PinView; and no url property; and no path property
`
The map blocks still appear to work properly, but the warning indicates that a variable is not checked in the block script. ]]>
I have been using this plugin for a while now and it has been fantastic! Big fan of your work.
One question, I have been using your plugin to initialize firebase so that I could use firebase functions in another plugin I am creating. However, now I am getting this javascript error:
Uncaught (in promise) FirebaseError: Firebase: No Firebase App ‘[DEFAULT]’ has been created – call Firebase App.initializeApp()
I realize this error most likely means that I am not initializing firebase – and I am not. But that is because I have been depending on the initialization happening in your plugin. Am I going about this the wrong way? Are you familiar with this problem? Any help would be greatly appreciated! Thanks.
]]>We should call something like this after the ajax loading:
jQuery('#wprpsp-slider-1').slick();
to re-initialize the slider, but how can we call it with all the options?
Thank you for your time.
]]>