Forums
(@jho1086)
13 years, 2 months ago
I have same problem, the editor works fine before, I did not add plugin but I upgrade the site in wp 3.3.1 and the tiny MCE to v(3.4.5). I done all the suggestion above except downgrading, but still not work.
13 years, 5 months ago
hello,
I fixed by changing this line in /wp-content/plugins/ltw-testimonials/js/ajax.js
if ($(this).attr(“checked”) == true) { item_checked = true; } with this one if ($(this).attr(“checked”) == ‘checked’) { item_checked = true; }
15 years ago
how about at the other page?
I like dynamic. savable in database.
15 years, 1 month ago
using this
<script type=”text/javascript”> var $j = jQuery.noConflict(); $j(document).ready(function () { $j(“li:has(ul)”).hover(function () { $j(this).children(“a”).click(function () { return false; }); }); }); </script>
<script type=”text/javascript”> var $j = jQuery.noConflict();
$j(document).ready(function () {
$j(“li:has(ul)”).hover(function () { $j(this).children(“a”).click(function () { return false; }); });
}); </script>
@cais, your great.
But It not work on IE6…
#menu li.current_page_item.page-item-2 a {}
When I navigate in different page the current_page_item styles of page-item-2 are stayed…
I need this too…
They have option to do this or plugin instead…
please….