Discussion on Volta - Futuristic Web Application and Admin Dashboard

Discussion on Volta - Futuristic Web Application and Admin Dashboard

By
Cart 302 sales
Well Documented

pixevil does not currently provide support for this item.

48 comments found.

hey i just paid for it its awesome but i only paid because it had it were you can change the background from the site in the live demo. after i paid it was not their and you have to go into the html to change it how do i added the drop down back where i can pick the colors ?

Hi x20i,

You can find how to add the theme chooser to your page in the following documentation pages: https://pixevil.com/volta/documentation/theming/choosing-theme https://pixevil.com/volta/documentation/theming/theme-cookies

I’ll provide an update soon (estimated by the end of next week) which will include the theme chooser by default, without requiring any action from your part. Until then, if you want to implement the theme chooser, it’s very easy to do (see the two pages above).

Thank you for purchasing!

thank you cant wit for the update

hi nice theme, missing some functionality with tables, responsive tables, datatables. sidebar collapse/minimize

Hi core50,

In your opinion, what table functionality is missing? All the tables on the table page are responsive.

I’ll add sidebar collapsing in the following update.

Theme looks good! Would it be possible to add a search box at the top, and maybe a page with search results? Cheers!

Hi basslord,

Thank you for the suggestion! I’ll make sure to include these features in the next release.

how to change theme?

Hi asnim,

Please check this section of the documentation: https://pixevil.com/volta/documentation/theming/choosing-theme

Choose your theme, then simply replace the stylesheet and script tag in your HTML.

Let me know if you need further assistance.

Hey, this is really beautiful and I want to buy it. Only I also need a front-end. Marketing pages and such. Many themes have those pages included. Do you have anything like that? Or do you have another front-end theme using a similar style? Or can you recommend a front-end theme that would “match” having this as the logged-in version/admin site?

Thanks!

Hi wilfra,

Volta is going to get a front end / homepage in a future update. Right now, I don’t know of any theme which I could associate with the design and style of Volta, but you’re free to look around and let me know if you find any.

Thank you for your interest!

Please, add more pages .. There are a lot of vital ones that are missing. For reference grab any admin theme out there.

Hi ApesPark,

I’ll gladly add more pages. Please let me know what essential pages you feel that are missing and I’ll make sure to provide them.

Hi pixevil, Manu UI elements such as progress bars, switch ON and OFF, pages like: Pricing, Profile page, Locked Page (Sign In). I can give more, but for now that’s fine :)

Thank you for the suggestions. I’ll make sure to add them in the next version release.

The progress bars, however can be found in the UI Kit / General page.

The next update I’ve been working on will have a major build system update to have Webpack 2 and easy templating support with PugJS.

What’s with the new (today) update?

Hi ApesPark,

There were some minor tweaks and fixes. Here’s what’s new:

## Version 1.1.4 
- Fixed responsive sidebar submenu show/hide 
- Fixed responsive mail aside menu 
- Renamed EasePack.min.js to easepack.min.js

You can check the CHANGELOG.md file in the download to see the latest changes.

I will include the changelog on the item’s homepage in the future. Also, thank you for purchasing Volta! I hope you enjoy using it.

Very nice job, really nice template! I’m very happy with it so far. I’ve used it as a base template for a Django site, so far it has been a pretty easy integration. Very well designed markup structure, it has been much easier to break into components for use as Django views and templates than other templates I have used in the past.

I’ve noticed a few minor things to pass on:

The base template references “assets/js/gsap/easing/easepack.js”, in the original template file set, this file is capitalized as “EasePack.js”, this causes a file not found on servers that are case sensitive. Either the script tag or the file name should be changed so it the names match exactly, I changed it in the template and issue solved for me.

Also when using Datatables, the drop down control to allow you to specify how many entries to show, has the number cut off on the bottom. If there is a style change I can make to fix this, please let me know.

Also that drop down has a white background with light colored text, it is hard to read the number values, so the text color or drop down background color should be changed so that it is more readable.

Minor things but would be nice to resolve.

Over all a very very nice template indeed and great work. Thanks for making this template!

More information on the font console errors. I downloaded and compared the official font-awesome fileset with those in the theme.

It appears that the font files have an extra byte added to the end of the file that is throwing off the font file validation by the browser. If you compare the file lenghts, the font assets in the theme are greater than the official distribution by one byte. That one byte is a line feed character (0×0A).

My guess would version control software on your end is treating the font resources as text instead of binary content and appending the line feed character to the end of the file. I replaced the pixeden and font awesome files in the template with their official distribution download and removed the line feed char from a few of the Proxima Nova woff2 files to test. With those changes the browser console warnings went away,

No change to the font displayed, so despite the browser warning messages mentioned above, it was still loading the fonts correctly. So that is not causing the “10” text issue.

I’ve provided an update that fixes the cut off problem, solves the white text on gray background problem and sets the correct name of easepack.min.js. Indeed, the height was not big enough and the inherited padding was cutting off the text in some browsers.

I’m not seeing any console output about fonts, however. Will need to investigate this. Are the parsing errors showing on the presentation website or locally?

Thank you for the help so far, wouldn’t have noticed these problems because I assumed Chrome will work the same way on Windows and macOS. Seems like that’s not the case.

I’ve provided further compatibility fixes between macOS and Windows. The font parsing error seems to be suppressed by macOS. I’m working on bundling the fonts directly from their repository or removing the line feed directly.

Once again, thank you for pointing it out.

What about touch devices?. On Android / Chrome not working left sidebar and top menu not scrolling.

Hi shatan,

Looking into it. Seems to be working on different browsers. I’ll need to find the cause. There will be an update soon.

Hi shatan,

I’ve fixed the sidebar scroll in a recent version. Can you try to see if everything is alright now?

About the top menu I’m not sure where the scroll issue appears, can you help me out with some more information?

This template really blew me away. I’ve rated it 5 stars to support your work.

Really can’t wait to see what you come up with in the future updates.

Wow, thank you very much!

I’m sure you’ll love it. There are some great updates coming soon!

Hi, thanks for this amazing template.

Since there are 40 pages and it does not use a frame, if I want to implement a feature or make a change to the template, does that mean I have to copy and paste it for 40 times? Also, what code to add to make it possible for user to choose the theme (just like the demo). I can take care of the cookie, but would you please advise the HTML code to add into the template?

Thank you again for the awesome work!

Hi OneTwoThreeFour,

My layouting is implemented in Opulent, a Ruby template engine. I thought it might be too complicated to include in the build system, but I’ll try to see how it works out. Alternatively, I might make a simple template builder app. At the moment, the best option is to split one page into parts yourself and include your modified versions of the sections through a backend language, like PHP.

I’ve already added a simplified build system for automatically transpiling and optimizing assets (stylus, sass, coffeescript) and a lightweight nodejs server in the latest version. Make sure you check it out if you haven’t. It also comes with a new Build System section in the documentation.

To implement the theme changer the only thing you’ll need is the assets/js/themes/themable.js file and implement cookies. The themable.js file injects your HTML with the navbar item needed change the themes. You can find out how to do that in this page of the documentation: https://pixevil.com/volta/documentation/theming/theme-cookies.

You’re welcome! Let me know if there’s anything else I can help you with.

Hi there’s a typo in the filename of themable.js, which was spelled as themeable.js. But thank you for the detailed answer!

Good find, themeable is the correct word! I’ll update the documentation accordingly. Thank you for letting me know.

I’d be very thankful if you could take the time to leave a rating for Volta. If there’s anything else I can help you with, do not hesitate to ask.

I love it

I’m really happy to hear that, Denizdelen. Thank you for your purchase!

Presales question: Is there a PSD of this theme? I wanted both PSD and HTML

Hi demographic, Unfortunately I didn’t design Volta beforehand. Everything is coded from how I imagined it to be. I will make a psd version of the homepage, however. You’re the 3rd person requesting it.

Thank you for your interest! Let me know if there’s anything else you’d like to know.

I must say this template is awesome.thank you. I do wish there was loading icons but i already added extras. Just AWESOME.

Hi jtjme2000, thank you very much! I’m happy to hear you enjoy using Volta.

On the development roadmap I’m looking forward to developing a landing/home page for the dashboard and maybe including an Angular 2 version. Afterwards, I might get working on displaying loading icons where needed, which is indeed a good suggestion.

Thank you once again for purchasing and for the kind words!

I’m impressed with the design and code quality, gave you a good review! Can you include the build system in the download as well?

Thank you for the review, PerfectBlueStudio! I’ll include the Gulp build system in the following update.

Good Work! Congratulations!

Thank you very much AZ_TUNES!

menu scrolling is not working on touch devices.

Looks like it’s related to the scroll plugin I’m using. I’ll replace it with a native scrolling alternative for mobiles and tablets.

Im using iPad 3 with iOS 9.2

I’ve fixed the issue and uploaded an update. It should be live soon. Thank you for letting me know!

Very cool! Good luck!

Thank you AZ_TUNES!

good job, nice ! i wish you lots of sales and a nice weekend ;)

Thank you, Eric! I wish you a great weekend as well.

Amazing Work, Good Luck With Sale

Thank you very much, zcubedesign!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey