freimaks
Forum Replies Created
-
Yes, You are right.
On the page with email verification prompt, I just will not display the form Auth0.
@auth0josh , Hi!
I have two tabs open: the page of my site with the login form and the mailbox. When I confirm the mail on the link from the letter, another tab opens, which actually duplicates the first one.
I’m trying to enter the username and password on the first tab. If I try to log in to from new tab that opens after confirming the mail, then everything works fine.
I was thinking about forced update of the first tab, but this is not entirely correct in my opinion.
As far as I understand the problem is in cookies.
HAR file: https://yadi.sk/d/9wN869OrxadrrA
Perhaps additional information will help to solve the problem:
Network monitor (302): https://yadi.sk/i/oomrSBNg5ZHOUg
Network monitor (500): https://yadi.sk/i/iiIDc91ObGMi8AForum: Plugins
In reply to: [WPC Fly Cart for WooCommerce] Bug ReportHi! After the last update, the cart does not work correctly. After removing the product from the cart, the cart itself is not updated.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] The last update crasched my website@alldayruckoff After such a fix, I have no errors on the site and the plugin itself works. I think the developer today will make a legal fix for the plugin.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] The last update crasched my websiteYou can try fix main.php (line 5):
require_once(plugin_dir_path( __FILE__ ).’includes/main.php’);It helped me.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Load More Products and WD QuickShopПомогло!
Спасибо большое за помощь!
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Load More Products and WD QuickShophttps://gramez.com/shop/ – сам каталог товаров.
You’d better wait for the plug-in update, which will fix these errors. Or you can install a previous version that works stably.
The error occurs because there is no CC_API_URL.
Instead of a /coinlist/, you need to use the ticker.
It is necessary to wait for an update from the author.- This reply was modified 6 years, 8 months ago by freimaks.
Forum: Plugins
In reply to: [WooCommerce Login Popup and Shortcodes] Conflict with W3 Total CacheThe error of plugins for caching is called in the shortcodes.php file.
Because So far there is no comment from the developer of this plugin, then I can only suggest using the following method. We should comment out the lines:
1. ob_start();
2. $output = ob_get_clean();
3. return $output;Next, you need to update the file on the server and clear the entire cache.
But I’m still glad to receive the developer’s answer, because only he can offer a guaranteed correct way to fix such a bug.
Forum: Plugins
In reply to: [WooCommerce Login Popup and Shortcodes] Conflict with W3 Total CacheWith WP Rocket too.
Да, я посидел поразбирал код, который инициирует одно из обращений к admin-ajax (конечно же не Ваш плагин).
Отключив его и деактивировав Ваш плагин я пару тройку раз прогнал тесты и убедился в том, что на реальную производительность (по крайней мере с точки зрения того же pingdom) эти ajax-запросы не влияют.
Вот результат без обращения к admin-ajax, а вот с обращением.
Ну и опять же гугление показало, что вопросы подобного характера популярны, но зачастую ответы на них касаются Heartbeat, который в данном случае вообще не при делах.
А ответ, приближенный к реальности дан у KeyCDN (раздел статьи “admin-ajax.php Slow From Third Party Plugins”).
Вам за прояснение ситуации большое спасибо!