Topic RSS
Related Topics
I just installed the latest update of SP in WordPress 2.9.1 but the Quote button in posts doesn't work. Is this a bug?
No it is not a bug. I believe you are the second person to ask this question. There is no known bug in quoting. However there can be a javascript problem somewhere that is stopping the quote function from working correctly. Can you check with, say, the FF Error Console (Errors tab) to see if anything gets reported when you try it?
After some searching I found the conflict. It is in:
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>
But I really need that part of jQuery. How can I solve this?! :D
why not use the jquery ui wp already loads??? and do you need it on the forum page? ie, only load it on the pages that need it… was it properly enqueued like ALL wp js should be?
When I delete the line
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>
My custom created featured content gallery and other jQuery stuff aren't working anymore. What jQuery ui is WordPress loading then? And why doesn't that work.
look in your wp-includes/js/jquery and you can see the various ui stuff it loads… however, notice your says 'custom'… is it no conflict? has it replace $ vars with jquery (or other) for wp compatibility?
is that special jquery file used/needed on the forum page? again, it should be properly enqueued so its only loaded when needed…
<?php if (is_page('forum')) { ?>
<?php } else { ?>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-1.7.2.custom.min.js"></script>
<?php } ?>
This is doin' the trick for now :)
Most Users Ever Online: 444
Currently Online: chucktho, SPQC
56 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
-Radio-: 1251
Lee H: 606
Luffer: 535
Conrad_Farlow: 485
jim: 478
neon: 263
ovizii: 240
Tal: 240
Member Stats:
Guest Posters: 2616
Members: 7328
Moderators: 1
Admins: 2
Forum Stats:
Groups: 5
Forums: 16
Topics: 10839
Posts: 79118
Newest Members: ordie69, mutha66, jawaulk, mastergalen, ikkiamonrah, OlafKS, js, Anne Wayman, vinzMtl, VikingBrent
Moderators: Brandon C (158)
Administrators: Yellow Swordfish (22131), Mr Papa (23580)
Log In
Register
Home
Add Reply
Add Topic
Offline
Quote



Visit
that one is just fine for the forum page…
Privacy Policy



