Support Forum
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/
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.
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...
Visit Cruise Talk Central and Mr Papa's World
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.
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.
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.
YELLOW
SWORDFISH
|
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?
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.
YELLOW
SWORDFISH
|
<?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.
*/
1 Guest(s)