Viewing 15 replies - 1 through 15 (of 24 total)
  • Hello @victoriawinner ,

    We did check and the header banner is working fine.Please share your site URL and make sure you upload the banner image ( doesn’t matter if it doesn’t show up ) We will check the issue.

    Thank you

    Thread Starter Victoria

    (@victoriawinner)

    Hello, @alexperegrine
    https://sub4.angrygif.com/

    1. This is a test site, I loaded an image in the header, but it is not showing

    2. Look at the main page, row 3 is posts, they have a layout shift (The page speed Insights also says the same thing.)
    https://gyazo.com/fa239dd137d898f2c27b05a0ca891e42

    3. I’m currently using the default homepage template, if I use Bloglo Fullwidth the page becomes full and can’t be made the size I want

    Regards

    Thread Starter Victoria

    (@victoriawinner)

    @alexperegrine Tell me please – What size should images be for posts? What is the recommended size for post thumbnails?

    You can choose whatever image size you want for post thumbnails. 1024 wide image is better.
    There is also an option ( Customizing ? Blog ? Blog Page / Archive -> Featured Image Size) from there you can choose the image size to render for posts.

    And about header image I can see the uploaded image https://prnt.sc/vcvSqb__9O6C

    On choosing Full width layout from Customizing ? General Settings ? Layout, page becomes full width.
    Adjusting site container width is not available in lite version.

    Thank you

    Thread Starter Victoria

    (@victoriawinner)

    Thanks @alexperegrine
    Apparently I expressed myself incorrectly

    1. Header image – how to make it visible?

    2. Post thumbnails i like 900*900

    3. You have a layout offset in your template. this needs to be fixed! When will you update the template?

    4. (Adjusting site container width is not available in lite version.) I just ask you to correct the layout offset – when I add a list of posts on the main page, they have an offset – it would be desirable to fix this

    Regards

    Thread Starter Victoria

    (@victoriawinner)

    Please give your answers in the same way – using answer numbering

    Thread Starter Victoria

    (@victoriawinner)

    Hello @alexperegrine
    I can’t do anything with the layout offset. Google is swearing, but
    latest posts are added in gutenberg blocks

    • This reply was modified 4 months, 2 weeks ago by Victoria.
    Thread Starter Victoria

    (@victoriawinner)

    I hope that you were not the only one who made this template, and also tried to obfuscate the CSS code

    style.min.css > .bloglo-entry ul > margin-left: 4rem; is there an error here or was it done intentionally – not 4, should be 0

    I think that sometimes you need to make a very high-quality free product, and when all the errors in it are corrected, you can make a paid version

    Regards

    Vic

    Thread Starter Victoria

    (@victoriawinner)

    You have a serious problem with the layout in the template – I think it needs to be fixed – it’s wrong to offer people even a free template with such problems

    Thread Starter Victoria

    (@victoriawinner)

    I found a reason for PC, but not for mobile, that’s where I have difficulty

    Thread Starter Victoria

    (@victoriawinner)

    Enable Posts You Might Like Section
    Doesn’t work on home page

    Guys, I spent 7 days setting up your template, I lost a lot of traffic, this is wrong in my opinion, you should correct these shortcomings

    Hello @victoriawinner ,

    1. Header Image – I’m not sure why it’s not working for you. In order to show header image you just need to add header image. See https://prnt.sc/cyEJyVqsQcBz. It showing up on your test site https://sub4.angrygif.com/, I also check your main website but didn’t see banner markup in developer console. It seems like you haven’t uploaded one. If you did I’m not sure why it’s not showing up.
    2. Post thumbnail 900×900 – You can use image of this size.
    3. Layout offset – The CSS you mentioned is supposed to be applied only on post detail page but I see that it’s affecting your custom query Gutenberg block. We’ll release an update in a moment that will fix this issue.
    4. Post You Might Like section – Thank you for addressing this issue, again this will be fixed in upcoming update.

    If you have any question please let us know we would be happy to help.

    Thank you

    Thread Starter Victoria

    (@victoriawinner)

    Hello @alexperegrine I should enable caching on the site; could this affect the inclusion of the banner in the header?

    I’m really looking forward to your template update.

    In my test, the site does not have a caching plugin – so the problem of the banner in the header remains open, look at your site from another computer

    Thanks

    Regards

    • This reply was modified 4 months, 2 weeks ago by Victoria.
    Thread Starter Victoria

    (@victoriawinner)

    Hello @alexperegrine
    I have updated your template to version: 1.1.8
    The layout displacement issue on PC has been resolved. layout offset on mobile remains

    Hello @victoriawinner ,

    I think the header banner issue on your site is caused by cache plugin.
    Try to temporarily deactivate plugin then upload the banner to see if it works. Once confirmed, you can reactivate the caching plugin.

    The layout displacement on mobile , we don’t have any mobile specific CSS for that layout. All CSS comes from WP Gutenberg. To resolve the issue try to put below CSS rule in your additional CSS field of customizer:

    @media (max-width: 599px) {
    .wp-block-latest-posts.is-grid li {
    margin-right: 0;
    }
    }

    This rule should target the specific elements causing the displacement.

    Thank you

Viewing 15 replies - 1 through 15 (of 24 total)
  • You must be logged in to reply to this topic.