Jump to content

AIOS Layout


Recommended Posts

This is just one of those annoying things that can bug the bejeebers out of a person.  I have quite a few zones in AIOS and when I go to edit or add rates to a particular zone this is what I see.  Anyway to perhaps get the zone I'm editing on its own line. Thanks in advance!

Capture.thumb.PNG.0d9412b8f3a60ab909879e3c23349657.PNG

 

 

 

Capture Arrange.PNG

Edited by Claudia M
Answered my own question
Link to comment
Share on other sites

I believe there is a syntax error in the HTML because Edit Table >> icon is supposed to just be the icon.

Please confirm you are using the latest version.

It seems this is a new feature. I see it now in my installation.

Checking the code...

Edited by bsmither
Link to comment
Share on other sites

Most current version is 1.0.11 and fixes a compatibility issue with other plugins.

One of the styling failures is that the selected tab is one pixel taller than unselected tabs. This causes the second row to start after the odd-height tab.

To fix this particular problem, in the admin skin file layout.css, near line 466, find div.tab-selected and change the height to 26px.

Still working to solve the other layout irregularity.

Link to comment
Share on other sites

I'm unable to solve the layout problem where "Canada" follows the tabs.

The following solution looks interesting, but exposes other style flaws.

In modules/shipping/All_In_One_Shipping/skin/admin/index.tpl:

Find:

<style type="text/css">
   tr.show-removed td { text-decoration: line-through; color: #666; background: #ddd; }
   tr.show-removed .aios-editable { background: #ddd !important; }

On a new line after that, add:

   div.tab { float:none; }
   div#tab_control { height: initial; margin-top: 0; float: left; }
   div#content_body { float: left; }

 

Edited by bsmither
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...