Home>Support>Post Loop Not Displaying Entry Meta Data – Vantage Theme

Post Loop Not Displaying Entry Meta Data – Vantage Theme

By Barb Peterson, 9 years ago. Last reply by Barb Peterson, 9 years ago.

Hi,
For some reason my site is not displaying the entry-meta date and author under the posts in the post loop I inserted on the page identified below. And for that matter, the entry-meta data is not displaying when I view any post individually.
I used page builder to insert the post loop on a static page and I have not indicated any page as the posts page in the Reading settings
If you need privileges to get in and view the site, let me know and I will set that up.
Thanks for your help!

URL: http://www.barbpetersonwebdesign.com/lchase/latest-news/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Barb

    Sorry to hear about the hassle. There is a known challenge with this at the moment that I’ve hopefully rectified in the development version of Vantage. I’ll try hotifx using Custom CSS but I’m not seeing the post meta in your source code. Please can you check that the following setting is enabled:

    Appearance > Theme Settings > Blog > Post Metadata.

    Thanks

  2. 9 years, 3 months ago Barb Peterson

    Hi Andrew,

    I just enabled the Post Metadata as you directed. Now, when I view an individual post, I can see the date, which is great.
    However, post loop on the Latest News page is still not displaying the date.

    So, we’ve got one item corrected. Are you going to now send me some Custom CSS?

    Thanks for the help!

  3. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Thanks :)

    Try the following at Appearance > Custom CSS:

    /* Remove once Vantage 2.4.3 is running */
    .widget_siteorigin-panels-postloop article.post .entry-header h1.entry-title { margin-bottom: 0; }
    .page .entry-content .entry-meta { display: block; }
    

    Should do the trick :)

  4. 9 years, 3 months ago Barb Peterson

    Worked like a charm! Thank you very much for your prompt attention, Andrew! Well done!

  5. 9 years, 3 months ago Srikanth Kamath

    Dear Barb,

    had a look at your site, the textarea in Contact us page is overflowing ie can be expanded beyond the container, you can prevent this by

    /* add this to custom CSS *?
    textarea {
      /* Removes default vertical scrollbar in IE6/7/8/9 */
      overflow: auto;
      /* Improves readability and alignment in all browsers */
      vertical-align: top;
     /* adjust xx% to fit .. depending on ur design, at times i use 100% to limit it to max of container div */
      max-width: 95%;
    }
    
  6. 9 years, 3 months ago Srikanth Kamath
    /* add this to custom CSS */
    textarea {
      /* Removes default vertical scrollbar in IE6/7/8/9 */
      overflow: auto;
      /* Improves readability and alignment in all browsers */
      vertical-align: top;
     /* adjust xx% to fit .. depending on ur design, at times i use 100% to limit it to max of container div */
      max-width: 95%;
    }
    
    • 9 years, 3 months ago Barb Peterson

      Hi Srikanth.

      On what browser and what device was the text area overflowing? Can you please explain how you saw that it was overflowing?

      Thanks!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More