Support Forum
Hello,
i just insalled Simple:Press but Buttons like "Login" oder "New topic" do not work. My Board: Link
Is this a jQuery-Problem? How can i fix it?
Thanks!
Your theme is loading some sort of 'personalised' version of the jQuery UI core library. This is a nasty thing to do. It is also not using the wp apoi to load it so you now have two copies - this one and a proper one.
Also your site is throwing js errors on links when you hover over them which is stopping other jQuery calls from working.
This article explains the issues:
http://codex.simple-press.com/.....-conflict/
YELLOW
SWORDFISH
|
Edit:
These are loading:
<script type='text/javascript' src='http://www.blackfear.de/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
<script type='text/javascript' src='http://www.blackfear.de/wp-content/themes/gamerpress/js/jquery.easing.1.1.js?ver=3.3.1'>
<script type='text/javascript' src='http://www.blackfear.de/wp-content/themes/gamerpress/js/jquery-ui-personalized-1.5.2.packed.js?ver=3.3.1'> Can I delet them and use this? <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js?ver=3.3.1'></script>
No that will just make it much worse.
You should NEVER use 'script' tags in WordPress anyway!
Out of those three lines the first two are fine - it is the bottom one that is the problem. you could try changing it to:
wp_enqueue_script('jquery-ui-core');
But this has to be placed in the right code slot. Your theme is probably doing some of these in it's functions.php file - perhaps where it loads the bad one it is loading now.
YELLOW
SWORDFISH
|
i deleted
wp_enqueue_script('jquery.easing.1.1', '/wp-content/themes/gamerpress/js/jquery.easing.1.1.js');
+
wp_enqueue_script('jquery-ui-personalized-1.5.2.packed', '/wp-content/themes/gamerpress/js/jquery-ui-personalized-1.5.2.packed.js');
and used
wp_enqueue_script('jquery-ui-core');
Now, Simple-Press works fine ((YEAH!!), but my Silder don't move any more 🙁
My users can no longer login. Nothing has changes. The forum keeps rejecting their attempts. Even more annoying is when they go to log out of the forum, it doesn't take the first time, then on the second logout attempt, it takes them to a white screen with the only question, "Are you sure you want to log out of ____". Any ideas why it is so difficult to log in and out all of a sudden? Thanks
seems like your server is having some serious issues...
verify that your use of www (or not) is consistent on wp - settings - general and forum - components - login and registration...
any caching plugins?
whats a link to your site?
Visit Cruise Talk Central and Mr Papa's World
The URL is consistent. I use w3 Total Cache but it is set up not to cache for forum. Please view my site here. Non of these issues existed a just few days ago. Nothing has changed; I have just done the routine forum and plugin updates. That is all.
1 Guest(s)