quadbox
Forum Replies Created
-
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Apply Hebrew TranslationAny progress? 🙂
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Apply Hebrew TranslationAnd..
https://s9.postimg.org/440ia2a7z/overview2.jpgI’ve translated 100% (217 out of 217 strings) so maybe adding more translatable strings would be a good idea.
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Apply Hebrew TranslationHi!
I’ve sent the files to your internal support via email.Here’s few screenshots to demonstrate few issues such add the ability to translate the remain of the strings which appears in english, flip direction of the editor and the info bubbles and etc..
https://s14.postimg.io/6o8cof2u7/settings.jpg
https://s14.postimg.io/tof00r0o1/Editor.jpg
https://s14.postimg.io/irdobzdwf/tour_and_overview.jpgHope that helps
You probably should load rtl css file to override some css rules to make a better experience for RTL languages users when RTL detected using is_rtl().
Maybe RTL Tester Plugin (https://ww.wp.xz.cn/plugins/rtl-tester/) and this relevant guidance links will assist:
http://codex.ww.wp.xz.cn/Right_to_Left_Language_Support
http://wordpress.tv/2010/05/01/yoav-farhi-right-to-left-themes-sf10/If more information needed I’ll be glad to try to assist and elaborate.
I meant adding an option to the plugin (check box) or suggesting code addition (to be used in functions.php) for using a filter/hook to modify the native search results by joining the supsystic custom tables of the plugin.
As i understand it can be achieved by using posts_join / posts_where / posts_groupby Plugin API/Filters as suggested here:
https://codex.ww.wp.xz.cn/Custom_Queries#Keyword_Search_in_Plugin_TableAnother thing to mind is when search founds the keyword in one of the data tables, how to display this search result, because data tables aren’t posts, they are only shortcodes which displayed on posts/pages, so for displaying the link to pages contains this desired data table you somehow need to keep track on which posts/pages this data table appears.
a headache.Forum: Plugins
In reply to: [Polylang] Fixing The 'Illegal offset type in isset or empty' Error/WarningsAs i can see, there’s a problem in variety of different themes, I’m aiming for more general approach which is not theme specific, but if you must know, I’m using Zephyr (a premium theme).
Polylang’s 2.0.3 version hides the error messages, but it’s a good idea to target the reason they occur, don’t you think? 🙂
Forum: Plugins
In reply to: [Polylang] Fixing The 'Illegal offset type in isset or empty' Error/WarningsHi,
@chrystl
As i mentioned, I’m not using “Hueman” theme, I’ve done the debugging of deactivating plugins and I’m sure It’s an issue with the theme I’m using. What I’ve asked for is a method for simply finding what is the specific string/s causing the problem.I’ve already found that erasing some lines from the ‘wpml-config.xml’ file of the theme is fixing the problem in my situation.
Now i want to figure out what’s wrong with those lines so i could resolve the problem by adjusting the lines instead of deleting them.
Here’s the relevant part (gist of wpml-config.xml > admin-texts)
https://gist.github.com/anonymous/a2a9c784b87f6cf93ff57ae6d2a99a2dThe main problem is somehow with the
<key name="link"/>
lines.Any assistance will be appreciated 🙂
ThanksFor example:
http://supsystic.com/table-with-pagination-and-highlighting-example/Searching ‘Junior Technical Author’ through the native search:
http://supsystic.com/?s=Junior+Technical+AuthorLeads to no results, instead of showing links to the example pages which contain ‘Junior Technical Author’ on their tables.
Forum: Plugins
In reply to: [Real Accessability] Black & White on Firefox 43.0.1 doesn't work> and < markup, with the Semicolon (;) sign at the end.
Forum: Plugins
In reply to: [Real Accessability] Black & White on Firefox 43.0.1 doesn't workI think that’s because of..
.real-accessability-grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }should be..
.real-accessability-grayscale { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }The > and < are the problem.
Forum: Plugins
In reply to: [Max Mega Menu] Plans to make plugin accessible?I’ll be glad to see something like..
https://adobe-accessibility.github.io/Accessible-Mega-Menu/Forum: Reviews
In reply to: [Enliven] Top theme+1 for the RTL support 🙂
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Shortcode not Supportednow suddenly it do work, but still… can you please shed some light on the nonce part..
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Shortcode not SupportedWhat about the nonce?
As i understand, nonce is temporary security token/session.
So how could we address ‘alo_em_nonce’ value issue when using this inline HTML implementation?furthermore,
I’m getting different value from looking the source HTML using Chrome and Firefox (FF doesn’t even work properly with the nonce value from Chrome, while Edge does)Forum: Plugins
In reply to: [Admin Post Navigation] Hebrew TranslationThanks for adding this. much appraised. at first glance it looks okay, but i can’t be sure cause the Hebrew translation isn’t applied.
please add the translation suggestions from over here:
https://translate.ww.wp.xz.cn/locale/he/default/wp-plugins/admin-post-navigationForum: Plugins
In reply to: [Cyclone Slider] Translation files doesnt loadSame here, did you manage to get it to work?