mpmachado
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] update to 1.8.2 causes links to Pages to redirect to homepageI have a similar problem since the 1.8.3 update.
When I use “Post name” in permalinks and “remove /language/ in pretty permalinks” my (static) home page in the /en/ version redirects to last post (single) page. When I choose to use “/language/ everything works great.
My site is http://www.alaska.agency
I’m using WP 4.4.2 and Polylang 1.8.4
Any idea?
Thanks
Forum: Plugins
In reply to: [WP Image Zoom] Zoomed images don't reload when using a filter with ajaxI saw that is working like a charm. Thanks for the support. I will pay for Pro version, you deserve it.
Thanks again!
Forum: Plugins
In reply to: [WP Image Zoom] Zoomed images don't reload when using a filter with ajaxI already made you admin.
Thanks for the support. The page in question is “Produtos”.
Forum: Plugins
In reply to: [WP Image Zoom] Zoomed images don't reload when using a filter with ajaxThanks for the help. Unfortunately it didn’t work =/.
If you are interested, I have a simple WP installation for tests with Search & Filter Pro, your last version of Image Zoooom and my theme. If who want, you can register here and I give you admin rights. If you can put this working, I buy the pro version to say thanks.
Thanks again
Forum: Plugins
In reply to: [WP Image Zoom] Zoomed images don't reload when using a filter with ajaxHi,
In the support of search & filter pro, they tell me that I have to code the sf:ajaxfinish event like in this exemple
https://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/
But when I try something like
jQuery(document).ready(function( $ ){ var options = {<?php echo get_option( 'zoooom_settings_js' ); ?>}; $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ console.log("ajax complete"); //so load your lightbox or JS scripts here again $(".zoomContainer").remove(); $(".attachment-shop_single").image_zoom(options); }); }It doesn’t work and I get a error. Any idea?
Thanks
Forum: Plugins
In reply to: [WP Image Zoom] Zoomed images don't reload when using a filter with ajaxThanks.
I will contact the support of Search and Filter Pro.