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
Support Forum
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?
I have try with this wp theme : Custom Community and this are OK.
The actual template cause the problem 🙁
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/
I cannot have access to your page. i’m looking for helper because i dont understand the problem. 🙂
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.
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 !!
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.
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
Well that still leaves the mnain jQuery.js file being loaded badly as well I am afraid
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
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. ![]()
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