Page 1 of 1
[ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Sun Jun 02, 2013 12:36 pm
by intersect
Hello!
This template is made as an alternative to the original Admin Template from Opecart. The idea is to have a more intuitive and pleasure experience managing a Opencart store. It was made with the focus in usability and user experience. It has been developed using the Zurb's Foundation Framework [
http://foundation.zurb.com], it is responsive and mobile first, but the mobile version isn't finished yet (too many tables...) and will be much more improved.
Some Features:
- Modern and intuitive look;
- Responsive and mobile first;
- Uses HTML5 and CSS3;
- Follows UIX good pratices;
- Focused at the easy of use and a more efficient management of the stores;
- Works on Internet Explorer 9+, Mozilla FireFox, Google Chrome, Safari and mobile browsers.
Page for download:
http://labs.intersect.com.br/neoadmin/en/
Link for the demostration:
http://labs.intersect.com.br/neoadmin/en/demo/admin/
Any problem, bug, sugestion, feedback or if you want to contribute to this project in some form, please use this topic.
I'd love to hear some feedback. It's meant to be an alternative for the people that prefer something more intuitive. I know that there's a new version coming with a brand new theme for the admin, but it's really meant to be an alternative.
Thanks!
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Sun Jun 02, 2013 9:06 pm
by intersect
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Fri Jul 26, 2013 9:11 pm
by world-internet
Hi, your template is awesome, but you have a glitch with the taxes.
You can set them by accessing with a third level of menu in the default theme, and with your theme, you cannot access them anymore
Great work, I hope more people will give you some feedback

Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Sun Jul 28, 2013 7:55 pm
by intersect
world-internet wrote:Hi, your template is awesome, but you have a glitch with the taxes.
You can set them buy accessing with a third level of menu, and with you theme, you cannot access them anymore
Great work, I hope more people will give you some feedback

Thanks!
I'll have a look in this bug. Can you give me more details about it? Browser version and OS?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Mon Jul 29, 2013 8:19 pm
by world-internet
Hi,
I am under Apple Mac OS X 10.7.5 Intel with Firefox 23.0
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Tue Sep 03, 2013 12:15 am
by joerichards
Hey, its great! I'm using it!
I made some tweaks... we also call our internal system: OPEN.... here:

Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Sep 12, 2013 12:28 am
by intersect
joerichards wrote:Hey, its great! I'm using it!
I made some tweaks... we also call our internal system: OPEN.... here:

Good to hear

We're working to add some new features and fix some little bugs. As soon as we do it we'll post in here.
Thx!
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Oct 03, 2013 9:47 am
by Hasan ŞENTÜRK
error.png (48.33 KiB) Viewed 14327 times
hi, the theme is very nice, but the "catalog / products / edit" in the field of the fault has occurred in the picture
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Oct 03, 2013 10:00 am
by elrondx
theme demo at home so much more beautiful. Latest version Are you up to share?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Oct 03, 2013 9:13 pm
by intersect
elrondx wrote:theme demo at home so much more beautiful. Latest version Are you up to share?
This or next week it'll be released for download with a new dashboard, some bugfixes and improved performance.
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Oct 03, 2013 9:16 pm
by intersect
Hasan ŞENTÜRK wrote:error.png
hi, the theme is very nice, but the "catalog / products / edit" in the field of the fault has occurred in the picture
it'll be fixed in the next version. Thanks for pointing this out.
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Fri Oct 11, 2013 9:12 am
by ezrondz
When will the new version?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Fri Oct 11, 2013 3:49 pm
by vignir
Great theme! Thank you.
Setting - Localisation - Taxes / Returns links do not work. Nothing happens when I click those links.
Another thing I´m having problems with. I´m trying to use this extension:
http://www.opencart.com/index.php?route ... with%20tax
The settings in "Settings" do show up but the price including taxes field will not show up. Will this be a problem with extensions I want to install?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Tue Oct 22, 2013 2:33 am
by robertx
also Setting - Localisation - Taxes / Returns links do not work. did any one have fix for this ?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Nov 21, 2013 7:16 am
by bycolor.ro
Yes, there is. You have to edit the file at:
/admin/view/template/common/header.tpl
Returns:
Around line 139 you'll find:
Code: Select all
<li><a class="parent"><?php echo $text_return; ?></a>
<ul>
The <li> has to have the "fly-" class, and the <ul> has to have the "" class. So, change it to:
Code: Select all
<li class="has-flyout"><a class="parent"><?php echo $text_return; ?></a>
<ul class="flyout">
Taxes:
The same story, change this (around line 155):
Code: Select all
<li><a class="parent"><?php echo $text_tax; ?></a>
<ul>
into this:
Code: Select all
<li class="has-flyout"><a class="parent"><?php echo $text_tax; ?></a>
<ul class="flyout">
P.S.:
I registered on this forum just to post this. Hope it helps.

Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Nov 21, 2013 7:20 am
by bycolor.ro
The previous line you'll have to edit for Taxes is 149, not 155. I can't edit my post yet - i'll update it.
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Fri Nov 29, 2013 10:28 pm
by herukrayz
when i click login button, not any respond at my browser, what the problem?
i use opencart 1.5.1.3
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Thu Dec 19, 2013 3:49 am
by cc990
hello, maybe i missed seeing it but what is the user name and password for the demonstration link?
Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Sat Dec 21, 2013 8:28 am
by cc990
silly me, i was looking just at the text. but i see user name and password is demo in the screenshot

Re: [ADMIN THEME] NeoAdmin - a free UIX focused theme
Posted: Sat Dec 21, 2013 8:16 pm
by intersect
Hello!
There is a new version in github:
https://github.com/eltonmesquita/NeoAdmin
Unfortunately I will not get to maintain this theme as updated as I planned. I'm through a major shift in platforms and can not dedicate my time for it. If you find any bug and would like to contribute, you can make a pull request on GitHub.
Ps.: The GitHub version already includes the bug fix of the menu.