pixelgrade
- Sold between 10 000 and 50 000 dollars
- Has been a member for 1-2 years
- Europe
- Exclusive Author
- Referred between 1 and 9 users
- Bought between 10 and 49 items
1,002
Purchases
Buyer Rating:
4.47 stars
4.47 average based on 74 ratings.
-
5 Star
5168%
-
4 Star
1418%
-
3 Star
56%
-
2 Star
11%
-
1 Star
34%
| Created | 15 November 12 |
| Last Update | 25 March 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Chrome |
| Compatible With | Bootstrap 2.2.2 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files |
- Windows8
- admin template
- application
- bootstrap
- charts
- css3
- html5
- ipad
- iphone
- jquery
- metro-ui
- metroui
- responsive
- template
© All Rights Reserved pixelgrade -
Contact Envato Support


Hi pixelgrade,
First of all very nice theme, I am supposed to buy this theme today but I wanna get foll things cleared before I make the purchase 1. When will you resolve the table_dynamic.html Show entries dropdown hidden issue & pagination buttons issue. 2. Can you add up the Bulk Actions like the one in static table
Hi,
1. On the next update we will fix that 2. That kind of actions should be configured using the DataTables plugin – on static tables there is just a markup.
Thanks
pixelgrade, when can I expect the update?
I’m not sure – we’re pretty busy these days. I hope to do it in 1-2 weeks.
Is it possible to use the pagination as per static table? as there it looks pretty much tidy
Yes – I will use the same style.
Hey pixelgrade, when are you planning to publish the updates?
We’re pretty busy these days – so the update might suffer a delay. Thanks
I appreciate your time, but can you please provide a date, as I’ll have to give a specific time to my boss.
pixelgrade I trust that you will push the update this week & with this trust I have purchased the theme. Looking forward to buy more good work of yours. Cheers !!!
Thank you for your choice! I will do my best to make that update on time
is there a link to download the documentation somewhere?
No – the documentation is inside the main archive. Thanks
ok – i was asking because someone approached me to “fix” some things from a previous designer who purchased this, but it never came with the documentation folder. i just have source files.
If he purchased the template I’m sure the documentation was inside. Thanks!
ok, i don’t doubt that he purchased it – but all i have to work with is what’s on the server. thanks anyway.
Hi I buy this Template but, i dont know how can i make this works with cakephp framework, i made one page, and probe in my browser, and all its ok but in phone no works properly. Please i need Help!!
Hi,
I’m not familiar with CakePHP framework – here I provide just the frontend part css/html.
Thanks
Ok, but whats it the .rb extension files?
I need to know can i probe the responsive design works?
We’re using SASS (http://sass-lang.com/) to write the CSS – you have to run +start.rb to compile SASS (rb – comes from ruby). You can test the responsiveness of the template by resizing the browser window.
Thanks
Hi,
The template provide just the frondend – as you see it in the demo. It’s based on a 12 column grid so you can change the width of any element. All the elements are shown in the demo – so if you need more you have to implement it by yourself.
Thanks
when i added two fileupload in one page then it working., please provide solution
its urgent
Hi,
Make sure you call them in 2 different functions by their IDs.
Thanks, -George
i have placed two fileupload with diffrent ids and when i click it onces it open dialog box two time
You have to call them separetely on javascript. Now the plugin understand there are just 2 copies of the same fileupload – that’s why he treated as one.
in javascript where we are defining it.,,, plz give me example
d(".fileinput").customFileInput({ button_position: "right" });withd("#your-first-input-id").customFileInput(); d("#your-second-input-id").customFileInput();That should do the trick.Thanks,