kriskpooh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Javascipts don't work after 3.5 UpgradeFound another post that suggested adding:
define(‘SCRIPT_DEBUG’, true);
Above
/* That’s all, stop editing! Happy blogging. */in wp-config file
That fixed the problem.
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Can't create new styleNever mind. It finally started working. Must have been a cache problem
Thanks. I did not get an update message but I downloaded the new one and then uploaded it and it appears to be working correctly now.
I think there is a problem with my installation or my database. I did a new install of WP, exported my content from my current configuration and imported it into the new install and the plugin appears to work correctly.
I had a database corruption awhile ago from a bad plugin. Thought it was fixed but obviously something is still mucked up. Since this site isn’t live yet anyway, I will just go with the new installation.
If no one else is having the problem, we can just assume I’ve got a database issue that is causing the problem.
I will likely encounter further problems if I have a rogue db problem. Best to start over now before I go live.
This is what I got at the top of the page and it makes some, but not all of my sidebars go wonky with errors about the user access management plugin calling non-objects on line 927 and 477. I’ll look into changing the sidebar widget to see if that fixes it.
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/remax3g/public_html/e-tools/wp-includes/functions.php on line 3382
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/remax3g/public_html/e-tools/wp-includes/functions.php on line 3382
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home/remax3g/public_html/e-tools/wp-includes/functions.php on line 3382
Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home/remax3g/public_html/e-tools/wp-includes/functions.php on line 3468
Createing a new category and applying it to old posts does not work either. Only New Posts or those created (not published) after 11-1-11 appear to work correctly.
I deactivated all plugins except Lists category posts and still didn’t work. FYI my permalink structure is /%category%/%postname%/ Changing to the default one did not make it work either. I created a new category and 2 test posts and a test page with the short code for the new category name and that one worked. The 4 posts it finds when it finds posts were all created on or after 11-1-11. Changing the publication date of an existing post did not cause it to show up with the shortcode. However, when I created a NEW post and assigned it to the category – legal – now that post shows up on the Legal Briefs page with the shortcode but only that one new post. So it maybe something to do with the original publication date of a post?
I deleted the templates folder file and folder and it still did not work. The page with the shortcode is displaying blank. However, one page IS working correctly. The shortcode for it is [catlist name=web numberposts=-1]. I decided to try changing the category name from legal-briefs to just legal and now the page shows a list of 4 posts – the two posts in the web category, 1 post in the monthly-market-reports category and 1 post in the administration category. There is nothing else on the pages except the short code. The pages are however accessed managed using the User Access Manage Plugin. However, even a public page displays a blank page with the shortcode. Using catlist Id=7 also displays blank page. Using tag also brought up the 4 posts. I don’t see anything different in the set up of that one category that works – web – than in the other categories. I don’t have any tags except the two posts I tagged to see if the tag shortcode works. I will try disabling some other plugins to see if that is an issue.
Saw that .20.5 was available. Installed it. Still doesn’t work with category name. Went back to 19.3
Nope. Just installed .20.4 and it still doesn’t work with category name or id. When I tried a tag, I got two posts that have no tags at all.
I must have originally installed 0.19.3 because I had to go back to that version in order to get the plugin to work correctly. 0.20 is the version where it no longer works with the existing shortcodes if that helps identify the issue.
I saw that there was an update today. Updated to Version 0.20.3. Still doesn’t work.