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
Editing Post is not working.
Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 3:24 pm

After updating to version 5.2 I can not edit any posts. you can view a screen shot here. http://screencast.com/t/8xlCo1ESzVS

I just realized I can not add any new topics either. The only think I can do when trying to add a topic is add the title but I am unable to post anything. 

Forum Location: http://marketingden.net/forum/

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 5:11 pm

After doing a little more investigating there are quite a few functions that are not working. 

I am unable to add posts, edit post or add replies. 

When I try to add a topic there are a few functions that still work, I still can add a Topic Name But when clicking on the container to add a post it won't even show the curser. Also the Upload Attachments Button and the Submit Topic Button still functions correct. However when scrolling over the Cancel Button nothing happens, I can't even click it. 

I have have tried one thing with still no success. 

Under Admin Panel>Options>Global Settings I have Disabled CSS/JS Combined Caching 

But this did not fix anything. 

 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:06 pm

are you also running the latest tinymce plugin?  version 2.0.2?  looks like you are running the old version...

a bit worried about your wp theme violating wp standards too and loading its own jquery ui instead of the one wp comes with - and its an old version...  so you have two versions loaded - recipe for conflict...  but lets get the tinymce version up to date first and see what happens...

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 8:33 pm

Here is a quick overview of whats under the hood 

Wordpress Environment

http://screencast.com/t/1s0HrCixBk    Top screen shot

http://screencast.com/t/wXRAn1Jy89  Bottom screen shot 

 

Striking Theme Version 5.1.9.3  

This is the latest version of my Wordpress theme. This is a
very complex theme with a ton of option but I have never
really had any problems with Simple-Press integration before. 

 

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 23, 2012 - 9:02 pm

I also noticed adding User group permissions failed to save my settings. This all happened after I updated SP, SP themes and SP plugins. 

The only Plugin that I have recently added to Wordpress is WP-Super Cache Plugin. 
I added that plugin a week before all the updates. But I don't believe I had any 
problems with the forum after adding that plugin. 

 

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 24, 2012 - 3:25 am

While it would not be responsible for any such script errors wp-super cache can disguise them. Have you excluded the forum page from caching? The data on the forum is too dynamic to be cached in this way so you will need to exclude the forum page from wp-super-cache or you will find that users can get out of date data being displayed.

But - the real problems are almost certainly going to be scripting problems. It is a very bad practice for a theme to supply and of the main jQuery script libraries as this goes against Wp protocols. so does you your theme - as some good themes do - offer you the option to load these libraries properly from WordPress itself. If so then you really should choose that option and then see what happens.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 24, 2012 - 7:50 am

Here is my advanced options for my theme. 


http://screencast.com/t/l7dhFFINi

I have tried messing with the Js and CSS options 

but it will not fix the problem only make the scripts

conflict even more when I turn any of the options on.

Do you see any options you think I should look into?

Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 24, 2012 - 8:04 am

I didn't excluded the forum from caching, i'm not sure if that is in the simple-press admin panel?

Also I uninstalled the WP-cache plugin and removed all files for that plugin until I can get this 

issue sorted out. 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 24, 2012 - 8:16 am

OK - well the first step would be to at the very least get the theme to use the proper, WP supplied jQuery Even if errors remain it needs to be discounted first. But - it means finding where in the code it is being loaded.

I would start by taking a look at your theme functions.php file as the most likely place. See if you can find a line that looks something like wp_deregister_script('jquery') and when you find it paste 2 or 3  lines of code either side of it here so we can tell you how best to correct it.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Seth Riley
Member
Free Members
sp_UserOfflineSmall Offline
Dec 24, 2012 - 8:23 am

<?php
if(!class_exists('Theme')){
/* Load the Theme class. */
require_once (TEMPLATEPATH . '/framework/theme.php');

$theme = new Theme();
$options = include(TEMPLATEPATH . '/framework/info.php');

$theme->init($options);
}

/*
You can add your custom functions below
It will not override by theme upgrade.
*/

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online: Francisco Faundez
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: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625