Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Login and New topic do not work
Avatar
Thompsen
Guest
Guests
Mar 6, 2012 - 5:03 am

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!

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 6, 2012 - 5:45 am

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/

andy-signature.png
YELLOW
SWORDFISH
Avatar
Thompsen
Guest
Guests
Mar 6, 2012 - 6:08 am

hmm, thank you!

So, there's no easy way to fix it 🙁

Avatar
Thompsen
Guest
Guests
Mar 6, 2012 - 8:41 am

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>
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 6, 2012 - 8:52 am

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.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Thompsen
Guest
Guests
Mar 6, 2012 - 9:44 am

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 🙁

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 6, 2012 - 10:23 am

But you need the easing script. I see it being used even if incorrectly.

andy-signature.png
YELLOW
SWORDFISH
Avatar
patrick182
Space
Member
sp_UserOfflineSmall Offline
Mar 17, 2012 - 9:49 pm

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

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 17, 2012 - 9:51 pm

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?

Avatar
patrick182
Space
Member
sp_UserOfflineSmall Offline
Mar 17, 2012 - 9:57 pm

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.

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: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626