alexnoxx
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Conexion fallida usando LSMCD con ApacheDear,
If the memcached php extension was not installed, the test code presented above would not work (t.php):
https://www.interplastsa.com.ar/t.php
In the code cited above it is observed:$mem_var = new Memcached();
The extension is installed and my hosting provider is not applying any blocking.
Regards,
DiegoForum: Plugins
In reply to: [W3 Total Cache] Conexion fallida usando LSMCD con ApacheDear,
I have proceeded to carry out the requested tests. I have created the following code to demonstrate that the authentication is successful:
file t.php:
https://www.interplastsa.com.ar/t.php<?php $mem_var = new Memcached(); $mem_var->setOption(Memcached::OPT_BINARY_PROTOCOL, true); $mem_var->setOption(Memcached::OPT_COMPRESSION, false); $mem_var->setSaslAuthData('interplast01', 'xxx'); $mem_var->addServer("127.0.0.1", 11211); $response = $mem_var->get("SampleKey"); if ($response) { echo "get(SampleKey) => " . $response; } else if ($mem_var->getResultCode() == Memcached::RES_NOTFOUND) { echo "Adding a key/value: SampleKey/SampleValue"; $mem_var->set("SampleKey", "SampleValue") or die("SampleKey Couldn't be Created: '( " . $mem_var->getResultMessage() . " )' "); } else die ("Error in get: " . $mem_var->getResultCode() . ": " . $mem_var->getResultMessage()); ?>
The answer obtained is:
get(SampleKey) => SampleValue
With this test we demonstrate that the authentication is carried out successfully. But it still doesn’t connect memcached:
https://ibb.co/D8GdmN2
Regards,
DiegoHello. Version 1.4.0 has worked for me correctly. Thanks.
Thanks for your answer.
It must be a problem with my wordpress template, I am going to do the test with another template.Thank you
Regards,`
DiegoDear,
I have disabled all plugins leaving only active “woocommerce” and “YITH WooCommerce Product Gallery & Image Zoom” but the problem persists.
The website is currently operational.
You can check the malfunction of the carousel and the zoom in the following link:
https://ladsalart.com.ar/product/anotadores-varios-tamanos-hojas-lisas-blancas/
I have the following CSS code activated in my template:
.product ul.yith_magnifier_gallery > li:nth-child(2) { display: none; }
Regards
- This reply was modified 3 years, 1 month ago by alexnoxx.
Dear,
I have disabled all the plugins one by one but the problem persists. I have activated the parent template instead of the child template but the problem persists.
I am using version 2.1.1 of the plugin: YITH WooCommerce Product Gallery & Image Zoom
Regards
Diego
Ok, thanks for the support.
Regards,
DiegoDear,
I have performed the tests under the following conditions:
– Deactivate all plugins leaving only “woocommerce” and “YITH WooCommerce Zoom Magnifier”.
– I have used the default template “Twenty Nineteen 2.0”The results after the tests are:
– Not all images are displayed. (see screenshot)
– The slider does not work correctly, when clicking on the left and right arrows the slider does not respond. (see screenshot)
– I have tried adding and removing the CSS code:
.product ul.yith_magnifier_gallery > li:nth-child(2) {
display: none;
}But it doesn’t work either.
The version I am using of “YITH WooCommerce Zoom Magnifier” v1.3.26.
I understand that it is a problem that is not related to my template and that there is no conflict with any plugin.
This problem started to happen to me since the penultimate update of the Zoom Magnifier plugin.Regards,
Alex
attachment:
https://drive.google.com/file/d/18uwtSPWdnFgoGzgszZ0_NU45SCchq5Es/view?usp=sharingThank you very much, that code has solved the problem.
Greetings
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] zoom doesnt workProblem solved. Thanks a lot!.
Regards!