GithubHelp home page GithubHelp logo

jreinke / magento-admin-theme Goto Github PK

View Code? Open in Web Editor NEW
225.0 225.0 106.0 1.06 MB

Give your Magento Admin a facelift.

Home Page: https://www.bubbleshop.net/magento-admin-theme.html

License: Academic Free License v3.0

PHP 0.45% CSS 46.69% JavaScript 7.14% HTML 45.72%

magento-admin-theme's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento-admin-theme's Issues

IE problem

When using this theme and JS compression is enabled, there is an JS issue in IE, when go to the product page everything freeze.

Here is the solution
in /skin/adminhtml/default/go/js/sales.js
line 367
field.paymentContainer = form; //@deprecated after 1.4.0.0-rc1
delete hte comment or place a space between // and @
so the line will be
field.paymentContainer = form; // @deprecated after 1.4.0.0-rc1

Hi meda

Buttons Not Showing Correctly In System >> Cache Management

Cache Management System Magento Admin

Great extension, this should really be added to the Magento core as the default magento theme. I'm having a small issue though. I have Turpentine (ie. a Magento Varnish Extension) running on my VPS and for some reason the buttons for controlling the cache are not rendering correctly in the System >> Cache Management section.

Creating Order w/ Configurable Product

Hi,

There is an issue with Magento 1.6.X running this theme. The issue is that when someone tries to create a new order via the Backend with a product that has options.

When they click 'Configure' to select the options, it shows the please wait box and the options box does not load.

I have reverted back to the standard Magento Admin Template for now.

printing create invoice page vs invoice page

After using this template I noticed that when we print invoices (from the create invoice page) it is now printing on two pages, even with only 1 sku. This is due to larger margin and padding values on various aspects of the create invoice page compared to the default.

To be more specific the issue I have is when I print directly on the create invoice page after opening a new pending order and clicking the invoice button.

If you print an existing invoice, it will fit on one page (up to 2 skus), but this adds 2 or 3 more clicks plus load time on the site. It will actually print 4 (maybe 5) skus and the grand total, but the comments are pushed onto a 2nd page.

Also, when you print I know you can choose to print 1 page but it would be nice to not have to do this.

I would be satisfied if the create invoice page printed just like the regular invoice page. But as it is now the create invoice page is flawed because there are too many new margins that the default admin theme did not have.

  1. At the very top above New Invoice for Order # There is a half inch of just blank empty space about twice as much as the default
    2)The text box that contains the order number order date/status IP etc uses 1/4" above and below the text, this was smaller on the default.
  2. On the default template there is no border around around the header of each box and so it seems that there might be some extra padding here involved because of that
  3. the padding inside of the billing and shipping address is about 1/4" above and below the address. On the default template it is about 1/8"
  4. Items to invoice... There is significant padding above and below each product, about 1/4" above the product and 1/8th below the product. On the default template it appears to be about 1/16" above and below
  5. the empty row under the list of products is 3/8" tall, on default it is a little under 1/4"

Basically on the old invoice with just 1 item would print on a single page and have 2.5" until the end of the page.

I used a simple ruler to get the measurements not extremely precise but accurate enough to demonstrate my point.

Magento admin theme info

Bonjour,
pourriez-vous me dire si Magento admin theme est responsive et quelle technologie avez-vous utilisé?
N'étant pas moi meme développeur je ne sais pas dire de quoi est fait votre theme.
Ce dont je recherche est un theme a base the twitter bootstrap et angularjs.
Merci pour votre réponse, Mlle Riverso

License

Hello,
What is the license of your repositories?,
Thanks.
Great job!!!

Button background not showing

On Magento 1.5.1, the background for buttons doesn't appear correctly. The issue is because the button html is setup as

<button><span>Button Text</span></button>

instead of

<button><span><span>Button Text</span></span></button>

I've fixed this issue by updating lines 524-532 of boxes.css to

button { overflow:visible; width:auto; border:0; padding:0 4px 0 0; margin:0 8px 0 2px; background:transparent url(images/bkg_btn.png) 100% 0 no-repeat; cursor:pointer; }
button span { float:left; height:28px; background:transparent url(images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/27px Tahoma, Verdana, Arial, sans-serif; text-align:center; white-space:nowrap; color:#f15a24; position:relative; right:4px; }

button:not(.disabled):hover { background-position:100% -70px; }
button:not(.disabled):hover > span { background-position:0 -70px; }
button:not(.disabled):active { position:relative; bottom:-1px; right:-1px; }

I haven't tested it too thoroughly. I haven't seen any problems yet though, so I think it should be good.

How to install

I would like to install this theme, but I was wondering if I have to replace the folders, or merge them?

blank page after installation

Hi, I've installed this module in a testing site, so cache and compilation are disabled. After moving the files from zip to magento I log out as I usually do to install extensions, but after log out I get a blank page, so I cannot login anymore because there is no login form, page is blank. I found no error in logs, so I have no idea where the issue might be. Can you help me?

error 404 on Backend settings tab

when clicking on the backend settings tab "Admin theme" I get an error 404 under this URI (.../system_config/edit/section/bubble_admintheme). Everything else, works fine.

I'm on Magento CE ver. 1.9.1.0

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.