Zephinilium
Forum Replies Created
-
I uderstand what you’re saying, but the problem for the client was fixed already.
As I already noted, the cause was already discovered by reading this previous post:
https://www.ads-software.com/support/topic/exception-error-installer-isnt-validated/The question is, what are users going to do if they have a “stale” Duplicator package (ours was only about a year old) that yields a utterly cryptic “Installer Security” page only, sending you around in circles? At minimum I’d think you’d want to fix the message to something useful.
So you are claiming that a stale Duplicator package without a newer copy is a highly unusual occurrence?
- This reply was modified 10 months, 2 weeks ago by Zephinilium.
Hi mohammedeisa – I didn’t hear from anyone at Duplicator, but in the meantime: managed to get around the issue this time by spinning up a local server on my computer (and fixing some code issues), installing the site, and updating Duplicator, making a new package, downloading it, installing it on a test site at Siteground, then uninstalling the client’s hosting website to get around the DNS issue, installing the new package, etc.
I hope no one else has to go through this. I take it there’s no simple way, other than sending you the file, or doing what I did?
Eric Platt Consulting
I fixed this by adding this to the functions file:
wp_enqueue_script("jquery-ui-dialog");
I also wasn’t getting the dotted underline, so added this to the stylesheet:
abbr { border-bottom: 1px dotted #111111!important; }
Any fix for this yet?
Never mind. For all you out there using the Gridstack theme:
I fixed it by turning off the Ajax option in the Theme Options –?“Ajax Page Loading”.
No coding required.Didn’t seem to affect site speed or page loading speed.
However I’d still like to know where to put the code Thomas sent me, in case I discover there is a speed hit:
if ( soliloquy_slider) { $.each(soliloquy_slider, function(idx, obj){ obj.reloadSlider(); }); }
Great. Do you have a link to that thread?
Forum: Plugins
In reply to: [WooCommerce] Taxes in Woocommerce Not ShowingI solved it: the zip code was entered in Tax Rates settings, thus it only calculated tax when the sale was int hat zipcode.