Support Forum

Quotes not working

UN
Unknown
Member

So, I’ve seen this issue some time here but no real fix.

It wasn’t working on Simple:Press v4.5.1 and I’ve just update to v5 (yay !  Looks great) and it still not working.

So, apparently, it would be due to a conflict with another plugin. That said, I’ll desactivate all plugin and try and keep you up.

During that time if someone know how to fix this, would be awesome.

Thanks !

11 Answers

New Answer

MP Mr Papa
Mr Papa
Member

quotes?  do you mean the quote and reply button?  usually a js conflict…  with a link, we might be able to look for obvious js issues – usually down to theme or plugin improperly loading js and not using the wp api…

CB clapp.bobby
clapp.bobby
Member

My “Quote and Reply” isn’t working.

Link: http://profaneentertainment.com/league/forum/league-discussion/website-bugs-suggestions/#p31

YS Yellow Swordfish
Yellow Swordfish
Member

You join one other user who has this problem with no errors reported in the console….

Two things do pop right out. I am NOT saying that this is the reason as you have an enormous number of javascript files being loaded on this site but I AM saying that this is incorrect and should be put right…

1 – A plugin called ‘slider pro’ is incorrectly loading the jQuery library. it is using it’s own supplied copy instead of the WP supplied copy. One of the main problems with this – other than it should not do this -at all is that it is loading an older version to the one that WP and SP requires – 1.6.2 instead of 1.7.1. It probably also means that it is not the correct ‘no conflict’ version that WP and SP require.

2 – You have one or two other plugins loading duplicate scripts – again if these plugins were written properly this would not happen.

Number 1 really does need fixing not just for Sp but for all other plugins. Then we can see if that is the cause of the quote or not.

CB clapp.bobby
clapp.bobby
Member

Yellow Swordfish said

You join one other user who has this problem with no errors reported in the console….

Two things do pop right out. I am NOT saying that this is the reason as you have an enormous number of javascript files being loaded on this site but I AM saying that this is incorrect and should be put right…

1 – A plugin called ‘slider pro’ is incorrectly loading the jQuery library. it is using it’s own supplied copy instead of the WP supplied copy. One of the main problems with this – other than it should not do this -at all is that it is loading an older version to the one that WP and SP requires – 1.6.2 instead of 1.7.1. It probably also means that it is not the correct ‘no conflict’ version that WP and SP require.

2 – You have one or two other plugins loading duplicate scripts – again if these plugins were written properly this would not happen.

Number 1 really does need fixing not just for Sp but for all other plugins. Then we can see if that is the cause of the quote or not.

Item 1 is simple enough. It has an option to control the use of the jQuery library. I’ve disabled the plugin version.

YS Yellow Swordfish
Yellow Swordfish
Member

Wow how excellent. I have not come across that before. Good one.

No… hold that thought. I just reloaded your site and it is IS still being loaded from the slider plugin. SO whatever it was it didn’t change anything.

And in case this has no relevance and as I have access to the other sites admin – could you possibly list all of the plugins you have active so I can see if there is a match? You will fidm then loisted on the forum admin > toolbox > Environment panel.

CB clapp.bobby
clapp.bobby
Member

I had since disabled all plugins and reactived them. Check it again to see if that Jquery library is loading.

WP active plugins:
admin-menu-editor
advanced-custom-fields
akismet
custom-background
custom-post-template
easy-content-types
edit-flow
enable-media-replace
formidable-paypal
formidable-registration
formidable
jquery-mega-menu
media-categories-2
members
password-content-shortcode
peters-login-redirect
restrict-content
revision-control
simple-press
slider-pro
spectacula-page-widget
tinymce-advanced
tinymcecomments
user-access-manager
user-role-editor
wibiya
widget-context
wordpress-post-tabs
wp-ban
wp-pagenavi
wp-prettyphoto
wp-special-textboxes
SP active plugins:
blog-linking
custom-profile-fields
online
private-messaging
profile-display-control
report-post
subscriptions
tinymce-richtext
topic-status
watches
YS Yellow Swordfish
Yellow Swordfish
Member

Ha! Not one match!

could you add the following to your wp-config.php file and let us know?

define(‘SP_SCRIPTS_DEBUG’, true);

if will allow us to debug the js and see what is up… it will not effect your display or anything.

MP Mr Papa
Mr Papa
Member

something in jquery is failing… not sure why…  its trying to ‘show’ a hidden element in jquery, but jquery is failing…  none of the usually obvious stuff jumps out…

can you temp switch to the wp default theme and see if things improve?

if not, can you disable other plugins and see if it works?  if so, then reenable one by one until it breaks…  we had one other user, if my memory servers me right, have an issue with wibiya so that might be a quick one to see if disabling helps… 

there is an awful lot of js loaded on this site, but nothing jumps out as incorrect or a problem… so just trying to narrow what any conflicts might be…

CB clapp.bobby
clapp.bobby
Member

I disabled wibiya and that didn’t do it. I’ll report back after a plugin check.

MP Mr Papa
Mr Papa
Member

okay, thanks… if we know what might be conflicting, we can try to figure out why and maybe either solve or come up with workaround…