vaniivan
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Double rightslash //wp-login.php on a non-www URLBut can you confirm that this specific behavior is also part of the normal routine?
Because I have not set /-/-/-/-/-/-/-/-/-/-/ URL anywhere in the plugin’s options (at least not explicitly this URL).
And I must emphasize that this specific redirect happens only for non-www domain and double rightslash //wp-login.php page.
Seems a bit off:
2 page have been cachedhomepage: 1/1
customposttypes: 0/328
post: 158/158
page: 0/45
category: 0/7
tag: 0/13
customTaxonomies: 0/1071Forum: Plugins
In reply to: [PWA] Prefetch a list of URLsThanks, but this does not solve caching all the pages in navigation menu on this site? The list of URL-s won’t make the Workbox automatically fetch the related resources for those pages? I’d like for the client of this shuttle transfer company to have access to the company contact data, as soon as he adds the page to the home screen of this phone.
I know it’s easier to give the visit card, but if it’s possible, I’d like to cover this route too.
I was thinking about adding a hidden iframe, though that seems more like an oil spill.- This reply was modified 3 years, 3 months ago by vaniivan.
Forum: Plugins
In reply to: [PWA] Prefetch a list of URLs@westonruter, What I meant is whether using that Workbox example from your last post here is a discouraged practice in that it will interfere with your and/or other PWA plugins and themes?
- This reply was modified 3 years, 3 months ago by vaniivan.
Forum: Plugins
In reply to: [PWA] Prefetch a list of URLsBut isn’t that link an example of using serviceWorker.js, which shouldn’t be done if using your plugin?
This is a really small site, and there shouldn’t be more than 12 pages in a precache list.Forum: Plugins
In reply to: [PWA] Prefetch a list of URLsThanks, that seems to work, but this theme, even if add all the pages, there is a ton of javascript, css and the likes, which won’t precache.
I’ve seen some mentions of preloading all the navigation links with a filter or an action, any suggestion on that?Forum: Plugins
In reply to: [PWA] Prefetch a list of URLsYes, sorry, there is the rel=prefetch thing I was looking into, so I posted that way.
Forum: Plugins
In reply to: [PWA] Ajax requests to an API on external domain failSorry, just found API logs pointing to an issue with client’s Google account.
Also, I forgot about two SW entries in the Chrome network log, I was looking at the wrong one.
I apologize for taking your time.Thanks for sticking with me, moving the PO/MO files from /languages/loco/themes to /languages/themes solved the “issue” with WooCommerce.
Cheers!
This is a standard WooCommerce template override behaviour. There is a “templates” folder inside the WooCommerce plugin dir, and when a “woocommerce” folder is created in the theme dir, the templates from the theme dir override those in woocommerce “templates” folder.
The WPML string translation plugin had no problem translating them.Loco plugin has the “Sync” button in the pot file editor, which scoops up all the localization calls from the theme/plugin being translated.
Update:
when I equalized all text-domains to “freshio-child” inside email template folder, the Loco plugin managed to scoop them up during sync, but even though I translated them, the translations don’t show up in WooCommerce order emails.- This reply was modified 3 years, 7 months ago by vaniivan.
It stems from Recaptcha login protection. When I set the Recaptcha to test mode, the basic auth starts working.
Hi, thanks for the tips. WordFence in this case reports “attempted a failed login as “username””, even though that same login data (sent as Basic auth header in both cases) is working immediately after disabling WordFence plugin.
Thanks for responding!
However this is a less than 10 page site, couple of images here and there. Also the status says URLs checked, not files scanned. Maybe I’m missing the connection between plugin files and URLs, but aren’t most of plugin files just php files with disabled direct execution? There also isn’t that many plugins active on this site.
I should also add that Norton/Symantec deems this site not safe for browsing.
- This reply was modified 4 years ago by vaniivan.
Forum: Plugins
In reply to: [WooCommerce] Paypal IPN cannot match the order (wrong currency)It seems that WPML multi currency plugin does the whole currency business for us, but another problem arose from that. Even though the order was saved in the PayPal currency, and IPN successfully matched and switched the order status, WooCommerce analytics shows the order amount in the general shop currency.
So it shows an order amount in EUR on a chart that is based on HRK (which has a 7.5x lesser value than EUR).The analytics section is probably not prepared for multicurrency.
Sorry, this was actually an autofill problem that only happened on Firefox with Yith Points and Rewards plugin enabled.
It was resolved by overriding the quantity-input.php WC template, to which an autocomplete=”off” attribute was added.