Support Forum

Add Topic Problem

LM Ludovic METZKER
Ludovic METZKER
Member

Hello, i have a big problem when an users want to create or answer to a topic. The board for write message are in grey color and we go in for write a message, it’s impossible. I have installed all the plugins, all the users rights are correctly created. I’m usign the default template. Can you help me please ? thank you ^^ and sorry for my english, he’s surelly so bad lol

31 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

This will almost certainly be CSS defined by your theme being a little too global. Can you please provide me with a link to your forum page and I can take a look. s a ‘visitor’ will I be able to open the editor?

LM Ludovic METZKER
Ludovic METZKER
Member

I have try with this wp theme : Custom Community and this are OK. 

The actual template cause the problem 🙁

YS Yellow Swordfish
Yellow Swordfish
Member

How about the link to your forum page so I can see it?

LM Ludovic METZKER
Ludovic METZKER
Member

My forum : www.lapinscannibales.com/site/le-forum 

Sorry 🙂 

YS Yellow Swordfish
Yellow Swordfish
Member

Well I can not see the editor as I do not have permission to add topics but there ARE problems with your theme and the loading of scripts.

The jQuery and jQuery UI libraries are being forced to load from the theme. These are the wrong versions for WordPress and are also not loaded correct;y using the WordPress API. They are being loaded from ‘wp-content/themes/gamespeed/scripts’.

This article explains the problem in more detail: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

LM Ludovic METZKER
Ludovic METZKER
Member

I cannot have access to your page. i’m looking for helper because i dont understand the problem. 🙂 

YS Yellow Swordfish
Yellow Swordfish
Member

Sorry – i should have added that you need to login to the Codex using the same login and password you used here. We are unable to log you in automatically at the moment.

That article will explain the problem. As it says at the end the best solution is to ask the theme author to correct things but we can usually help if they are unwilling to do so. It does need some simple code changes to your WP theme.

LM Ludovic METZKER
Ludovic METZKER
Member

The theme coders are give me a new version of FrontPage.js but …. nothing to change. I’m searching the difference with other template without success. I think so my problem with admin / moderating bar are the same because with an other theme, all are perfect !! 

YS Yellow Swordfish
Yellow Swordfish
Member

I do not know what frontpage.js is but it isn’t what you need. You just need the loading of the jQuery and jQuery UI corrected to load (1) the proper wp versions and (2) loaded using the wp_enqueue_script() api so only one copy of each is loaded.

Let me know what they say.

LM Ludovic METZKER
Ludovic METZKER
Member

Hello, sorry for this problem ^^ 

I have delete this line in my “header.php” page (theme creator instruction) : 

<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/scripts/jquery-ui.min.js” ></script>

Now, i can answer without problem …. but, i dont see the administrator panel when i play with the mouse  

YS Yellow Swordfish
Yellow Swordfish
Member

Well that still leaves the mnain jQuery.js file being loaded badly as well I am afraid

LM Ludovic METZKER
Ludovic METZKER
Member

If you have idea, i take everything 🙂 The theme creator dont give me a solution, only delete one line in header.php lol

 

It’s possible to send you a copy of the original theme ? I’m very lost and I dare not bore you but i need very helps.

Thanks you  

MP Mr Papa
Mr Papa
Member

the problem (as Andy has said) is that your theme is loading jquery incorrectly… its ‘hard coded’ to load its version of jquery instead of the one that ships with wp…  its doing this by:

<script type=”text/javascript” src=”http://lapinscannibales.com/site/wp-content/themes/gamespeed/scripts/jquery.min.js”></script>

so if you could look in your theme header.php or functions.php and look for ‘jquery.min.js’…

If you cannot find, it go ahead and zip up the theme and send it to us a support at simple-press dot com…  but please look first. wink

LM Ludovic METZKER
Ludovic METZKER
Member

Hello, i have try to change code…. i dont understant since 3 hours. If you can help me, i thank you so much !! I test to send you the theme in .zip