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.

dead template

Nice theme but it lacks documentation and worse yet the html files are flattened! For every page you need to go through and run it through an HTML formatter… simple to do but annoying.

Other than those two issues It is truly beautiful work! I really like the look and layout… the documentation wasn’t a big deal as it is pretty standard… I was really looking for the icon font documentation so I could customize them… but then I found your Icon Page… sorry ;)

However even with the reported bugs it is at least 4 star work… I have not reviewed it yet as I am awaiting the bug fixes to give it the 5 stars it truly deserves, thank you!

Hello… anyone still there?

No support?

bugs boostrap in mobile screen… class “d-none d-sm-block dont” working, your website for suport is offline

Hi, On the mobile device menus are overlapping, kindly advise if there is fix for this.

Hi! Thank you for the bug report. I’ll provide a fix shortly.

Hi, I bought the template but I have found a bug with the installer/builder and the node-sass version. Your support page online is giving errors and your contact page on the website is not working. Can you please contact me?

Hi, great theme! But how to I change the path that the fonts are loaded from? Its loading them with the directory name in front of them, rather than absolutely.

I cant able to see demo. demo link is not working

The demo is working now. Thank you for letting me know!

Very interested in this, what all is involved in building out the back end?

hi nice theme, but the demo show table in datatables is not on the right position. https://pixevil.com/volta/dashboard/tables/data-tables

Hi, nice template, no RTL version though

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

I’m experiencing the same issue. I’m using the newest chrome version on an Android 8.0 device. If I open the main (left) menu and then scroll the content area, the menu bugs out. If I close and open it, it works fine again. Especialliy if a menu drawer is open.

Hi pajgps,

Thank you very much for the detailed description of the issue. I’ll look into it and provide an update.

Thanks for your reply. Can you tell me when do you find a solution for this? Thanks in advance

Of course, I’ll be looking into finding a solution as soon as I get my hands on an Android device.

So why when I try to use the jquery ajax from their library does my site go corrupt using this template ? Can you give us the ajax method you used ?

Hi BenzaHdd,

Volta uses the latest version of jQuery 3.x.x. If you’re having issues with jQuery I would suggest you to create an issue on their GitHub repository. https://github.com/jquery/jquery/blob/master/README.md

Also, I don’t quite understand what you mean when you say your site got corrupted. Some more details would be helpful.

Can you send me an email with your purchase code and the console error you’re getting? Thank you!

Very strange behaviour. I have this theme on local disk and in folder on site (https). On the site: FF – no, Chrome – no, Opera – no, PaleMoon – ok, Safari – ok, Edge – ok, YandexBrowser – ok. On local disk: all – ok in any browser. Problems in FF, Chrome, Opera looks like this: switching colors not working (always dark), charts not working (empty), etc. Build or dist folder – the same.

It’ll be included in today’s update.

Thanks!

Thank you very much for the rating! I very much appreciate it!

The update for the scrollbars is up. Make sure you update your assets.

What about update progress / release date?

Hi misaon,

Here’s an update on what’s done in the new version:
- Rewrote all pages to use PugJS as Template Engine
- All themes now available and choosable without switching stylesheets
- Added Browserify support for building assets (unbundled)
- Added WebPack 2 support for bundling assets
- Fixed several responsiveness issues
- Perfected gulp setup
- Removed the need for a server
- Sidebar navigation remains open on active categories when changing pages
- Right sidebar is now touch reactive
Also, some things I’ve done that speed up further development:
- Sidebar links are generated from a JS Object
- Documentation is generated from Markdown files 
- Wrote automated release script
- Added Circle CI support

Next, I’ll deploy it to my server and the new update will be up! That’s when I’ll start adding more of the requested features. :)

Do you accept for freelancer? please let me know thx

Hi MasJZ, I’m currently not available for any freelancing work as I’m focusing on envato only. Thank you for asking!

what about slider for example owl carousel or other??

Hi Shatan, I’ll add it to the requested features list. Thank you for the suggestion!

2 months ago, you said you were adding it to the next release. When are we finally getting an update?

Hi ApesPark,

Here’s the status of the update:
- Rewrote all pages to use PugJS as Template Engine
- All themes now available and choosable without switching stylesheets
- Added Browserify support for building assets (unbundled)
- Added WebPack 2 support for bundling assets
- Fixed several responsiveness issues
- Improved and stabilized gulp setup
- Removed the need for a server
As you can see it’s a big update with lots of changes which will make development a breeze. Currently making the files ready to be distributed on Themeforest. This is the tricky part, because I cannot expect everyone to use the build system, so I’ll need to provide 3 output folders from the start:
- A folder containing source files to be built
- A folder containing built sources, can be modified by anyone without knowledge about build systems
- A distribution folder, generated from the build system, directly minified and ready for uploading.

Nice work, but what about HTML5 Semantic Elements?

pixevil can you watch this? - input group not render properly - when i use “first WYSIWYG”, i must include Markdown too.. :/ - i have too many warnings on my server [NGINX] (some other admin teplamtes worked fine) (Chrome 58 on Windows 10): OTS parsing error: Failed to convert WOFF 2.0 font to SFNT OTS parsing error: incorrect file size in WOFF header OTS parsing error: Failed to convert WOFF 2.0 font to SFNT - too many resources, can you make change in gulp compilation. Join some core CSS and JS styles into one file ;) - implement trumbowyg please (https://alex-d.github.io/Trumbowyg/), is better, smaller and easier. - add scroll top option - stay tuned and i waiting for changes, good job pixevil :)

Hey,

The first WISIWYG is called summernote and should not require Markdown. Markdown is used by the second one. I’ll gladly include more WYSIWYG options in the following updates (including Trumbowyg).

The font parsing errors appeared because somewhere along the way, my versioning system (git) added the fonts as text files instead of binary files. I’m afraid you’ll need to download them manually and replace them to get rid of the errors. I’ll see if these persist if I add them as binary.

Scroll top – good suggestion, will definitely add it!

I’m very close to finishing the new build system that will include PugJS as templating engine, allowing you to easily make new pages (required me to completely rewrite the template in Pug, which is why its taking so long).

I think the joining of CSS and JS files should be your choice, since with HTTP\2 it’s not required anymore because it won’t be any major speed enhancement. It can be easily done with a gulp plugin such as https://www.npmjs.com/package/gulp-htmlbuild.

Thank you! I’m glad to hear you’re looking forward to the update.

About http/2 I have a different opinion. This new http protocol has the advantage of better and faster retrieval of all kinds of resources, such as images. BUT! If you load too much CSS or JS on each page, it will stuck load your browser while loading. The browser can read about 10 requests at one time (even with HTTP/2 turned on). The page is then loaded slowly. That’s why I suggested implmentation of the preloader. On my side I will have to deal with concatenate with a gulp. It would be good if VOLTA CORE JS and CSS were already merged in their default state. The best solution would be a webpack. I’m looking forward to the new update! Ty pixevil!

waitting for sweet alert, editable datatable, invoice page, e-commerce pages, shoppingcart

is it support RTL css?

thanks very much its great work.

i have problem with the main page if I hide and show the cave by jquery >> div class=errorCould not draw pie with labels contained inside canvas >> /div

Hi lolyos,

I’ve been looking into your issue. This error is related to Flot http://www.flotcharts.org – a plugin used in Volta for drawing the pie charts. It is caused due to the size of the chart container getting too small for the Flot plugin to draw the chart.

Solution from StackOverflow The pie functionality of flot has restrictions on the legend and labels. The code makes sure that the legend/labels stays within the boundaries of the canvas, and if it doesn’t it fails as you have seen. Your options are:

  • Make your canvas bigger
  • Make your labels shorter
  • Use a legend outside of the canvas using the legend.container option to specify an outside div
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