• Resolved laurajyoung

    (@laurajyoung)


    Hi,

    I have the ‘Hide Title’ plugin installed, which allows me to hide page titles on a case by case basis, rather than having to use a catch all CSS code. This plugin works great. However, when I preview my site, the hidden title quickly flashes up before disappearing. This was also the case when I used the display none CSS code.

    My site address is: https://www.laurajyoung.co.uk

    Any help with this issue would be much appreciated. It’s not a massive deal, but it would be nice to fix.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • paulwpxp

    (@paulwp)

    Hi Laura, it would be nice if you post this in plugin’s own thread so that the plugin author get to know the problem.

    https://www.ads-software.com/support/plugin/hide-title

    Anyway, seems to me it’s the loading issue, the plugin uses JS to add inline style to the html element targeting default WordPress title css class, it could be that the theme you are using, also maybe coupled with other plugins that use JS might have messed up the loading order. Or it could be also the font loading.

    Meanwhile since you already have Jetpack installed, try this code in its Custom CSS module (make sure it’s enabled).

    /* Front home page */
    .page-id-2 .entry-header,
    
    /* Project parent page */
    .page-id-287 .entry-header,
    
    /* all child pages of Project */
    .parent-pageid-287 .entry-header { display: none; }
    Thread Starter laurajyoung

    (@laurajyoung)

    Hi Paul,

    Thank you so much for your help on this! Your code worked beautifully. Titles don’t seem to be flashing up anymore.

    I will be sure to forward this to the plugin author, too.

    Thank you again,

    Laura

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hidden page title flashes on page load’ is closed to new replies.