Title: Le Van Toan's Replies | WordPress.org

---

# Le Van Toan

  [  ](https://wordpress.org/support/users/levantoan/)

 *   [Profile](https://wordpress.org/support/users/levantoan/)
 *   [Topics Started](https://wordpress.org/support/users/levantoan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/levantoan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/levantoan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/levantoan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/levantoan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/levantoan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 194 total)

1 [2](https://wordpress.org/support/users/levantoan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/levantoan/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/levantoan/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/levantoan/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/levantoan/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/levantoan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Bug Report: Fatal Error in class-itsec-wp-list-table.php](https://wordpress.org/support/topic/bug-report-fatal-error-in-class-itsec-wp-list-table-php/)
 *  Thread Starter [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [7 months ago](https://wordpress.org/support/topic/bug-report-fatal-error-in-class-itsec-wp-list-table-php/#post-18752493)
 * Hi [@nlpro](https://wordpress.org/support/users/nlpro/)
 * That’s correct. When I switch the interface to Vietnamese, the error occurs. 
   In English, everything works fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Any support for image alt tags for ADA?](https://wordpress.org/support/topic/any-support-for-image-alt-tags-for-ada/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [12 months ago](https://wordpress.org/support/topic/any-support-for-image-alt-tags-for-ada/#post-18556701)
 * [@audetcameron](https://wordpress.org/support/users/audetcameron/) V1.2.9 I added
   ALT for image to main image
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Implement I18N Issues Based on 1.2.6](https://wordpress.org/support/topic/implement-i18n-issues-based-on-1-2-6/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/implement-i18n-issues-based-on-1-2-6/#post-18036903)
 * Can you take a photo that describes the error better?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Issue incorporating Spotify Iframe](https://wordpress.org/support/topic/issue-incorporating-spotify-iframe/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/issue-incorporating-spotify-iframe/#post-18036899)
 * Added! in V1.2.8
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Shortcode Error](https://wordpress.org/support/topic/shortcode-error-37/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/shortcode-error-37/#post-18036898)
 * Fixed. Thanks for your feedback!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Single hotspots with image + text not working on hover](https://wordpress.org/support/topic/single-hotspots-with-image-text-not-working-on-hover/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/single-hotspots-with-image-text-not-working-on-hover/#post-18036754)
 * Thanks for letting me know. But I checked again and when I added the image, the
   popup still turned on normally when hovering.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Style Tooltips](https://wordpress.org/support/topic/style-tooltips/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/style-tooltips/#post-18036728)
 * try css to white
 *     ```wp-block-code
       /*Insert this css to your css fileAuthor: http://levantoan.com*/body #powerTip {    background-color: #fff;}body #powerTip.n:before {    border-top: 10px solid rgb(255, 252, 252);}body #powerTip.s:before {    border-bottom: 10px solid #fff;}body #powerTip.e:before {    border-right: 10px solid #fff;}body #powerTip.w:before {    border-left: 10px solid #fff;    right: -10px}body #powerTip.ne:before,body #powerTip.nw:before {    border-top: 10px solid #fff;    border-top: 10px solid rgba(255,255,255,1);}body #powerTip.se:before,body #powerTip.sw:before {    border-bottom: 10px solid #fff;    border-bottom: 10px solid rgba(255,255,255,1);}body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {    border-top: 10px solid #fff;    border-top: 10px solid rgba(255,255,255,1);}body #powerTip.sw-alt:before,body #powerTip.se-alt:before {    border-bottom: 10px solid #fff;    border-bottom: 10px solid rgba(255,255,255,1);}body .box_view_html {    color: #000;}body .box_view_html span.close_ihp svg {    fill: #000;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Implement I18N Issues Based on 1.2.6](https://wordpress.org/support/topic/implement-i18n-issues-based-on-1-2-6/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/implement-i18n-issues-based-on-1-2-6/#post-17975962)
 * Thanks. I have updated the .pot file
 * If there is anything wrong, please let me know
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] hover not working on all pins](https://wordpress.org/support/topic/hover-not-working-on-all-pins/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/hover-not-working-on-all-pins/#post-17975958)
 * There is update V1.2.7, please check again to see if it is ok.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] PHP 8 Compatibility](https://wordpress.org/support/topic/php-8-compatibility-118/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/php-8-compatibility-118/#post-17973066)
 * yes. sure!
   if there is any problem let me know
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] ALT Tag in (SEO Google)](https://wordpress.org/support/topic/alt-tag-in-seo-google/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/alt-tag-in-seo-google/#post-17969832)
 * Added in V1.2.6
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Issue with latest update](https://wordpress.org/support/topic/issue-with-latest-update-5/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/issue-with-latest-update-5/#post-17958005)
 * Please backup and try the new version V1.2.5
   I would love it if you report back
   to me the results!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Issue with latest update](https://wordpress.org/support/topic/issue-with-latest-update-5/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/issue-with-latest-update-5/#post-17957854)
 * there is a little bug here. Please reinstall version 1.2.3 to wait for the next
   update and hope you have a backup to restore your website or have to recreate
   this hotspot Image
 * Sorry for the inconvenience
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Error On Title After Last Update](https://wordpress.org/support/topic/error-on-title-after-last-update/)
 *  [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/error-on-title-after-last-update/#post-17307730)
 * I also encountered the same situation.
   has returned to default. Category name–
   site name, without category customization settings
 * My theme: Flatsome
   WP: 6.4.2
 * I roll back to version 1.0.208.1 and it’s okay
 * Pls check. Thank all!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Hotspot by DevVN] Video full screen](https://wordpress.org/support/topic/video-full-screen-2/)
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [3 years ago](https://wordpress.org/support/topic/video-full-screen-2/#post-16863749)
 * Try with youtube videos. I tried and it worked

Viewing 15 replies - 1 through 15 (of 194 total)

1 [2](https://wordpress.org/support/users/levantoan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/levantoan/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/levantoan/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/levantoan/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/levantoan/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/levantoan/replies/page/2/?output_format=md)