thierryouellet
Forum Replies Created
-
Forum: Plugins
In reply to: [Tawk.To Live Chat] Mobile pre-chat formHi,
I am having the exact same issue as John. The only trigger that I have is an automated message when someone engages a chat but that’s all and it works fine in desktop.
Please advise.
Thanks.
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Menu selectionThat’s a great idea! Thank you i’ll use the recommended method.
I wish you good success in your plugins development.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] problem with second languageNevermind it is a conflict between the Yith plugin and the theme. I’ll check with the theme author.
Thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] problem with second languageHi,
Thanks for your answer but yes I have this code present in my woocommerce-theme-edits.php file.
Here is the full code :
<form role="search" method="get" id="yith-ajaxsearchform" action="<?php echo esc_url( home_url( '/' ) ) ?>"> <div> <?php $label = get_option('yith_wcas_search_input_label'); $placehold = $label ? $label : esc_attr__('Search for products','sequoia'); ?> <input type="search" value="<?php echo get_search_query() ?>" name="s" id="yith-s" class="yith-s" placeholder="<?php echo $placehold; ?>" data-loader-icon="<?php echo get_template_directory_uri() . '/img/ajax-loader.gif'; ?>" data-min-chars="<?php echo get_option('yith_wcas_min_chars'); ?>" /> <button type="submit" class="icon-search"></button> <input type="hidden" name="post_type" value="product" /> <?php if ( defined( 'ICL_LANGUAGE_CODE' ) ): ?> <input type="hidden" name="lang" value="<?php echo( ICL_LANGUAGE_CODE ); ?>" /> <?php endif ?> </div> </form>
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] problem with second languageHi,
I am also getting the same problem on all browsers with the latest version of the plugin installed (1.3.5) and WPML up to date.
Please advise.
are you in the wd-slider support team ? Because I am 100% sure that it is this slider. I call it using the wd-slider shortcode. You can see my screenshots here : https://e1410191.webdev.cmaisonneuve.qc.ca/
my research indicate that i would be caused by an input name submit and overwriting the default submit in jquery
No, it’s still the same slider with our manufacturers logo.
https://dixfractions.com/solen/products/on-sale/ the password is Solen2015
The slider is at the bottom of the pageForum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Widget scrolling 'glitch'Forum: Plugins
In reply to: [WooCommerce Show Attributes] WPML ready?Hi Isabel,
I have your version 1.3 installed and the attributes label/name are still not being translated.
Thanks for your help
Forum: Plugins
In reply to: [WooCommerce Show Attributes] How to translate attributes with WPML?Just to be clear, I am talking about the attribute label not being translated and not the attribute value.
Forum: Plugins
In reply to: [WooCommerce Show Attributes] How to translate attributes with WPML?Hi!
I am having the exact same problem as Skaerby. I translated all of my attributes but their translated version is not showing into the single product page.
Please advise.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Removing product attributes from woocommerce shop pagehttps://dixfractions.com/solen/products/
But I have been able to fix my issue by applying some custom CSS as below:
.post-type-archive li#woocommerce_layered_nav-6,
.post-type-archive li#woocommerce_layered_nav-7,
.post-type-archive li#woocommerce_price_filter-2
{display:none !important;}I guess there must be a more ‘recommended’ way of doing it so feel free to let me know.
Thanks!