Gorhaen
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Problem with Polylang and Product VariationsThe problem is Hyyan WooCommerce Polylang Integration plugin. ??
Thanks davidoi. That worked for me.
Forum: Plugins
In reply to: [Polylang] Problem with Polylang and Product VariationsPlease! Help me!
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Doesn't work with my theme?Hi! And in my theme owlshop?
https://minimumboards.com/wordpress/shop/Navigation Selector: nav.paging
Next Selector: nav.paging a.next
Item Selector: div.product-grid
Content Selector: div.products .rowForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] I don't see subcategoriesDoes anyone know why I can’t see the subcategories?
Thanks!Forum: Plugins
In reply to: [Polylang] My menu doesn't change with the language on AvadaThanks but no, this is not my issue. I’ve deleted all menus and i’ve recreated them as you’ve said and my menu now works!!
I hope it does not turn back because i have many elements in menu.Nevertheless, I still do not know why it stopped working…
Forum: Plugins
In reply to: [Polylang] My menu doesn't change with the language on AvadaAvada 3.7.3
Wordpress 4.2.4
Polylang 1.7.9Forum: Plugins
In reply to: [WP Store Locator] Search from another pageThnks! this link has resolved my problem. The key is Jquery.
// zip code search (home page) jQuery(function ( $ ){ $('#wpsl-search-button-home').click(function() { var url = '/pages/location-search/?zip='; var inputURL = $('#wpsl-search-input-home').val(); window.location.href = url + inputURL; return false; }); }); // get parameter and post on location search jQuery(function ( $ ){ $.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (results==null) { return null; } else { return results[1] || 0; } } if ($.urlParam('zip')) { // set the default value of a text input field $('#wpsl-search-input').val(decodeURIComponent($.urlParam('zip'))); // delay and click button setTimeout(function(){ $('#wpsl-search-btn').click(); },5000); // In my case 5000 because I have many stores } });
Place this in default.js o main.js of your theme.
Forum: Plugins
In reply to: [WP Store Locator] Search from another pageThnks, I’ve enabled the marker cluster option and I’ve disabled the “Load locations on page load” option. Works.
But I’ve not found nothing about do I have to change for send the parameters to “Locator” page on my homepage. You can write me the link? please
Thanks!!