Jump to content

moving bottom navigation bar


Guest crunchyapple2

Recommended Posts

Guest crunchyapple2

Help, I have moved the navigation bar items (privacy policy, terms & conditions etc...) to the side, however they are the words and separation bars and ... 2 - 3 words in a line.

How can i get them listed in the categories box in single lines??????

I have search everywhere, but just can't find it.

Can it be done?

Link to comment
Share on other sites

Help, I have moved the navigation bar items (privacy policy, terms & conditions etc...) to the side, however they are the words and separation bars and ... 2 - 3 words in a line.

How can i get them listed in the categories box in single lines??????

I have search everywhere, but just can't find it.

Can it be done?

Yes it can. See www.babiesnewpinkandblue.com

I do it with almost every CC store I build. It's taken me a while to learn all the tricks. There are a number of approaches that accomplish it.

Go search on "move site docs" at the alternative CC resource site http://cubecartforums.org.

Link to comment
Share on other sites

  • 1 month later...
Guest crunchyapple2

Help, I have moved the navigation bar items (privacy policy, terms & conditions etc...) to the side, however they are the words and separation bars and ... 2 - 3 words in a line.

How can i get them listed in the categories box in single lines??????

I have search everywhere, but just can't find it.

Can it be done?

Yes it can. See www.babiesnewpinkandblue.com

I do it with almost every CC store I build. It's taken me a while to learn all the tricks. There are a number of approaches that accomplish it.

Go search on "move site docs" at the alternative CC resource site http://cubecartforums.org.

I have searched through ccforums, but still nothing, and i notice several others searching but just being given 'search for... or look in documentation, no-one seems to have awalk thru...

Could you please point me directly or offer a walk- thru.

Much appreciated. Thankyou

Link to comment
Share on other sites

Guest fandango

Hi,

You will have to access via ftp the following files and alter as shown.

skins/yourskin/styleTemplates/boxes/siteDocs.tpl

CHANGE FROM

<!-- BEGIN: site_docs -->

<div class="siteDocs">

<!-- BEGIN: a -->

<a href="index.php?act=viewDoc&amp;docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a>

<!-- BEGIN: sep --><span class="txtSiteDocs">|</span><!-- END: sep -->

<!-- END: a -->

</div>

<!-- END: site_docs -->

TO

<!-- BEGIN: site_docs -->

<div class="siteDocs">

<!-- BEGIN: a -->

<a href="index.php?act=viewDoc&amp;docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a>

<!-- BEGIN: sep --><br><!-- END: sep -->

<!-- END: a -->

</div>

<!-- END: site_docs -->

And then change the following file: skins/yourskin/styleTemplates/global/index.tpl

Move the {SITE_DOCS} to just under or above {CATEGORIES} as required

That will then place the site docs under each other either just below or above the catagories on the left hand side.

regards

Fandango

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...