smartdub
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: wp_nav_menu login / logoutIt the same logic…
It would be nice to have a method to remove both
<DIV>
and<UL>
parent tags generated by the “wp_nav_menu” so I could hard code any content I want (within<LI>
tags) before and after the generated links.I did try the “container” parameter, but for now this only removes the parent
<DIV>
and leaves the<UL>
in the way.Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Plugin not working properly on ChromeHi,
JQUERY COLORBOX is not working on both my Google Chrome (version 5.0.375.125) and IE8 running on Windows XP SP3.
First I suspected that it was related to some Extensions I installed on Google Chrome but when I asked a (developper) friend and he got the same result on he’s station I tested also in my different Internet Explorer versions (IE8, IE7, IE6) to found out that it is working ONLY in Firefox (from what I know).
This is the test page:
– https://www.techotronic.de/plugins/jquery-colorbox/colorbox-multiple-images-demo/Browsers running on Windows XP SP3:
– Mozilla Firefox 3.6.3 = OK.
– Google Chrome 5.0.375.125 = Not working.
– Internet Explorer 8.0.6001.18702 = Not working.
– IE7 (running on IE8 compatibility view) = Not working.
– IE6 & IE7 running on IETester = Not runningOn IETester I got those error messages:
Javascript error on line #1 : “jQuery is undefined”.
JavaScript error on line #2 : “Object does not support this property or method”You can download IETester here : https://www.my-debugbar.com/wiki/IETester/HomePage
PS: I had to uninstall the plugin and use the jQuery in my theme. Even then I got a small glitch related to the relative image path (../img/) that I had to change for a universal image path (http… …/img/) to work in my theme.
Best regards
—
MartinForum: Everything else WordPress
In reply to: Strange Happening with Tiny MCERefer to :
Paste plain text with 2.8Forum: Fixing WordPress
In reply to: Paste plain text with 2.8Just confirming you that the
div id="_mcePaste"
is a polution generated when using Webkit browsers (Google Chrome/Safari) to paste (clean) text within the Tiny MCE module.Even if I cleaned my copied text (using Notepad) before, I still get the
#_mcePaste
in my plublished markup.
As mentionned by cbird1057, the only fix I know for now is to use the Paste as Plain Text little button.Now does anybody know of a plugin that would force the Tiny MCE module to be set-up by default to treat any pasted text as plain text?