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
Start Upload button not working
Avatar
Kevin Bowers
Member
Free Members
sp_UserOfflineSmall Offline
Jan 9, 2014 - 3:55 pm

That's it! It works :) Thank you so much Andy. I really appreciate the help. You're a lifesaver.

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 9, 2014 - 4:01 pm

excellent news.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Gary Rohland
Rookie
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2014 - 6:43 pm

I'm having the same issue with the BootStrap theme, but we are stuck with it.

I have read this topic several times now, but I simply can not find the php file that contains the code that needs to be edited. I have searched the footer.php, header.php, functions.php and just about every page listed under the theme editor.

Could you help me, please.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2014 - 8:28 pm

I dont have a copy of the theme, but if its using bootstrap.js, it MUST be loading it somewhere..  posts 69 and 70 pretty much cover the changes...  just need to use search and find the right file...

maybe Andy can say exactly which file it is tomorrow when he is back...

Avatar
Gary Rohland
Rookie
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2014 - 10:36 pm

I know, and I hated to write and ask after seeing all that you and Andy have already done, but it has me stumped.
I'm going to continue looking, but if anyone can offer guidance, I would really appreciate it. 
-------- Original Message --------
Subject: Forum Post - Simple:Press: [Start Upload button not working]
From: "Simple:Press Support" <support@simple-press.com>
Date: Sun, January 26, 2014 8:28 pm
To: Gary@3DPSPremium.com

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 26, 2014 - 11:49 pm

as I said, lets see if Andy can provide the exact file since based on the previous posts, he has a copy...

Avatar
Gary Rohland
Rookie
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2014 - 2:12 am

OMG!  I found it in the Wordpress/WP-Content/themes/functions.php file.

After Changing the "True" to "False", everything worked perfect.

wp_register_script(

'tw-bootstrap',

get_template_directory_uri() . "/js/bootstrap{$suffix}.js",

array('jquery'),

'2.0.3',

false

);

 

wp_register_script(

'the-bootstrap',

get_template_directory_uri() . "/js/the-bootstrap{$suffix}.js",

array('tw-bootstrap'),

$theme_version,

false

);

Thank You again

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 27, 2014 - 4:28 am

Excellent. Well found.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Philippe Combas
Rookie
Free Members
sp_UserOfflineSmall Offline
Mar 24, 2014 - 3:17 pm

Hi guys, I have the same problem on my forum. I think it's too a "bootstrap" problem, but i'm not sure. I'm just a beginner.

So, i have the x2 wordpress theme, and for my forum i have "sky blue". Any Idea?

Thank you for your help!

I found in my x2.php this line, i think my problem is here... Thank you

### js

function enqueue_script() {
global $cap;

if( is_admin() )

return;

// on single blog post pages with comments open and threaded comments
if(defined('BP_VERSION')){

if ( is_singular() && bp_is_blog_page() && get_option( 'thread_comments' ) ) {
// enqueue the javascript that performs in-link comment reply fanciness
wp_enqueue_script( 'comment-reply' ); 
}

} else {

if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { 
// enqueue the javascript that performs in-link comment reply fanciness
wp_enqueue_script( 'comment-reply' ); 
}

}

wp_deregister_script( 'ep-jquery-css' );

wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'jquery-ui' ); 
wp_enqueue_script( 'jquery-ui-tabs' );

wp_enqueue_script('bootstrapjs', get_template_directory_uri().'/core/includes/bootstrap/js/bootstrap.min.js', array('jquery') );

wp_enqueue_script('waypoints', get_template_directory_uri().'/core/includes/waypoints/waypoints.min.js', array('jquery'), '1.4.4', true );
add_action('wp_footer', 'waypoints_js', 1 );

}

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 24, 2014 - 5:13 pm

mmm. Nit sure of there are any examples in this long thread that will helpo you out. have you looked?

You could just try moving the bootstrap enqueue to between the jquery and jquery.ui enqueues... but I wouldn't be too sure that will work. But worth a try first perhaps.

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
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