|
#1

Feb 15, 2012, 08:52 AM
|
|
For some reason, none of my posts are displaying, website http://www.logcabindirectory.com/blog/
My settings are to display the latest post.
I removed a Menu plugin I had installed that was causing issues with my pages and reverted to standard WP menu.
Any ideas?
Thanks,
Tom
|
#2

Feb 15, 2012, 11:28 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Just to be sure... What are the setting in Settings>Reading?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3

Feb 15, 2012, 02:14 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
something in your last post is causing an error in wordpress. make it a draft.
Did you by any chance do a copy/paste from a word document - that gives wordpress fits.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#4

Feb 16, 2012, 08:06 AM
|
|
Hey Juggledad,
My Settings>Reading - Your latest posts
I removed my last post per your suggestion, but that didn't change anything. Still seeing no posts. Strange...I was seeing different things in browsers. Firefox & Chrome showing the menu, header, sidebars but no posts. MSIE was showing same, but post would come & go. Purged caches, opened/closed browsers, still erratic behavior.
I thought WP might be the culprit so I re-installed WP. No change.
Was using a menu plugin (UberMenu), but that seemed to be choking pages...every other page view required a refresh. So, I removed that & deleted it. Sometime after that is when I started seeing that the posts were not displaying.
|
#5

Feb 16, 2012, 08:39 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
In your first post you mention you are using the standard WordPress menu. Do you mean you have a menu created in Appearance>Menus? If so then make sure the home menu is accurate. You may also want to try setting permalinks to default, save, and set back to what you currently have.
Bottom line is to go through the various theme and WordPress settings, take a look at your recent posts in the html view for bad code.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#6

Feb 16, 2012, 09:15 AM
|
|
Yes, I have a menu created in Appearance>Menus. I even created another menu to see if that would display properly. The menu displays. The center column with the posts shows nothing.
I changed permalinks back to default, saved and tried to view - same problem. I changed them back to my custom setting.
Recent posts' HTML looks clean.
Can you think of anything else that might be causing this? I have 300+ posts in this blog and it gets decent traffic. I hate being down :-)
|
#7

Feb 16, 2012, 09:26 AM
|
|
Does this help?... When I click any of the recent posts (L-hand sidebar bottom) or the "About" tab (which is a local page) nothing appears in the center column - just like recent posts. So is my issue focused on some glitch with the center column? The only code in the ATA Center Column Style is - padding: 0px 15px;
|
#8

Feb 16, 2012, 09:50 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Change the last couple of post to draft, i think it has something to do with the posts
and you may want to shut off your cashing
also try disabling ALL your plugins
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Feb 16, 2012 at 11:30 AM.
|
#9

Feb 16, 2012, 05:21 PM
|
|
Hey Juggledad,
I changed the last 3 posts to drafts. That didn't change anything. Still not seeing any posts or pages in the center column.
I really appreciate your suggestions, do you have another rabbit in that hat?
|
#10

Feb 16, 2012, 05:30 PM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Have you tried deactivating ALL plugins to see if is related to one of them?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#11

Feb 16, 2012, 05:40 PM
|
|
No, I have not and I'll try that next. I'll let you know. Thank you.
|
#12

Feb 16, 2012, 06:25 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You have a caching plugin that could be still serving the broken pages. Clear the cache and diable the plugin and test aagain.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13

Feb 16, 2012, 09:19 PM
|
|
No luck Juggledad, I am really perplexed. Plugins deactivated, 3 recent posts converted to drafts, re-installed WP... what's left?
|
#14

Feb 17, 2012, 02:26 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Send me a PM with an admin id/pw and I'll take a look
The other thing to do is look at your sites error log to see what error is being shown. You could also add the The wp debug flag to the wp-config.php to force the errors to show on the screen.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Feb 17, 2012 at 05:50 AM.
|
#15

Feb 18, 2012, 04:07 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
So...did you by any chance edit any of the theme code??? like header.php perhaps?
say by adding in a line of code at the end that calls uberMenu_easyIntegrate? (I fixed it and the site is running)
when I looked at your error log it is filled with
HTML Code:
18-Feb-2012 10:42:47] PHP Fatal error: Call to undefined function uberMenu_easyIntegrate() in /mnt/Target01/341443/344923/yourdomain.com/web/content/blog/wp-content/themes/atahualpa/header.php on line 124
header.php is only 123 lines long. at 124 you have
HTML Code:
<?php uberMenu_easyIntegrate(); ?>
This would work as long as the plugin was active, but when you shut off the plugin, you start getting the error.
if you want to add something like that in you should always be coded like this
HTML Code:
<?php if (function_exists('uberMenu_easyIntegrate')) { uberMenu_easyIntegrate(); } ?>
to test for the functions existance before calling it
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Feb 18, 2012 at 04:27 AM.
|
#16

Feb 18, 2012, 06:59 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I use Ubermenu for several sites. You don't need that code to integrate UberMenu. That code is only for use with themes that don't support the WordPress 3 Custom Menus.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#17

Feb 18, 2012, 08:12 AM
|
|
I added no code for Ubermenu, strange that it crashed my system after I removed it. Go figure.
Gentlemen, I cannot tell you how thankful I am for all of your effort. I donated to you 1-2 years ago because of the excellent product you created, but I never dreamed I'd need - or receive this most excellent support.
Thank you VERY much,
Tom
|
|