ThemeForest

Start - Metro UI Responsive Admin Template

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • India

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

pixelgrade

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

Default-user

pixelgrade, when can I expect the update?

pixelgrade

I’m not sure – we’re pretty busy these days. I hope to do it in 1-2 weeks.

Default-user

Is it possible to use the pagination as per static table? as there it looks pretty much tidy

pixelgrade

Yes – I will use the same style.

Default-user

Hey pixelgrade, when are you planning to publish the updates?

pixelgrade

We’re pretty busy these days – so the update might suffer a delay. Thanks

Default-user

I appreciate your time, but can you please provide a date, as I’ll have to give a specific time to my boss.

Default-user

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 !!!

pixelgrade

Thank you for your choice! I will do my best to make that update on time

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

is there a link to download the documentation somewhere?

pixelgrade

No – the documentation is inside the main archive. Thanks

Default-user

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.

pixelgrade

If he purchased the template I’m sure the documentation was inside. Thanks!

Default-user

ok, i don’t doubt that he purchased it – but all i have to work with is what’s on the server. thanks anyway.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
fharias Purchased

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!!

pixelgrade

Hi,

I’m not familiar with CakePHP framework – here I provide just the frontend part css/html.

Thanks

Default-user
fharias Purchased

Ok, but whats it the .rb extension files?

Default-user
fharias Purchased

I need to know can i probe the responsive design works?

pixelgrade

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

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Hello, I’m interested, we have some questions please:
  1. Do you plan draggable portlets or widgets, and in the draggable portlets, if user changes positions, how to capture and send the changed/dragged user layout back to server, JSON?
  2. Can some of the portlets be made bigger than the other, for e.g., can it span two columns or two rows
  3. Can you provides settings on the portlet int eh handle area, to allow for e.g., in the panel area draggable or print, edit color
  4. Can we change the graphs out completly, and how or, can you add sparklines to the graph, and the donuts are not interactive, e.g. boo Admin
  5. Icon library updates look under ICON fonts/updates
  6. How can I allow the end user to change skins easily
  7. How can I allow the user to change font type, or size for easy reading
pixelgrade

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

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • India
RameshA Purchased

when i added two fileupload in one page then it working., please provide solution

its urgent

pixelgrade

Hi,

Make sure you call them in 2 different functions by their IDs.

Thanks, -George

Default-user
RameshA Purchased

i have placed two fileupload with diffrent ids and when i click it onces it open dialog box two time

pixelgrade

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.

Default-user
RameshA Purchased

in javascript where we are defining it.,,, plz give me example

pixelgrade
Go to js/scripts.js file and somewhere at line 145 replace:
d(".fileinput").customFileInput({
            button_position: "right" 
        });
with
d("#your-first-input-id").customFileInput();
d("#your-second-input-id").customFileInput();
That should do the trick.

Thanks,

by
by
by
by
by