78 comments found.
hello, i buy the item, but
I do not know why this is different from angular and static UI design.
PHP http://image.upload.pe/cJu Angular http://image.upload.pe/cJvHi,
Thank you for buying. Can you have a look at your browser console. Looks like you may have some script errors or some files are not being loaded.
Thanks
Fixed. Thanks
When there is open to html
Not when opened as apache.
It should work from a server. Verify that all required assets are loaded and they are no errors displayed from your console.
If you use Chrome as cider problem occurs. (Version 51.0.2704.84 m)
In Internet Explorer it does not occur.
The error does not occur in the console window.
Get in touch here http://themeforest.net/user/iamnyasha#contact and send a copy of the file you edited and i’ll take a look at it.
Thanks
I have you to thank for help in troubleshooting.
Thanks 
Hi, I’d like to purchase your theme, could you confirm the AngularJS version you’re using?
Hi,
Template is using angular version 1.4
Cheers
Hello there is bug with menu on iPad portrait mode. Menu is not showing. Are you planning to fix that issue?
Thank you for pointing it out. It’s a minor css issue, i’ll post a fix for it.
Cheers
thanks for reply. please let me know when fixed so i can check and purchase theme.
any progress on fixing that issue?
Should be fixed in the demo version but will take a few days before files are updated on themeforest.
Thanks
Are there any plans for an update?
Hi,
Currently there are no planned feature updates for this item.
Cheers
Is there a way to get the menu to open where is last left off when a user clicks on a page item?
Thanks.
Hi,
Thank you for purchasing. You can add the .open class to the li element you want to have open. If you need more assistance you can get in touch via profile page and i’ll send you a sample of how you can archieve it.
Cheers
Hi,
I am able to use Angular Translate to display my page in Arabic language. But i couldn’t flip the elements from LTR to RTL direction. I tried with bootstrap-rtl css (https://github.com/morteza/bootstrap-rtl), but failed with your theme. I want this translation to happen without refreshing the page.
The translation language in examples are LTR.
Please guide me to achieve the result.
Thanks
Hi,
Currently the template has been built for LTR. The css that comes with the download package is not rtl-ready, including bootstrap-rtl alone would not be enough.
Thanks
Thanks for your reply. Is there any plan to include the RTL support to this theme. If so, please keep me posted. It would be great, if its included.
Thanks. At the moment no plans exist to included rtl version. If anything changes ill inform you.
Cheers
Hi, I have created a custom template from http://customizer.nyasha.me/#reactor. How do I implement it? Is simply move the ‘less file’ to app folder then run ‘gulp build’ or just add reactor.min.css under app.min.js after build
Hi
Thank you for purchasing. You can simply replace app.css with the one you got from customizer. The gulp file that comes with the download package will by default only compile sass to css. To compile Less you need to make a few easy changes to your gulpfile.js. If you need assistance send a message via profile page.
Thanks
Hi I want to use the edittable (tables-editable.html) with php. How to use ? Thank you
Hi,
Have a look at the offical documentation here https://www.datatables.net/examples/data_sources/server_side.html or here https://editor.datatables.net/examples/inline-editing/ they have examples on how you can handle server side processing
Thanks
Hi,
I am attempting to use the daterangepicker with ui-jq and have added the ng-model directive to the input field. When I do this, the model is assigned the string value (e.g. “2016-04-01 – 2016-04-30”) as opposed to an actual json object (e.g. {startDate: “2016-04-01”, endDate: “2016-04-30” }. Do you have any suggestions on how to bind a data object with the startDate and endDate fields to the daterangepicker input?
Thanks!
Hi,
You can try utilizing daterangepicker’s callback function. Get in touch via contact page for a sample of how you might be able to achieve this. Thanks for buying.
Cheers
Hello
Are the dependencies in your themes managed by bower or npm?
Thanks Ciaran
Hi Ciaran,
Template is powered by bower and gulp.
Cheers
Hi What is this lorempixel.com waiting … ? It takes a long time
Hi
It’s a third party service used for the placeholder images. It’s just placeholder so you can remove it and replace with your own images with no issues.
Thanks
Hello,
I’m using the top bar to display a list of user and posts.
I updated the href of the search results to point to certain pages.
The problem is that whenever I click a user or a post from the search result, the search result disappears.
How do I make the search results clickable?
Never mind, I was able to make the search results clickable by commenting the following:
/* $(’.search-input’).focusout(function () { $(’.search-predict’).addClass(‘hide’); }); */
Hello,
We need to have year display as a default view on the calendar popup textbox.
Thank you,
Hi,
Thanks for purchasing. There is a startView option you can use to change the default view. You can find out more by reading the docs here http://bootstrap-datepicker.readthedocs.org/en/latest/options.html?highlight=startview#startview
Thanks
can i use it after 6 month
Hi,
Thank you for purchasing. There is no limit to how long you can use the item. Support however, will expire after 6 months and if you need any assistance after the expiration period you will need to buy an additional support pack.
Cheers
the static is just use js ? not contain Angular, and the skin is very cool, but it’s seems without tree view, would you add it ?
Yes, static version uses jquery only. Angular version is in it’s own seperate folder. There are currently no plans to add tree view.
Thanks
Hi Author,
I purchased your package and using the angularjs version of it. I am finding difficulty in displaying the arabic characters in the webpage. The arabic characters are displayed as ‘?’ question marks.
i do not want the entire page to be displayed in arabic, but only few fields i fetched from DB that contains arabic character. I checked the DB, the data is stored in arabic font.
Your speedy response is much appreciated.
Thanks,
Hi
Thanks for purchasing. You might want to have a look at your backend’s charset as it appears it’s not set to utf-8.
Cheers
Thanks for your response Yes you are exactly correct. I am seeing the arabic characters after setting the ‘CharacterEncoding’ for the response as:
resp.setCharacterEncoding( “UTF-8” );
Thanks again,
Hi,
Some feature is not available in downloaded file like: xeditable, ngTable, n3, WYSIWYG Editors, and many more, So please provide me the Latest updated theme file.
Hi,
Thank you for buying. Can you please check again or try redownloading the package. The download package contains everything thats shown in the online demo except for the images.
Cheers
how to use chart with php ? I could not
Hi,
Thank you for purchasing. You need to pass your data from your backend to the chosen chart library. You can do this through AJAX. Structure of your data will depend on the library.
Thanks
Hi, I bought your theme because you said it was compatible with Angular.
Right now, I’m pretty disappointed because I’m facing several problems with your code : – code is not minifier ready. – code does not respect angular best practices.
For example, in app/scripts/directives/navigation.js, – vars are not protected using the [’$scope’, function($scope) {}] notation recommended by angular, – directive is acting on elements outside of it’s own scope. Tapping .app which is not in the directive should be avoided
etc.
Are you planning to fix these problems ?
Hi,
Thank you for buying, i will look into this issue. Please note that with the current gulp build you can minify your html, css and js with no problems.
Thanks
Please confirm so that I can purchase after that. I appreciate your work.It is going to save lot of time.
Hi,
Glad you love the item. All the sorce code is included in the final download package. Secondly you don’t need any additional licenses or purchases to use the item. Everything works as it does in the online demo.
Cheers
Hi, do you have any recomendations for easy to set up booking system for barber shop, that works well with your template. Yours, Olli