Jump to content

how to link logo to index page in v5


Guest skmaler

Recommended Posts

Guest skmaler

I have looked at several posts that deal with linking the logo to the home page, but they are not relevant to the v5 version.

Can someone tell me how to do it in v5?

Ever grateful,

S Maler

Link to comment
Share on other sites

Guest skmaler

Actually, my store is just one folder in my site. It is not in my root directory.

I have several other pages in the site, including a home page. I wish to link the logo to the index page in my root folder so visitors can access the rest of the site.

thank you,

Leta

Link to comment
Share on other sites

Actually, my store is just one folder in my site. It is not in my root directory.

I have several other pages in the site, including a home page. I wish to link the logo to the index page in my root folder so visitors can access the rest of the site.

thank you,

Leta

You might try hard coding the url in this line of your skin/template/main.php

 <p class="logo"><a href="{$STORE_URL}/index.php"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

	

Be sure to back up your copy of main.php before trying thjs, as I'm a novice.

Link to comment
Share on other sites

Guest skmaler

Actually, my store is just one folder in my site. It is not in my root directory.

I have several other pages in the site, including a home page. I wish to link the logo to the index page in my root folder so visitors can access the rest of the site.

thank you,

Leta

You might try hard coding the url in this line of your skin/template/main.php

 <p class="logo"><a href="{$STORE_URL}/index.php"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

    

Be sure to back up your copy of main.php before trying thjs, as I'm a novice.

Thank you, I will give it a try.

Link to comment
Share on other sites

Guest skmaler

Actually, my store is just one folder in my site. It is not in my root directory.

I have several other pages in the site, including a home page. I wish to link the logo to the index page in my root folder so visitors can access the rest of the site.

thank you,

Leta

You might try hard coding the url in this line of your skin/template/main.php

 <p class="logo"><a href="{$STORE_URL}/index.php"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

    

Be sure to back up your copy of main.php before trying thjs, as I'm a novice.

Thank you, I will give it a try.

Novice or not, you have your head on right because it worked.... just for anyone else's info.. used this code.

<p class="logo"><a href="http://www.mysitesname.com"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

Link to comment
Share on other sites

Actually, my store is just one folder in my site. It is not in my root directory.

I have several other pages in the site, including a home page. I wish to link the logo to the index page in my root folder so visitors can access the rest of the site.

thank you,

Leta

You might try hard coding the url in this line of your skin/template/main.php

 <p class="logo"><a href="{$STORE_URL}/index.php"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

    

Be sure to back up your copy of main.php before trying thjs, as I'm a novice.

Thank you, I will give it a try.

Novice or not, you have your head on right because it worked.... just for anyone else's info.. used this code.

<p class="logo"><a href="http://www.mysitesname.com"><img src="{$STORE_URL}/images/logos/{$SKIN_FOLDER}-{$SKIN_SUBSET}.php" alt="{$META_TITLE}" /></a></p>

Fantastic! I'm glad it worked.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...