Le Van Toan
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Missing image alt tag for seo optimizationThank! I will fix it in next version
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Border for popup?Your mean?
#powerTip { box-shadow: 3px 3px 10px rgba(0,0,0,0.5); }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Fill the whole divmaybe due to css in your theme
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Border for popup?you mean?
#powerTip { border: 1px solid red; } #powerTip.n:after { border-top: 10px solid red; border-top: 10px solid red; bottom: -10px; } #powerTip.n:after { border-right: 7px solid transparent; border-left: 7px solid transparent; left: 50%; margin-left: -7px; } #powerTip:after { z-index: 2; content: ""; position: absolute; } #powerTip:before{ z-index: 3; }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Plugin translationI have updated it. Please try again with the loco translate plugin
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Tooltip remains static in popupI don’t see any error
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Duplicate maptry wpml and make it can translate
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Add adaptability to pinsyou can try this plugin Image Map Pro
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Change color of popup background?yes
#fff => grey or hex color (#ccc)
rgba(255,255,255,1) => grey or hex color (#ccc)
rgb(255, 252, 252) => grey or hex color (#ccc)Forum: Plugins
In reply to: [Image Hotspot by DevVN] Change color of popup background?Appearance -> Customizer -> Custom css
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Change color of popup background?Forum: Plugins
In reply to: [Image Hotspot by DevVN] Làm sao để Export và Import ?Hiện tại không có chức năng riêng. Nhưng bạn có thể sử dụng chức năng mặc định của wordpress nha
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Change puls collorTry this css
@-moz-keyframes Ani { 0% { box-shadow: 0 0 0 rgba(255,120,0,0) !important; border: 1px solid rgba(255,120,0,0) !important; -webkit-transform: scale(0) !important; transform: scale(0) !important; } 70% { box-shadow: 0 0 50px #ff7800 !important; border: 1px solid #ff7800 !important; -webkit-transform: scale(1) !important; transform: scale(1) !important } 100% { box-shadow: 0 0 60px rgba(255,120,0,0); border: 0 solid rgba(255,120,0,0); -webkit-transform: scale(1.5); transform: scale(1.5) } } @-webkit-keyframes Ani { 0% { box-shadow: 0 0 0 rgba(255,120,0,0) !important; border: 1px solid rgba(255,120,0,0) !important; -webkit-transform: scale(0) !important; transform: scale(0) !important } 70% { box-shadow: 0 0 50px #ff7800 !important; border: 1px solid #ff7800 !important; -webkit-transform: scale(1) !important; transform: scale(1) !important } 100% { box-shadow: 0 0 60px rgba(255,120,0,0); border: 0 solid rgba(255,120,0,0); -webkit-transform: scale(1.5); transform: scale(1.5) } } @keyframes Ani { 0% { box-shadow: 0 0 0 rgba(255,120,0,0) !important; border: 1px solid rgba(255,120,0,0) !important; -webkit-transform: scale(0) !important; transform: scale(0) !important } 70% { box-shadow: 0 0 50px #ff7800 !important; border: 1px solid #ff7800 !important; -webkit-transform: scale(1) !important; transform: scale(1) !important } 100% { box-shadow: 0 0 60px rgba(255,120,0,0); border: 0 solid rgba(255,120,0,0); -webkit-transform: scale(1.5); transform: scale(1.5) } }Forum: Plugins
In reply to: [Image Hotspot by DevVN] Pin hover over image (photo)Hello!
Sorry, my plugin did not help you.
You can try this plugin https://codecanyon.net/item/image-map-pro-for-wordpress-interactive-image-map-builder/2826664&ref=levantoanForum: Plugins
In reply to: [Image Hotspot by DevVN] Responsive Pop-up on mobileYou can overwrite this css file https://www.dropbox.com/s/7bj901hkii9pnev/ihotspot.min.css?dl=0
to devvn-image-hotspot/frontend/css