Jump to content

E tone Blue Skin Tweeks & Fixes Help Needed


Recommended Posts

Hi Guys im new to this site and in need of some help

 

I am currently switching my website to Cubecart V6 and i am using the e tone blue skin.

 

Does anyone know if it is possible and what i need to do o make the category list appear as a drop list on the mobile skin as it does on the foundation skin?

 

Also on the full screen mode the subscribe button for the mailing list, the word subscribe disappears past the end of the button, how can i solve this?

 

Web address if need to see any of the faults is

www.uweldit.uk/Store/

 

 

Sorry if these have been addressed already I couldnt find any information about them.

Thanks for any help

Link to comment
Share on other sites

Be aware that you will only get 5 to 7 categories across the width of the screen. But basically:

In the main.php template:

Find:
	<div class="row" id="documents">
		<div class="u12">
			{$SITE_DOCS}
		</div>
	</div>

Replace:
{$SITE_DOCS}

With:
{$CATEGORIES}

Then find:
		<div class="u3 sidebar" id="sidebar-left">
			<div class="box">
			{$CATEGORIES}
			{$SEARCH_FORM}
			</div>


Replace:
			{$CATEGORIES}

With:
			{* $CATEGORIES *}

Then, find:
	<div id="footer">

Add after:
	<div class="row" id="documents">
		<div class="u12">
			{$SITE_DOCS}
		</div>
	</div>

In box.navigation.php, find this part of a statement:
sf-vertical

Change to:
sf-horizontal

Finally, there will be changes to the appropriate CSS rules to give it color, size, etc.

Link to comment
Share on other sites

  • 1 month later...

Hi Bear Aka Wil

I've tried to understand what it is you are asking and from what I can gather, they already are drop-down boxes when you switch to mobile.

Can you elaborate on your request (maybe draw it out on paper and take a photo and attach it here).

Cheers

James

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