vanmanuel83
Forum Replies Created
-
An Update is:
it seems that after a filter is set, the plugin generate a new product_filter_widget and not the one of the theme.Theme Widget:
<aside id="woocommerce_price_filter-1" class="widget woocommerce widget_price_filter widget-container sidebar-widgets"> <h3 class="widget-title">FILTER BY PRICE</h3> <form method="get" action="https://www.mille997.com/designmarmo/"> <div class="price_slider_wrapper"> <div class="price_slider ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content" style=""><div class="ui-slider-range ui-corner-all ui-widget-header" style="left: 0%; width: 100%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 0%;"></span><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 100%;"></span></div> <div class="price_slider_amount" data-step="10"> <input type="text" id="min_price" name="min_price" value="0" data-min="0" placeholder="Prezzo Min" style="display: none;"> <input type="text" id="max_price" name="max_price" value="480" data-max="480" placeholder="Prezzo Max" style="display: none;"> <button type="submit" class="button">Filtro</button> <div class="price_label" style=""> Prezzo: <span class="from">€ 0</span> — <span class="to">€ 480</span> </div> <input type="hidden" name="yith_wcan" value="1"><input type="hidden" name="product_cat" value="giacomo-giacalone-collaborazioni-oggetti"> <div class="clear"></div> </div> </div> </form> </aside>
Plugin Widget after a filter is set or removed:
<aside id="woocommerce_price_filter-1" class="widget woocommerce widget_price_filter widget-container collapse-init sidebar-widgets"> <h3 class="widget-title">FILTER BY PRICE</h3> <form method="get" action="https://www.mille997.com/designmarmo/"> <div class="price_slider_wrapper"> <div class="price_slider" style="display:none;"></div> <div class="price_slider_amount" data-step="10"> <input type="text" id="min_price" name="min_price" value="0" data-min="0" placeholder="Prezzo Min"> <input type="text" id="max_price" name="max_price" value="480" data-max="480" placeholder="Prezzo Max"> <button type="submit" class="button">Filtro</button> <div class="price_label" style="display:none;"> Prezzo: <span class="from"></span> — <span class="to"></span> </div> <div class="clear"></div> </div> </div> </form> </aside>
Hi @aranofacundo
and thanks for your reply.
I know it solve the problem but it goes in coflict with isotope on the UNCODE THeme (just to know to future related problem).Now, (solved this problem with Isotope set opacity to 1 ?? ), i’ve another strange prblem, it change the filter by price widget on the left sibar, only after a filter is set.
Is related to this point?
Thanks for your fast reply!
Only one question, for full compliance, your plugin need to save the user preference, split consent for marketing, necessary, statistic profiling cookie.
Does your plugin do this?Thanks Nastia.
Is it possibile to know when the fix will be publish?
Thanks!!
Forum: Plugins
In reply to: [Contact Form 7] Custom Radio Button submit value@author
There’s a bug in your module checkbox.php.In the last plugin update there is no control if the pipes are enables.
I’ don’t know if you lost this last update, but it missing.
In my project i edit the plugin to use it right (check if WPCF7_USE_PIPE is set to true and use tag->row_values instead of tag->values and explode it to get the current value).Hope it will help you
Arigato!
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Google Maps – Bug jsensorGrazie Ragazzi,
gentilissimi!Scusate se vi ho sollecitato ma mi sembra un gran lavoro il vostro e se tutto fila liscio sicuramente il miglior plugin.
Saluti,
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Google Maps – Bug jsensorCiao Ragazzi,
Avete news ? Scusate ma altrimenti mi vedo costretto ad utilizzare un altro plugin anche se questo mi garbava molto.Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Google Maps – Bug jsensorCertamente:
Per quanto riguarda la GMaps:
https://www.progeoexpo.com/contatti/Per quanto riguarda FB:
https://www.progeoexpo.com/social-stream/Forum: Plugins
In reply to: [Ginger - EU Cookie Law] Google Maps – Bug jsensorUPDATE:
Utilizzo anche il plugin Social Stream, che mi permette nel caso specifico di visualizzare tutti i post di una pagina fb, recuperati tramite le api di fb.In questo caso i post di facebook non vengono visualizzati, mentre quelli di twitter si.
Sul sito è presente anche il Social Plugin Page che si vede correttamente.Saluti,
??
have in mind that this error is show only ti developer ( who don’t have debug true, doesn’t see this error message ) =!
Hi, i’ve the last version and the error isn’t resolved.
Now i set WP DEBUG to false ??