• Resolved kai

    (@iturtle)


    hi there,
    the h1 for page title is a standard which i don’t need because i have another h1 title on the page and google does not like 2 h1s ??
    so i put it to display: none. but for google it is still visible.
    this is what i did: /*.type-post h1.entry-title { display: none;}*/
    so getting rid of it altogether would be great or changing it to a lower h-tag ??
    thanks a lot for your ideas and help! kai

Viewing 10 replies - 1 through 10 (of 10 total)
  • con

    (@conschneider)

    Engineer

    Hi Kai,

    > so getting rid of it altogether would be great or changing it to a lower h-tag ??
    thanks a lot for your ideas and help! kai

    I would probably:

    * Create a child theme.
    * overwrite the template files with modified files that have the h1 removed or modified.

    You can also try something like this: https://www.ads-software.com/plugins/title-remover/

    Kind regards,

    Thread Starter kai

    (@iturtle)

    hi @conschneider,
    thanks for your mega fast reply!
    i will try the plugin first. looks most easy ??
    have a great day! kai

    Thread Starter kai

    (@iturtle)

    … and something else:

    i need to do some changes to custom css and php. but i lack the knowlege.
    can i post/ask such questions here or do you offer a service which can help me here?
    i need to replace some content via the function.php and custom.css.
    thanks again! kai

    con

    (@conschneider)

    Engineer

    Hi again,

    You are welcome.

    > i need to do some changes to custom css and php. but i lack the knowlege.
    can i post/ask such questions here or do you offer a service which can help me here?
    i need to replace some content via the function.php and custom.css.
    thanks again! kai

    Let’s hear it. What do you need changed?

    Kind regards,

    Thread Starter kai

    (@iturtle)

    hi @conschneider

    cool! ??

    someone else did move some content around on the website. after the update to storefront 4x the social icons are displaced.

    here ist the old theme: https://mexico-chair.com
    and here the new version of the theme (pw mexmex): https://mexchair.iturtle.eu

    i did not succeed moving the icons back over the menu with css…

    i am greatful for any hint! best wishes, kai

    ps: your plugin for removing the h1 tile worked like a charm. thanks!!!

    Hi @iturtle!

    Happy to know that the plugin for removing the H1 title worked for you! ??

    I had a look at your site https://mexchair.iturtle.eu/, and it looks like the social icons have been added to “Below Header” widget area.

    While on the original site – https://mexico-chair.com, the social icons might have been added using custom code – you could log in to the old site to confirm this or ask the person who did the migration.

    A CSS solution would not help here as the social icons are totally outside the main header.

    I hope this helps!

    Thread Starter kai

    (@iturtle)

    hey @kaushiksomaiya,

    thanks for your reply!

    both sites have the same custom code (php and css). only difference is the update from version 3 to 4 of storefront.

    problem is, the person who customized this, is not available anymore and i am no expert in php and css…

    so from what you say i gather, that the widget would have to be moved with some php code?

    thanks again for your support! kind regards, kai

    Hi @iturtle

    both sites have the same custom code (php and css). only difference is the update from version 3 to 4 of storefront.

    Your site is based on a custom child theme, which must have broken after the core Storefront update.

    so from what you say i gather, that the widget would have to be moved with some php code?

    I’d say that this is just about what the broken custom code used to do. As long as you manage to travel the widget to right after the <div class="header-news"> element on your page (and add a header-social CSS class to the widget as well), you’ll have your icons displayed exactly how they used to be on the original site.

    That said, please note that this forum is intended to provide support for the default functionality of the WooCommerce core plugin, and guidance on developing child themes falls outside our scope of support.
    For that customization, I highly recommend hiring a developer or one of the experts at WooExperts or Codeable.

    Hope that helps!

    Thread Starter kai

    (@iturtle)

    hi @hegenberg

    thanks so much for your insight and help!

    that is what most probably happened. i will try and do as you suggested but might need a developers help for it in the end. so thanks for the hint to wooexperts and codeable.

    have a great day! kai

    Hi @iturtle,

    that is what most probably happened. i will try and do as you suggested but might need a developers help for it in the end. so thanks for the hint to wooexperts and codeable.

    Sounds good! I’ll mark this thread as resolved. If you need assistance with something else in WooCommerce, feel free to open a new Support Thread.

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘remove h1 page title (completely)’ is closed to new replies.