Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Johan

    (@johanvandevelde)

    Thanks! I discovered that it’s an issue in Firefox. I tried in a Chrome based browser and the icon displayed just fine.

    EDIT: Also tried in other Firefox based browsers and the icon is also not showing. So it’s definitely a problem with the Firefox engine.

    • This reply was modified 2 years, 10 months ago by Johan.
    Johan

    (@johanvandevelde)

    Anyone here running the Woocommerce plugin? Because I do and the issue still persists. Woocommerce also uses the H1 title for product headers, so maybe there is a conflict there? (Woocommerce was also updated along with WordPress 6.3 and Astra).

    Johan

    (@johanvandevelde)

    The new update 3.2.1 doesn’t solve the problem either. In case you need a temporary workaround, you can input the following code in the extra CSS of your website (0 is the ID of the page of which you want to hide the title).

    .page-id-0 .entry-title {
    display: none;
    }

    This works perfectly, hiding the entire H1 header for one specific page. The downside is that you need to input this code for every page of which you need to hide the title.

    • This reply was modified 2 years, 10 months ago by Johan.
    Johan

    (@johanvandevelde)

    Same problem here. I was hopeful when I saw that there was an update 4.2 for Astra today, claiming to fix the issue, but after the update, the problem still persists.

    I only have a few pages that need to have their title hidden for aesthetic reasons. Since the H1 tag used for the title has some custom CSS on my website, I can’t use any other plugins as these only hide the text and not the CSS layout. Astra on the other hand did a perfect job with this.

    Looking forward to see this solved.

Viewing 4 replies - 1 through 4 (of 4 total)