Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #359554

    Hi,

    1.
    I set the homepage of my blog as a masonry grid page, with posts from all categories.
    But I see my pages in-between the posts.
    How can I exclude pages and display posts only?

    2.
    How can I pin to the top of the page – the latest featuring post (maybe in some layout element)?

    3.
    In mobile view – the website logo and the mobile menu are both align to right (it’s RTL site) so the menu is hiding the logo. How can I solve this?

    #359896

    Hey yudkoren!

    1. + 3. That sounds kind of odd. Can you send us a link so we can take a closer look? You can set your reply as private if you wish.

    2. You can use the blog posts element and have it display only one post. You can use it inside the column elements if you wish.

    Best regards,
    Elliott

    #359900
    This reply has been marked as private.
    #360174

    Hi!

    I viewed a couple of the entries but I didn’t see any pages. There should only be posts displaying there. Can you take a screenshot and highlight what is going on so we can get a better idea?

    Best regards,
    Elliott

    #360262
    This reply has been marked as private.
    #360268
    This reply has been marked as private.
    #360610

    Hi!

    You’re using a lot of plugins, 35 in total, some of them might be messing up with the masonry query. Please try to deactivate all plugins then test the page again.

    Cheers!
    Ismael

    #360666
    This reply has been marked as private.
    #361254

    Hey!

    1. All your elements in the grid have “/blog/” in their URL’s. So actually they are all blog posts.

    3. 450×450 is referring to 450px as max-width. If you want your images to have the same size, then you should upload them with the same height.

    Cheers!
    Andy

    #361353
    This reply has been marked as private.
    #361411
    This reply has been marked as private.
    #361930

    Hey!

    We really can’t reproduce the 1st issue on our installation. You can add this on Quick CSS or custom.css to fix the blog featured image:

    #top .fullsize .template-blog .big-preview img {
    width: auto;
    margin: 0 auto;
    }

    Cheers!
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.