Forum Replies Created
-
In reply to: Slashes being added in front of apostrophes
uxtremist – THANK YOU!!! That plugin works perfectly. I was pulling my hair out over this.
In reply to: Theme: iNove Release (v0.1)Ok I just tried the CKeditor wysiwyg plugin and it does the same thing as the bb-wysiwyg editor plugin. Anyone have any thoughts as to why adding wysiwyg editing to the text box for posts effect the menus?
In reply to: Theme: iNove Release (v0.1)To add more info to it, it looks like the plugin is injecting some style sheet elements that are changing
element.style {
position: absolute;
overflow-x: hidden;
overflow-y: hidden;
display: block;
left: 357px;
top: 142px;
visibility: hidden;
opacity: 0;
}
to
element.style {
}
thus no style for the ul
In reply to: Theme: iNove Release (v0.1)The menu items are in the header.php under line 31.
I have question, why would the WYSIWYG editor plugin stop the navigation menu from dropping down?
In reply to: bbPress uses WP theme?I tried this too and ended up with some errors about BB_User which is apparently not implemented anymore for security reasons and no images or CSS as decas noted. Guess this plugin doesn’t work with bbpress 1.0+ and wp 3.0+
In reply to: bbPress uses WP theme?I tried this too and ended up with some errors about BB_User which is apparently not implemented anymore for security reasons and no images or CSS as decas noted. Guess this plugin doesn’t work with bbpress 1.0+ and wp 3.0+
In reply to: Integrating WordPress THEME ONLY with bbPressI’m curious about this as well. I’d like to theme my bbpress the same as my wordpress, but I’m not entirely sure how to do this. Is there any way to at least get the color schemes over?
In reply to: Integrating WordPress THEME ONLY with bbPressI’m curious about this as well. I’d like to theme my bbpress the same as my wordpress, but I’m not entirely sure how to do this. Is there any way to at least get the color schemes over?