vivantdesigns
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 50 000 and 100 000 dollars
475
Purchases
Buyer Rating:
4.24 stars
4.24 average based on 50 ratings.
-
5 Star
3264%
-
4 Star
612%
-
3 Star
510%
-
2 Star
612%
-
1 Star
12%
| Created | 30 January 11 |
| Last Update | 24 May 11 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files |
© All Rights Reserved vivantdesigns -
Contact Envato Support


i’m using explorer 7. i see that the same hapens here: http://themes.vivantdesigns.com/neueadmin2/dashboard.html but not here: http://themes.vivantdesigns.com/streamlined/dashboard.html
i click on new task then new contact and then back to new task ?
That should be easy, just remove these lines from ie.js
It will remove the rounded corner for the popup but it will fix the issue.
Where are the PSD ’s? It says they are included, but they weren’t in the zip file?
Hi crucials,
The PSDs used are for the elements like background, search and zoom icon. You should see this inside images/_src folder.
Could you explain how to properly use the front-page login you have implemented on the front page? I’m a little unclear as to where it pops up in the javascript and how to set it up with a custom login form on top of my front page. Thanks!
Hi tumes,
The login page is intended to be a stand-alone login page, thus you should open it up in a new page. The form action should be directed to your authentication script to process the login. A quick google search should help you all about authentication in the language of your preference.
Can you post an example on how to display a form consisting of 2 fieldsets next to each other such that one fieldset is main-content grid_4 alpha and the other main-content grid_4 omega. Thanks.
Solved it
Hi,
The are not working, the updated package has $(‘select:not([multiple])’).each(function(){ but I have to select the drop down item, then double click again; something seems to be wrong.
on line 59 of global.js, just change .bind(‘change, click’) to .bind(‘change click’) and it should be fixed
The select/dropdowns are not working in Chrome. When you select a value, neither the change or click event is firing as a result, the selected value is not displayed and it seems like selecting a value in the dropdown is not taking effect.
I am using jQuery 1.4.4 and it seems this fix in globals.js fixes the problem:
Around line ~58 change this .bind(‘change, click’, function(){
... })
to: .bind(‘click’, function(){ $(this).trigger(“change”); }) .bind(‘change’, function(){ $(this).prev().html($(this).find(‘option:selected’).text()); })
Thanks for sharing! Although changing .bind(‘change, click’) to .bind(‘change click’) easily fixes the problem
Thanks for the fix, sorry if I wasn’t too clear with my initial question, I was in a hurry. This admin panel is great by the way.
Great template. I love it. We are having an issue with the sidebar tabs not working. Can you help us out?
Check out this page: http://my.textmessageloyalty.com/pages/settings.php
Is it possible to make the layout become fluid?
Hi -
Can you tell me basically how to use the graphs on the dashboard? There is nothing in the documentation about how to use these.
Thanks and great template BTW , took me only a few hours to customize and hook up to my DB.
I seem to be having some problems getting the JS in this template working. I have managed to get rid of most of the compile errors, but I am left with one stubborn one: “Uncaught Error: HIERARCHY _REQUEST_ERR: DOM Exception 3”.
Could this be due to a custom download of JQuery Tools? I had to download it separately, as the Jquery.tools.min.js file included with the template had Jquery also built in, which interfered with my existing implementation.
Would appreciate any guidance.
Thanks!
Does anyone know how to remove the X (close) button on a graph? Removing it in code just screws up the display.
Does anyone know how to remove the X (close) button on a graph? Removing it in code just screws up the display.
Hello
i am using iexplore 8.0 and i got error in everypage when i call page from local iis Error details are below Can you help Thanks
Webpage error details
Message: ‘colors’ is null or not an object Line: 49 Char: 454 Code: 0 URI : http://localhost:50052/js/PIE.js
Message: ‘colors’ is null or not an object Line: 49 Char: 454 Code: 0 URI : http://localhost:50052/js/PIE.js
I think you have a problem with VML . Please check out this link – http://css3pie.com/forum/viewtopic.php?f=3&t=615
If you have problems in new versions of IE then update the jquery.flot component to the newest version (0.7) – it will fix it.
http://code.google.com/p/flot/// Bent
I’m having a select box being cut off at the end of the main content div image : http://tinypic.com/r/2rhuueb/7
How do I correct this?
I am trying to use Fixed Table Header jQuery plugin with the tables without much success.
http://plugins.jquery.com/project/fixedtableheaderCouldn’t figure out why.
If anyone have an insight please share.
Thanks.
If a lightbox contains an iframe calling a form, how could a button, inside the iframe content, command the lightbox to close?
Thanks
Is there a way to show a tab object say with the third tab selected?