Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter aviarts

    (@aviarts)

    However, I still only get the SVG image regardless of checking or unchecking the Use SVG box. Any other debugging suggestions?

    Thread Starter aviarts

    (@aviarts)

    thanks for your help and prompt response.

    This is what I see when Use SVG Icons is “unchecked”

    Here is the database option value:
    easySwipeBox_lightbox

    a:9:{s:6:”useCSS”;b:1;s:6:”useSVG”;b:0;s:18:”removeBarsOnMobile”;b:1;s:23:”hideCloseButtonOnMobile”;b:0;s:13:”hideBarsDelay”;i:3000;s:13:”videoMaxWidth”;i:1140;s:10:”vimeoColor”;s:7:”#cccccc”;s:9:”loopAtEnd”;b:1;s:14:”autoplayVideos”;b:0;}

    Here is the value of easySwipeBox_localize_init_var as it appears in the HTML

    var easySwipeBox_localize_init_var = {“lightbox”:{“useCSS”:true,”useSVG”:false,”removeBarsOnMobile”:true,”hideCloseButtonOnMobile”:false,”hideBarsDelay”:3000,”videoMaxWidth”:1140,”vimeoColor”:”cccccc”,”loopAtEnd”:true,”autoplayVideos”:false},”autodetect”:{“autodetectImage”:false,”autodetectVideo”:false,”autodetectExclude”:”.no-swipebox”}};

    Here is what I see when Use SVG Icons is checked:

    a:9:{s:6:”useCSS”;b:1;s:6:”useSVG”;b:1;s:18:”removeBarsOnMobile”;b:1;s:23:”hideCloseButtonOnMobile”;b:0;s:13:”hideBarsDelay”;i:3000;s:13:”videoMaxWidth”;i:1140;s:10:”vimeoColor”;s:7:”#cccccc”;s:9:”loopAtEnd”;b:1;s:14:”autoplayVideos”;b:0;}

    var easySwipeBox_localize_init_var = {“lightbox”:{“useCSS”:true,”useSVG”:true,”removeBarsOnMobile”:true,”hideCloseButtonOnMobile”:false,”hideBarsDelay”:3000,”videoMaxWidth”:1140,”vimeoColor”:”cccccc”,”loopAtEnd”:true,”autoplayVideos”:false},”autodetect”:{“autodetectImage”:false,”autodetectVideo”:false,”autodetectExclude”:”.no-swipebox”}};

    So, it looks like the init.js script is getting the value from the database correctly.

    Plugin Author aviarts

    (@aviarts)

    Thanks for sharing the error message. I am working on an update the plug-in that will make it compatible with 4.x version of WordPress. Sorry for the inconvenience.

    Plugin Author aviarts

    (@aviarts)

    I am working on 1.2 update which I’ve corrected these “Notice” messages that would appear in the admin area when in debug mode. This is not yet online but I hope to have it available soon, along with some other bug fixes.

    Plugin Author aviarts

    (@aviarts)

    “Notice” messages can display if you have define(‘WP_DEBUG’, true); in the wp-config.php file.

    http://codex.ww.wp.xz.cn/Debugging_in_WordPress

    I should probably go back and find out why the get_defined_messages property is undefined.

    Are you experiencing any other errors with level of “Warning” or “Error”?

    I am seeing some errors when I test submiting an empty comment in WordPress 4.1.

    Plugin Author aviarts

    (@aviarts)

    Is this style a default inline style output by WordPress?

    What is the inline style that your plug-in is manipulating? I will see how or why I set up my plug-in to remove it, to find out if we can resolve this.

    Plugin Author aviarts

    (@aviarts)

    Thanks for posting the error.
    I will check into this and get back to you soon.

    Plugin Author aviarts

    (@aviarts)

    I recently provided more detailed instructions for translation. There is a document, translation-instructions.rtf in the plug-in files which provides details. The 1.1 update should also fix known problems with translation. Hopefully this will help folks who intend to translate the plug-in.

    If anyone decides to translate, please let me know and I will add your translation credit and link to your web site on the plug-ins Other Notes page.

    Plugin Author aviarts

    (@aviarts)

    Sorry for the delayed response and sorry you had a problem with the plug-in.

    If possible I would like to test out your theme to find out what sort of layout problem you are having.

Viewing 9 replies - 1 through 9 (of 9 total)