nicholas384775
Forum Replies Created
-
Forum: Plugins
In reply to: [osTicket Connector] Contact Form valuesThanks for your reply!
I got it now, makes sense when using Contact Form 7!Why is both topic and Subject required, and does both of these have to be text input fields? I’d like topic to be a drop down menu, is that possible?
I tried sending a request, the email is sent but nothing appears in osticket. I enabled logging, but where are the logs?
Forum: Plugins
In reply to: [Autoptimize] Cache sizeCan I disable “also aggregate inline CSS” while keeping “inline all CSS” enabled?
Forum: Plugins
In reply to: [Autoptimize] Cache sizeThanks, also aggregate inline JS is already disabled, I’ll try to disable “inline all CSS”.
But how to find what’s causing this?Forum: Plugins
In reply to: [osTicket Connector] Contact Form valuesAlso I don’t understand where to put the form values. What contact forms is this plugin compatible with?
Thanks for your reply. This is not related to theme as it’s the connections to Paypal that slows down the loading.
Would it be possible to host the paypal js and css files locally, so that It doesn’t have to load from Paypal on every product page, slowing down the site?
We can’t minify Paypal css and js when they are hosted at paypal, so getting this from Pagespeed:
/api/checkout.js(www.paypalobjects.com) 232 KB Potential Savings 64 KBAnd this:
Reduce the impact of third-party code
Third-Party
PayPal 551 KB Main-Thread Blocking Time 503 msForum: Plugins
In reply to: [Autoptimize] Autoptimize issues with fastcgi cacheI guess this is it. But if this is the case, it seems like it might happen accidentally in the future, if I visit any page after purging the cache.
So maybe have to keep optimizing for also logged in users.Forum: Plugins
In reply to: [Autoptimize] Autoptimize issues with fastcgi cacheThanks a lot for your quick reply!
I will investigate if it can be caused if I reloaded the page initially while being logged in and that version got cached !
Forum: Plugins
In reply to: [WP Mautic] Mautic shorcode form not appearingThanks, I fond the js code in mautic and used this directly so I got it to work without using this plugin.
I looked at the source, and see that the pluing calls:
https://mauticserver.com/form/generate.js?id=1while the js code that works calls
https://mauticserver.com/index.php/form/generate.js?id=1- This reply was modified 4 years, 11 months ago by nicholas384775.
Forum: Plugins
In reply to: [WooCommerce] Review stars too generous, average 4.1 gives 4.5 starsThanks very much for sending me in the right direction. I found that it was caused by the theme. Works great now!
Hi, yes I know. I found that it can be solved with using a custom shipping module and adding a % extra shipping costs on some shipping methods only.
Maybe there is another addon that can add a percentage and also display it as “VAT”, that would be cleaner than having it baked into the shipping price.