estebantejedor
Forum Replies Created
-
Thank you! Have a great day ??
Hi Pial,
Thanks again for your response and for your concern.
I didn’t see the previous response, since the email notification went to the spam folder.Finally I have solved it by setting two 301 Redirects in the .htaccess file:
Redirect 301 /fr/fr/ /fr/ Redirect 301 /pt/pt/ /pt/
Maybe it’s not the ideal fix, but it works ??
Cheers!
Forum: Plugins
In reply to: [Simple Sticky Add To Cart For WooCommerce] Settings page not accessibleOk, I found what happens:
If you access Settings from the left bar menu item, that works well:
https://www.coalval.es/wp-admin/admin.php?page=wsatcHowever, if you do it from the plugins page, it takes you here (error):
https://www.coalval.es/wp-admin/admin.php?page=woo-sticky-add-to-cartForum: Plugins
In reply to: [Simple Sticky Add To Cart For WooCommerce] Settings page not accessibleI have exactly the same issue (just installed the plugin with its last version: 1.4.4)
I have tried in two different pages, with the same problem.
- This reply was modified 9 months, 2 weeks ago by estebantejedor.
Thank you Zeba! (and all your team) ??
Hi Pial,
Thank you for the update.
Kind regards,
EstebanHi Pial, thanks for your response.
The steps:
- Go to https://santacarne.es/
- Click on the French (or the Portuguese) flag on the top right corner.
- Click on the button “Ajouter au panier” (or “Adicionar”, in Portuguese) on one of the products (for example, “Hampe ARGENTIN” in French, or “Alcatra ARGENTINA” in Portuguese)
- It will redirect to https://santacarne.es/fr/fr/ (or https://santacarne.es/pt/pt/)
We are using the plugin “TranslatePress – Multilingual” to implement the multi language on the website.
Let me know if you need any other information.
Kind regards,
EstebanForum: Fixing WordPress
In reply to: Clicking on main menu item with sub menuIt was simple, just adding this to your js file.
Note that the class (.menu-item-has-children) may have a different name in your case.jQuery(document).ready(function(){ jQuery('.menu-item-has-children a').click(function() { window.location.href = jQuery(this).attr('href'); }); });
Forum: Fixing WordPress
In reply to: Clicking on main menu item with sub menuHi Jerry! Did you finally publish the solution somewhere?