Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #684197

    Antony H
    Participant

    Superstar – thank you!

    #684635

    Jade
    Moderator

    You’re most welcome Anthony.

    #736162

    coryyeakel
    Participant

    Hey guys,

    I’m following this thread in order to create a child theme and remove the H1 from my logo. I’m totally new to WordPress but so far so good, I’ve just setup and activated my child theme. The next step you listed says:

    “Then navigate to your child theme’s /framework/views/global directory create a file named _brand.php”

    I have no idea what you mean by go to the child theme’s /framework/views/global directory. How do I get there? Sorry for such a basic question, just trying to understand how all this stuff works.

    Thanks!

    #736182

    coryyeakel
    Participant

    And in addition, how do I create a new php file for _brand.php?

    #736540

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Child theme is a replicate of your parent theme for you to customize the theme without breaking the theme.Child theme is view or loaded first before the parent theme. If there is no child theme, it will load the parent theme.

    You could follow this step below.

    1. Navigate \framework\views\global\_brand.php in your parent theme using your FTP.
    2. Copy the _brand.php
    3. Create a folder in your child theme just like in your parent theme \framework\views\global\.
    4. Add the parent _brand.php in the directory that you have created in your child theme.
    5. Edit the _brand.php in the child theme so that you could remove now H1 from the logo or customize the _brand.php

    You could check this link for full details on how to setup child theme.

    https://community.theme.co/kb/how-to-setup-child-themes/

    For customization best practice: https://community.theme.co/kb/customization-best-practices/

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #736670

    coryyeakel
    Participant

    Hey Staff,

    Thanks for the reply. Everything seems to make sense, the only thing I’m not understanding is using my FTP. How do I get to my FTP? Is it on my WordPress Admin page somewhere, or do I go to my hosting provider cPanel? I’m sure this is a total noob question, I’m sorry! I just don’t know how to get to the FTP or use it.

    Thanks in advance for helping me out!!

    #736913

    Rad
    Moderator

    Hi there,

    Yes, you can also use your cPanel’s file manager instead of FTP.

    Or, you’ll need to create FTP account under your cPanel and use any FTP Client software. Each FTP Client has their own standard and documentation. Please check their site if you wish to learn more about their FTP software.

    Thanks.

    #737779

    coryyeakel
    Participant
    This reply has been marked as private.
    #738144

    Friech
    Moderator

    Hi There,

    It seems you already got it right. The H1 tag that is on top of the x-brand is already gone.


    screenshot

    This link might help: HOW TO CREATE ADDITIONAL FTP ACCOUNTS

    Cheers!

    #738196

    coryyeakel
    Participant

    That’s interesting, because when I right click my home page to view the page source, it still shows up as “h1 visually-hidden.”

    Any idea why that might be happening?

    Thanks!

    #738316

    Rue Nel
    Moderator

    Hello There,

    I am another staff checking on this topic. I am seeing the updated version of your site. Please check it here: http://prntscr.com/9nuhgr

    Since you are using site ground, could you please purge the cache and disable the supercacher in your hosting panel? The SuperCacher is developed by SiteGround exclusively for their customers. It increases the number of hits a site can handle and boosts the website loading speed. The SuperCacher includes 4 different caching options for maximum optimization of your websites. You can access the tool by clicking on the SuperCacher icon in your cPanel.

    For more information about this, please check it out here: https://www.siteground.com/tutorials/supercacher/supercacher_intro.htm

    Hope this helps.