Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
File Uploader with Pupload plug-in not responsive
Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 4:50 am

Hi guys,

I've recently installed the picture uploader plugin version 2.0.2 into my forum but am having a bit of a problem with it. When I try to attach a photo I can click on "Add Files" but when I try to click on "Start Upload" nothing happens. 

All I get is the hover message "using runtime: html5"

I am currently running my Wordpress website via the Pagelines theme if that information can help you guys in anyway.

Thanks in advance for your assistance team.

 

Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 6:00 am

okay, I've been looking at the forum and it seems that this problem is extremely common. I don't really have time to fix it, are there any moderators willing to just do this for me? I'm more than happy to pay you for your services. I really am not capable with coding.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 10:31 am

extremely common? nope...  many tens of thousands of downloads of it and maybe a dozen issues - all related to improper wp themes or plugins...

do you have a link to your site?

usually comes down to a js/jquery conflict:  http://codex.simple-press.com/.....-conflict/

which browser?  and have you tried another?  just as another data point...

Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 10:45 am

the website is http://bangkokhooker-fishing.com

And yes, I've read the js/jquery conflict article. It hasn't resolved anything since I am not familiar with coding.

I tried using the uploader on both Chrome and Firefox and both are facing the same issue. 

thanks for your time.

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 27, 2013 - 12:37 pm

PageLines loads up the BootStrap javascript library which is incompatible with the jQuery and jQuery Ui that is supplied and used by WordPress. The PageLines guys seem to think this is OK. We feel that any theme should adopt and abide by the WordPress standards. BootStrap does not. It means that some Ui components that are under the control of the jQuery Ui are effectively disabled. The Uploader buttons fall into this category.

This thread does seem to give a solution by it's end however: https://simple-press.com/suppo.....ad-images/

andy-signature.png
YELLOW
SWORDFISH
Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 6:53 pm

You mean this code that i'm supposed to input into my functions.php?

add_action('wp_enqueue_scripts', 'deregister_pl_bootstrap', 100);
function deregister_pl_bootstrap() {
    if(sp_is_forumpage()) {
        wp_dequeue_script('pagelines-bootstrap-all');
    }
}

Yup I tried that too and am trying it again right now and it is still giving me the same flattened Bootstrap look on the "start upload button".

I also see that the following solution in that same thread had user "Olivier Duong"   suggesting to use:

add_action( 'wp_enqueue_scripts', 'deregister_pl_bootstrap' );
 
function deregister_pl_bootstrap() {
 
// some logic needs to check if your in the forums!!
wp_deregister_script( 'pagelines-bootstrap-all' );
}
 
 
I'm wondering if I am suppose to add "// some logic needs to check if your in the forums!!" into the code as well?
 
 
Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 6:55 pm

Also thanks for helping me out so far guys. I really appreciate it.

 

Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 6:57 pm

I just tried the above code:

add_action( 'wp_enqueue_scripts', 'deregister_pl_bootstrap' );
 
function deregister_pl_bootstrap() {
 
// some logic needs to check if your in the forums!!
wp_deregister_script( 'pagelines-bootstrap-all' );
}
all while removing "// some logic needs to check if your in the forums!!" because I'm pretty sure that's not code and the only thing I could achieve was disable the "add topic" button altogether.
 
Got anything else guys? I'm really struggling here. I can't have a fishing forum where no one can upload their photos :(
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2013 - 11:40 pm

not sure I follow...

// some logic needs to check if your in the forums!!

is code... but a comment...  but wont hurt if not there... comment was just that this wil occur on all pages unless a check is made to see if on the forum page... the first code example has the check...

on your site, bootstrap is still being loaded...  did you remove it?

Avatar
bangkokhooker
Member
Free Members
sp_UserOfflineSmall Offline
Jun 28, 2013 - 9:19 am

The line that said "// some logic needs to check if your in the forums!!" was already in the code he provided.

 

I tried all the codes that you guys have found for me and unfortunately I haven't gotten any closer to fixing the issue. :(

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625