78 comments found.
I just bought the Reactor theme. It looks great but I have a few questions. When I try using the customizer to change some of the colors and spacing around, the zip it gives me to download has some files like styles/reactor.css, config.json, etc. I’m not sure what to do with these as when I drop them into my theme they don’t do anything. I tried simply moving the changed Less variables from the customizer zip file’s styles/less/reactor.variables.less into my theme under styles/less/app.variables.less but those style changes are overwritten by the gulp sass task. If I try copying the css file produced by the gulp less task directly into my dist/styles folder, the theme breaks in all sorts of ways and only seems to function properly when I use the css file produced by the gulp sass task (so what’s the point of the gulp less task??).
In summary: What is the intended way of changing styles around? The customizer gives me css and less files but they don’t do anything by default and even when I copy their changes into my theme they are either broken or overwritten by the gulp sass task. Very confusing. Any help would be much appreciated. Thanks!
Hi
Thank you for purchasing. By default gulp compiles scss files to css and not the less files. To compile Less you need to make a few changes to your gulpfile.js. If you need assistance then send a message via profile page
Thanks
Will you be adding more features to this template. I would really love to see more widgets and styles for text. It would be great to see some work for blog styles, (blog feed, masonry, etc). Its a great template, that is why i purchased it, but I would love to see more done with widgets, text, content.
Hi
Thank you for purchasing appreciate your support. There are currently no feature updates planned for this item. Will only update on bug fixes for now.
Thanks
When I run the gulp build, show me this error
/{.tmp,app}/vendor/ocLazyLoad/dist/ocLazyLoad.js not found!
How do I solve this?
Hi,
Thank for purchasing. Change this <script src=”vendor/ocLazyLoad/dist/ocLazyLoad.js”></script> to this <script src=”vendor/oclazyload/dist/ocLazyLoad.js”></script> in your index.html
Thanks
Hi The theme have a gulp files? Angular have a directives and template files?
Hi,
The template comes with gulp included. Directives and template files are also available.
Thanks
I put the skin color class ‘green’ into the body class tag and nothing changed. I’m not sure I’m doing it 100% right.
Hi,
Thank you for buying. The correct class is ‘header-green’. Have a look at app.skins.css for the possible skin classes.
Thanks
I purchased this template, was wondering if there was a version of the app that just sets up the fundamentals of the paeg layout I can use from a getting started point
Hi,
Thank you for buying. You should have blank templates for both angular and html (static/app/blank.html) versions which you can use as your starting point. Online you can see them here angular -> http://reactor.nyasha.me/angular/#/extras/blank html -> http://reactor.nyasha.me/static/blank.html .
Cheers
Any updates whether this will get the PSD templates? Would love to purchase, but needing the PSD to flesh out the design
Hi,
Currently there are no plans in including a PSD version.
Cheers
How do I change the overall theme color. It defaults to Purple and I want to change it to Green. Thank you in advance for your prompt attention to my question. Regards.
Hi,
Thank you for buying. Have a look at this file styles/app.skins.css . It shows you the skin color classes that you can use. Just add the class to your body tag.
Cheers
Can you make admin templates like this http://goo.gl/BhJ89O and this https://goo.gl/OfxaUC ? This is very userfrendly UI and most popular service in the worlds. I first which buy it.
Hi,
Thank you for the suggestion. Will consider it in future.
Cheers
I have two questions for you:
1. Do you offer a version with a menu under the header instead of a sidebar? If not, any plans to add it?
2. I notice you don’t have any modals. Any idea when you will be adding that?
Hi
1. Only sidebar menu available and no plans for top menu at the moment.
2. Modals are already available you can find them here http://reactor.nyasha.me/angular/#/ui/directives right at the bottom of the page.
Thanks
Thank you! I didn’t notice the modals.
Is the customizer included in the download?
Hi,
Customizer is not included with download.
Cheers
Dear,
I want to know if there is a clean way to remove the side bar completely. If I just removed it “by removing the HTML” the top bar and the body content get ruined.
So is there is a class that removes it in a clean way.
Thank you Mostafa Raafat
Hi,
Thank you for purchasing. There is no CSS class that fixes this, you’ll need to make a few additional changes to your css. If you can get in touch via profile page then i can advice you on what changes you need to make.
Thanks
Hi, your template is awesome. Before purchasing it, I’d like to know 1) does AngularJS version support dynamic binding? and 2) does JS components support mobile? I tried for example the sortable list on my iphone 6S but apparently, it doesn’t work… Thanks!
Hi,
Glad you love the item. Dynamic binding is supported. Template is using quite a number of third party plugins some of which work well on mobile some not so much. In the case of sortable list, we are using the jquery ui library which needs the touch punch library inorder to work on touch devices.
Thanks
Hi
When i use collapse side menu, this side menu isn’t static, it scroll with content. When i open this menu, it’s static.
.layout-static-sidebar .sidebar-panel,
.layout-small-menu .sidebar-panel,
.layout-boxed .sidebar-panel {
position: absolute; }
to this
.layout-static-sidebar .sidebar-panel,
.layout-boxed .sidebar-panel {
position: absolute; }
Thanks
Hi
How can i remove white bottom margin on card that you can see on that picture :
http://s12.postimg.org/79mirpp25/screenshot_copro_com_2016_01_14_17_29_58.jpgHi,
You can add m-b-0 to your table you should have something like
<table class="table m-b-0" />Cheers
Thank work great 
Hi, I have purchased theme yesterday, I’m using angular JS, the index page is not loading and given following error 404 on “http://localhost/vendor/ocLazyLoad/dist/ocLazyLoad.js”
Hi,
Thank you for buying. Did you copy everything thats in angular/app/ to the root of your local server?
Yes. All app folder content is in root folder of local server
Folders: data, fonts, images, l10n, scripts, styles, vendor, views, index.html
Folders: data, fonts, images, l10n, scripts, styles, vendor, views, index.html
Can you share a screenshot of the error you’re getting as well as folder structure
Browser with error http://prntscr.com/9q0hdc
Folders: http://prntscr.com/9q0i0w
Browser with error http://prntscr.com/9q0hdc
Folders: http://prntscr.com/9q0i0w
Any chance this is available http://gl-frontend/vendor/ocLazyload/dist/ocLazyLoad.js
Did you do anything to the N3 charts file? I can’t see anything in the documentation that came with the template, but I can’t find “stack” on N3’s own docs page.
Hi,
Thank you for purchasing. You’re probably looking at the v2 docs. The template comes with v1 which was stable when template was released. v1 docs can be found here http://n3-charts.github.io/line-chart/v1/#/
Thanks
Hello. Excellent starting point. Is there a PSD available?
Hi
Thank you for purchasing. Template doesn’t currently have a PSD available.
Cheers
I click link in navbar search predict panel. but link could not be trigger before predict panel closed. Could you help solve the problem?
Hi
Are you using the angular or HTML version?
angular version.
another question. on mobile screen, top right dropdown navbar is not displayed, include user avatar and logout button. on that case, user could not logout.
Can you send a message via profile page here http://themeforest.net/user/iamnyasha and will send you a fix for this.
On small screen the navs by default are hidden for space reasons. If you want them revealed just remove the hidden-xs classes in views/common/header.html. Basically this <ul class="nav navbar-nav navbar-right hidden-xs" /> becomes this <ul class="nav navbar-nav navbar-right" />
Hi, i saw on your static datatable page that you load data from json file. How to load mysql database and trigger reload ? Thank
Hi,
You can have your server side script return json data, the docs have an example of how this is achieved here http://datatables.net/examples/data_sources/server_side.html
Hope it helps