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
Font Resize Plugin
Avatar
Justin Buehler
Member
Free Members
sp_UserOfflineSmall Offline
May 18, 2012 - 10:44 am

In the functions.php file, I replaced:

 

function my_deregister_scripts() {

wp_deregister_script( 'jquery' );

 

// wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', false, '1.3.2');

 

wp_enqueue_script('jquery', get_bloginfo('template_url').'/js/jquery-1.7.2.min.js', false, '1.7.2');

wp_enqueue_script('jquery-cookie', get_bloginfo('template_url').'/js/jcookie.js', true, '0.1');

wp_enqueue_script('jquery-carousel', get_bloginfo('template_url').'/js/jcarousellite.js', true, '1.0.1');

wp_enqueue_script('jquery-superfish', get_bloginfo('template_url').'/js/superfish.js', true, '1.0');

wp_enqueue_script('jquery-global', get_bloginfo('template_url').'/js/global.js', true, '1.0');

wp_enqueue_script('loopedslider', get_bloginfo('template_url').'/js/loopedslider.js', true, '0.5.6');

wp_enqueue_script('scrolltopcontrol', get_bloginfo('template_url').'/js/scrolltopcontrol.js', true, '1.1');

 

if ( is_singular() && get_option('thread_comments') ) wp_enqueue_script( 'comment-reply' );

}

 

With your code:

 

function my_deregister_scripts() {
    wp_enqueue_script('jquery');
    wp_enqueue_script('jquery-cookie', get_bloginfo('template_url').'/js/jcookie.js', true, '0.1');
    wp_enqueue_script('jquery-carousel', get_bloginfo('template_url').'/js/jcarousellite.js', true, '1.0.1');
    wp_enqueue_script('jquery-superfish', get_bloginfo('template_url').'/js/superfish.js', true, '1.0');
    wp_enqueue_script('jquery-global', get_bloginfo('template_url').'/js/global.js', true, '1.0');
    wp_enqueue_script('loopedslider', get_bloginfo('template_url').'/js/loopedslider.js', true, '0.5.6');
    wp_enqueue_script('scrolltopcontrol', get_bloginfo('template_url').'/js/scrolltopcontrol.js', true, '1.1');

    if ( is_singular() && get_option('thread_comments') ) wp_enqueue_script( 'comment-reply' );
}


That's all I did. It didn't work. cry

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
May 18, 2012 - 1:54 pm

sorry if missed it earlier, but do you have a link?

Avatar
Justin Buehler
Member
Free Members
sp_UserOfflineSmall Offline
May 22, 2012 - 4:53 pm

Mr Papa: Did you get my personal message last week? I really need to get this figured out. I'm about to give up on why the admin functions aren't working when I hover over the bubble, and why I can't create new topics in the forum, as well as why the font resize plugin is not working when I click on the "As." I really need your help. I've spent a lot of time trying to figure this out.

 

I've sent you login credentials for my site via the personal message.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
May 22, 2012 - 8:48 pm

I dont recall such a PM...  but will go through the PMs again tonight... its a bad way to contact us unless we ask for it and then we really need a link back to the issue... and you should send it to both yellow swordfish and myself...  then less chance of falling through the crack if you met all the other requirements...

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
May 23, 2012 - 9:37 am

We have a PM from you with login credentials which I just used to get into your site. Currently I see no forum active but the account you created for us is very restricted.

However - I will point out a few things of note. After logging in to your site admin I also loaded - from the top WP admin bar - your actual site. As far as I can tell from what I was looking at I was no longer logged in. This is not normal WP behaviour - those credentials should carry across. So I believe there is something at play here not behaving as it should.

I also noticed that your theme is loading its own version of jQuery instead of using the standard, provided jQuery that WP ships with and should be used. This in itself can mess with SP and many other plugins that abide by the simple rules of coding for WP. This is exp,ained in this codex article: http://codex.simple-press.com/.....-conflict/

Additionally, something called 'Quick Post Widget' is loading up the tinyMCE editor scripts on every page load. This may well be a problem with SP and we should try and exclude that from loading on the forum page. Do you really NEED that loading on every page? Actually there is lot of stuff being loaded on every page.

I am unsure where this is up to at the moment.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Justin Buehler
Member
Free Members
sp_UserOfflineSmall Offline
May 23, 2012 - 7:35 pm

I don't need the "Quick Post Widget" loading on every page. I just want it on the "Submit News" section on the top menu bar. How would I fix that? I know that's another plug-in, so I understand if you can't tell me anything about it.

Also, I'm waiting to see what the theme designer says about the jQuery issue. Once I can get the WP version to load properly, I'll come back here.

What do you believe is at play with with the credentials not carrying over? Could it be a plug-in? I'm using s2member to log members in. Could that create an issue? I'm lost as to where to start with this problem. Any suggestions on where to start?

 

Thanks for looking at my site.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
May 23, 2012 - 9:09 pm

if the widget is loading our tinymce on every page, why dont you go to forum - integration - page and permalink and see if playing with the options for display in loop or multiple display can help eliminate it...

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: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625