Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also trying to do the same thing as irish-guy is looking to do: Changing the link of my logo from my-domain.com/shop to my-domain.com.

    The shop page is only part of my bigger domain. I’ve followed Dat Hoang’s suggestions but it seems to be not working.

    I did find the storefront-template-functions.php in the “inc” folder. Located the lines of code he mentioned (line 189 and 206) and changed esc_url( home_url( '/' ) ) to esc_url( home_url( 'my-domain.com' ) ) (I’ve also tried a variation like 'http://www.my-domain.com/')

    I copied and pasted the entire php file and place it in my child-theme folder (path: storefront-child-theme/storefront-template-functions.php). Not working.
    I’ve created a new folder named “inc” in my child-theme folder. Still no.

    Then, I edit the php file directly and uploaded it to my FTP (after I make a backup of the original storefront-template-functions.php, of course). Still not working.

    I switched back to the original Storefront theme (thinking that perhaps there are some plugins that contradict it). Still not working.
    I’m running out of ideas.

    • This reply was modified 8 years, 12 months ago by basilrockwell.

    I’m also trying to do the same thing as irish-guy is looking to do: Changing the link of my logo from my-domain.com/shop to my-domain.com.
    The shop page is only part of my bigger domain. I’ve followed Dat Hoang’s suggestions but it seems to be not working.
    I did find the storefront-template-functions.php in the “inc” folder. Located the lines of code he mentioned (line 189 and 206) and changed esc_url( home_url( ‘/’ ) ) to esc_url( home_url( ‘my-domain.com’ ) ) (I’ve also tried a variation like ‘http://www.my-domain.com/’)
    I copied and pasted the entire php file and place it in my child-theme folder (path: storefront-child-theme/storefront-template-functions.php). Not working.
    I’ve created a new folder named “inc” in my child-theme folder. Still no.
    Then, I edit the php file directly and uploaded it to my FTP (after I make a backup of the original storefront-template-functions.php, of course). Still not working.
    I switched back to the original Storefront theme (thinking that perhaps there’s some plugins that contradict it). Still not working.
    I’m running out of ideas.

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