• I have been working in WP about a week now. Getting used to it a bit. However, not sure what happened (maybe a plug in?) but when I click on Posts it is ‘collapsed’ and will not list all posts. If I press F12 to show the CSS; it has display hidden (here it the lines of code – as right now I have only three posts as I am using it for a slide show based on category of featured products.

    <tbody id="the-list">
    <tr id="post-240" class="post-240 type-post status-publish format-standard hentry category-featuredproducts alternate iedit author-self level-0" valign="top" style="display: none;">
    <tr id="post-238" class="post-238 type-post status-publish format-standard hentry category-featuredproducts iedit author-self level-0" valign="top" style="display: none;">
    <tr id="post-235" class="post-235 type-post status-publish format-standard hentry category-featuredproducts alternate iedit author-self level-0" valign="top" style="display: none;">

    I looked at the DOM and it says it is from Layout? I am not as familiar with WP layouts but looked and did not see anything popping out at me.

    Just some background: I downloaded the Responsive Theme, then created a responsive-child theme off of that. I did not make any major changes; other navigation, backgrounds, etc. I also have installed the following plug ins: Dynamic Content Gallery, MaxGalleria Lite, Responsive Add Ons and W3 Total Cache. I really should have viewed things after I did that as I am generally cautious; however did not. I know these were working after I did the Dynamic Content Gallery as I set the posts up post that install. MaxGalleria Lite, not sure sure. W3 Total Cache I just did tonight.

    So if anyone can lead me to a possible solution that would be AWESOME and appreciated. I am new (used to dealing with SharePoint..yes..SharePoint) so WP is semi-new to me.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,
    glad to hear that u started with WordPress !

    Have u tried visiting your site to check if the posts are loading correctly?
    U could also edit those posts directly in the admin area like this:

    http://www.yoursite.com/wp-admin/post.php?post=240&action=edit
    http://www.yoursite.com/wp-admin/post.php?post=238&action=edit
    http://www.yoursite.com/wp-admin/post.php?post=235&action=edit

    Hope that helps,
    Regards

    Thread Starter KathZ

    (@kathz)

    Well the issue is the posts are there. If I click on Posts, the screen will show them like a milisecond then the table they are in “collapses” so if I go into F12 (code editor in Mozilla, IE or Chrome) I can remove the style: display:none code and it will show. It has an element style that it is pulling from somewhere that is basically stating to not show them. 🙁 I cannot figure it out and it is driving me nuts! I was up until 3 a.m. last night and it is now 1:30 a.m. so will try another 1/2 hour and see if I cannot figure it out. 🙁

    When the MaxGalleria Lite plugin is active it seems to ruin the ability to list posts. I am seeing the exact same thing and disabled the plugin. Problem went away.

    Do you have also Polylang plugin? I found that there is a conflict with them and when both are active, the post list collapses :/ anyone?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Some menus (such as Posts) are 'display:none?'’ is closed to new replies.