Support Forum
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.
sorry if missed it earlier, but do you have a link?
Visit Cruise Talk Central and Mr Papa's World
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.
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...
Visit Cruise Talk Central and Mr Papa's World
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.
YELLOW
SWORDFISH
|
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.
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...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)