This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

14
  1. Andrew Misplon Staff 10 years, 9 months ago

    Hi Timo

    Apologies for the hassle. We’ll have this cleaned up in the next update. For now you can hotfix by inserting the following at Appearance > Custom CSS:

    /* Pages - Entry Meta */
    article.page .entry-meta {
      display: none;
    }
    article.page .entry-content .entry-meta {
      display: block;
    }

    Vantage unfortunately doesn’t display the published time, just the published date.

  2. Timo Private 10 years, 9 months ago

    This is a private message.

  3. Timo 10 years, 9 months ago

    I just inserted it here – is that right?

    http://abload.de/img/bildschirmfoto2015-05dfszj.png

  4. Andrew Misplon Staff 10 years, 9 months ago

    That’s the one! It’s Appearance in my English – UK installation. Design in yours.

    Thanks

  5. Timo 10 years, 9 months ago

    Anything to add in the widget itself, cause it doesn’t work for me? :-(

    http://abload.de/img/bildschirmfoto2015-05yck71.png

  6. Andrew Misplon Staff 10 years, 9 months ago

    Sorry, not quite with you there. Your screenshot looks normal. If you insert using the bottom right button all blog posts will be displayed. If you’d like to narrow down the query to say a category, click the Build Query button and search in the Taxonomies field for your category name.

  7. Timo 10 years, 9 months ago

    Badly it still doesn’t work :-(

  8. Andrew Misplon Staff 10 years, 9 months ago

    Could you perhaps send through a little more information. What about the Post Loop widget isn’t working? Are we still looking into displaying the date or are you working on building a Post Query?

  9. Timo Private 10 years, 9 months ago

    This is a private message.

  10. Andrew Misplon Staff 10 years, 9 months ago

    Thanks for the update Timo. Please could you send a link to your site so I can view the Post Loop widget formatting on the front end of your website.
    Thanks

  11. Timo 10 years, 9 months ago

    Hi Andrew, thanks for u’r support, here’s a link to the homepage:

    http://goo.gl/VdLXSQ

  12. Andrew Misplon Staff 10 years, 9 months ago

    Thanks for the update. Please try removing our previous Custom CSS and try the following instead:

    /* Pages - Entry Meta */
    article.page .entry-meta {
      display: none;
    }
    .page .entry-content article.post .entry-meta {
      display: block !important;
    }

    Should do the trick.

  13. Timo 10 years, 8 months ago

    Andrew u’re my hero! – it works now!!!!
    Thank u very much!

  14. Andrew Misplon Staff 10 years, 8 months ago

    Awesome :) Really glad to hear that helped. All the best!

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.

Have a different question or issue?

Start New Thread