aviarts
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy SwipeBox] Use custom iconsHowever, I still only get the SVG image regardless of checking or unchecking the Use SVG box. Any other debugging suggestions?
Forum: Plugins
In reply to: [Easy SwipeBox] Use custom iconsthanks for your help and prompt response.
This is what I see when Use SVG Icons is “unchecked”
Here is the database option value:
easySwipeBox_lightboxa: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.
Forum: Plugins
In reply to: [WP Inline Comment Errors] More error messagesThanks 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.
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.
“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.
Forum: Plugins
In reply to: [WP Inline Comment Errors] Removes custom style from img tagsIs 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.
Thanks for posting the error.
I will check into this and get back to you soon.Forum: Reviews
In reply to: [WP Inline Comment Errors] Good but not finishedI 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.
Forum: Plugins
In reply to: [WP Inline Comment Errors] Did not workSorry 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.