Le Van Toan
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Pins Not Saving On Updateversion you using, now? wordpress and image hotspot
Forum: Plugins
In reply to: [WooCommerce] Problem with Country / State in Store AddressHello @dougaitken
I added esc_attr to $state_key. See image line 446. It work fine now… pls check and update in next version. Thank a lot
Line 446: https://www.dropbox.com/s/tsm5ngwcr2e4ftu/woo_edit.png?dl=0
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Responsive Pins?yes. Pins not respon
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Pulsating Hotspots@zontiwp Try this css
body span.close_ihp svg { fill: #000; }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Not able to change link url from editor popup@heliossolutions check for update
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Not able to change link url from editor popupsorry for slow reply. I will try fix it soon
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Doesn’t work tinyMCE’s ‘link’ in the modalsorry for slow reply. I will try fix it soon
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Performance issue with lot pulsating pinsokie thank for your feedback. I will check it
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Hotspot works on PAGE but not on POSToh. It’s normal pls check it again
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Mixed content from non SSL imagesInsert image again or try creat new. Pls
Forum: Plugins
In reply to: [DevVn Float Left Right Ads] Non fixed and 2 adstry add css
div#divFLRARight, #divFLRALeft { position: absolute !important; }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Hotspots not showing upAdd css
body { position: inherit !important; }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Hotspots not showing upAdd this css to your web.
.row .col .wrap_svl_center .point_style img:not([srcset]) { width: inherit; max-width: inherit; }Forum: Plugins
In reply to: [DevVn Float Left Right Ads] fixed adshi. Inbox your web to https://www.facebook.com/levantoan.wp I will check it for you
Forum: Plugins
In reply to: [WooCommerce] Problem with Country / State in Store AddressOMG. Thank for reply!
It’s still not work. Woo lasted version and my code
Error with: State id 10, 11, 12, 12… (>10)
add_filter( 'woocommerce_states', 'vietnam_cities_woocommerce' ); function vietnam_cities_woocommerce( $states ) { $states['VN'] = array( '01' => 'Hà Nội', '10' => 'TP Hồ Chí Minh', '12' => 'Đà Nẵng', ); return $states; }And video test https://www.dropbox.com/s/6q6rtem76ej9md9/AwesomeScreenshot-2017-12-21T17-28-29-968Z.webm?dl=0
Thank again