Support Forum

Add File button not working

IE id_elias
id_elias
Member

Hi, I’m using 5.0 Simple-press, to the point, when I try to upload a file, either by editing or creating a topic or reply, I get the white box with the buttons, Add Filesand Start Upload, but when I click nothing happens. As if they were not working.Check the permissions and the Full Access are:

-Can attach a signature to posts
-Can upload avatars
-Can upload images in posts
-Can upload half in posts
-Can upload files in posts
-Can upload signature images
-Can use the private messaging system

thanks .. and I apologize for my English .. frown

10 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

The it probably isn’t working!
Can we have a link to your forum page?

YS Yellow Swordfish
Yellow Swordfish
Member

You have the problem explained here: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

But I think those nice people at Jigoshop have an alternate build they may be able to supply which may resolve the problem as that is where it is probably coming from.

IE id_elias
id_elias
Member
forum gives me these errors, these can be caused by Jigoshop?
 
Uncaught TypeError: Object [object Object] has no method ‘propAttr’
jquery.ui.button.min.js:15
 
Uncaught TypeError: Cannot read property ‘settings’ of undefined
jquery.ui.plupload.js:1
 
thanks
YS Yellow Swordfish
Yellow Swordfish
Member

It s likely.
And not caused BY Jigoshop but by the way Jigoshop is loading jQuery libraries.
Who knows – of that one gets fixed there may be another plugin also doing it but we know Jigoshop does s it is the place to start.

IE id_elias
id_elias
Member

JigoShop disable the plugin when everything works properly, it is possible todisable the link libraries SimplePress and use of JigoShop? or indicate that onlywhen browsing the forum, JigoShop not load the libraries? cry

MP Mr Papa
Mr Papa
Member

you can modify jigoshop, to not load the incorrect libraries on the forum page…

if (!sp_is_forumpage())  {
    #load jigshop stuff here
}
IE id_elias
id_elias
Member

I was able to solve the problem, I’ll put it in case someone does happenyou know how to fix.. enclose the file jigoshop.php these three functions in the conditional and ready, also gives problems with the sub-plugin of blasphemy, so they know. Anything let me know. Thanks for the support.

if (!sp_is_forumpage()) {
wp_enqueue_script(‘jqueryui’);
wp_enqueue_script(‘jigoshop_frontend’);
wp_enqueue_script(‘jigoshop_script’);
}

kiss
YS Yellow Swordfish
Yellow Swordfish
Member

Hey – not a bad solution. Good thinking.