Vadim
Forum Replies Created
-
I haven’t added any tracking code for mailto, they are tracked by default, when setting “track mailto and outgoing links” is checked.
Can you give me any idea on the code? Or you are talking about default GA event tracking snippet? In that case in doesn’t work in Visual Composer for some reason
Site – https://www.visage.lv/
Forum: Plugins
In reply to: [WooCommerce] Add a label to the quantity selector?Marking as resolved
Forum: Plugins
In reply to: [WooCommerce] Add a label to the quantity selector?You are my hero of the day! Thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Add a label to the quantity selector?I use WPML plugin
Forum: Plugins
In reply to: [WooCommerce] Add a label to the quantity selector?Thats awesome, thanks!
Is there any way to make it work with multiple languages? I have 3 languages set on my site.
Forum: Plugins
In reply to: [WooCommerce] Tax not showing on Variable ProductsI can not get Zero Tax Rate to show in my options dropdown.
I have zero tax rate setup with 0% and added it to variables. Also I’ve selected proper option in TAX field for each variable, but it still doesnt show up.
Page – https://granulas.coma.lv/product/ruf-briquettes/
In the dropdown there should be 12%, 21% and 0%
I have the same question. How to hide it with CSS?
Forum: Plugins
In reply to: [Pure Chat - Live Chat & More!] Chat for desired pages onlyI have the same issue, I need to add chat to just 1 page on my site. It seems like developers are not really following this forum
Forum: Plugins
In reply to: [Pure Chat - Live Chat & More!] Trigger options not workingThis wont work with plugin, have to add code to php manually, will open another thread for that
Forum: Fixing WordPress
In reply to: Adding javascript to a single pageThanks! Did that, now I have my page rendered via custom template
Page – https://www.coma.lv/wordpress-website-development/ rendered via page-8427.php. But I couldnt get JavaScript to work. When I just copy-paste code to template, I get 500 error. I assume I need to do it in some other way
Forum: Themes and Templates
In reply to: [Seasonal] Change main menu button title on mobile devicesThanks!
Forum: Themes and Templates
In reply to: [Seasonal] Change main menu button title on mobile devicesCan you tell me where is this option in new update?
Forum: Plugins
In reply to: [qTranslate X] Internal server error 500 after 3.4.6 updateThank you!
Forum: Plugins
In reply to: [qTranslate X] Internal server error 500 after 3.4.6 update# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ru/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ru/index.php [L]
</IfModule># END WordPress