endwin
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce] Shop page css customisationHi.
Are you sure, then need manage line-height and not margin/padding?Forum: Plugins
In reply to: [WooCommerce] customize place variable product selectSo nothing.. I use absolute position for primary select and use jquery for calc positions attributes.
Forum: Plugins
In reply to: [WooCommerce] Latest versionI download 2.0.8 to localhost and test it… I think work.. I add this combination to plugin version compatible.
No.:-D Sorry.
It was inwp-content/themes/DIVI/custom.json row 2642
RIGHT=>$( 'a[href=#]:not([href*=#])' )
before change:$( 'a[href*=#]:not([href=#])' )Sorrz, my mistake…
I must it repare it in Woocommerce.
Problem was be in js in woocommerce… badif()
I must changeif(href*="...":not(href="..."))forif(href="...":not(href*="..."))Srry… problem on DIVI js.:-)
Popis are tag a with href #tab-description
Feng-shui are tag a with href #tab-tab-fengshuiForum: Plugins
In reply to: [Loco Translate] Setting default langOk.
Thanks for your time.Forum: Plugins
In reply to: [Loco Translate] Setting default langOk.
Thanks.
So if i do visible lang code in web adress for default language (translation files have), so load translate all time, right?