[Resolved] Site title

Home Forums Support [Resolved] Site title

Home Forums Support Site title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2040653
    liz

    Hi,

    I want to remove the site title from mobile [except homepage] There seems to be no option to do so… Thanks.

    #2040685
    Elvin
    Staff
    Customer Support

    Hi Liza,

    Do you mean to remove the entire header like this? (except on homepage, for mobile)
    https://share.getcloudapp.com/04u549Pr

    It’s quite tricky to remove it completely but we can hide it from view on mobile if that’s fine.

    You can do it with this CSS:

    @media (max-width:768px){
    body:not(.home) header#masthead { display: none; }
    }
    #2040715
    liz

    Hi, Elvin…thanks it worked.Tell you something… I am trying to improve my mobile speed to 90 % so I am getting rid of stuff.Before it was around 83% now the mobile speed is at 86%. The only thing is, I had to remove the magazine grid as well from mobile screen but my site looks so eeehhh =) on mobile..any suggestion on how I can make the front page [mobile] looks better without slowing the site down for mobile. My readers are mostly mobile users. Thanks..

    #2040725
    Elvin
    Staff
    Customer Support

    The things to do will depends on what’s being flagged by Google PSI.

    In general:
    If there’s CLS, you may have to use critical CSS or disable lazyload(if images).

    If there’s FOUT, you may have to preload the fonts.

    IF there’s LCP, you either adjust the sizing of the elements above the fold or preload its background images.

    If there’s a TTFB issue then it may be a hosting issue.

    But these are generic things. There will always be specific scenarios you have to consider and these scenario will have it’s very specific solution.

    Example scenario: Generally, it is advised to set optimization plugins to Combine CSS. But this actually has an negative effect if the combined CSS file size is too much. In cases like this, we sometimes exclude some stylesheets from being combined as it’s can be more efficient to load smaller chunks of stylesheets rather than 1 whole huge chunk of stylesheet.

    This one suggestion can sometimes solve “Eliminate render-blocking resources” flag.

    There are more scenarios like this one. Optimization is real tedious process as there’s no 1 setting that is applicable to all sites. If you want to squeeze the best performance possible for your site you really must tweak the optimization plugin’s settings by doing A/B tests.

    Consider hiring an optimization specialist for this once you’re 100% done with the layout. πŸ™‚

    #2040941
    liz

    Elvin,

    Thank you so much for the info.You always go above and beyond with your responses. I still don’t have the ideal number of articles for the website but once I hit that number, I can start focusing on website optimization. Thanks again. Stay healthy =)

    #2041905
    Elvin
    Staff
    Customer Support

    We sincerely want to solve problems for anyone as much as we can. πŸ˜€

    No problem. Stay safe! πŸ™‚

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