3890 comments found.
Hi, when are you going to upgrade to jquery 3.2.1 and bootstrap 4 beta ?
Hi there
We are updating to the lates Jquery and Bootstrap v4 is ready there is nothing to do there 
Well, I’m talking about bootstrap 4 beta. You currently distribute the v4 alfa version. When I update to beta I have an js error: Uncaught Error: Bootstrap dropdown require Popper.js (https://popper.js.org) at bootstrap.min.js:6 at bootstrap.min.js:6 at bootstrap.min.js:6
So I include Popper.js to the project but still dropdowns don’t work. Also the page looks a bit different: https://postimg.org/image/ei0z0zhrp/ Have you really tried it with beta version ?
Aslo I really like the alternative “select” you provide! but it relies on classie.js which is no longer supported. Can you please upgrade it to something supported or write your own version with similar animation
?
I really like your theme but I need to make it work correctly with bootstrap 4 beta which is not case for the moment (unless I missed something).
PS: bootstrap 4 beta was released a month ago on the 10th of August and differs from the alpha version!
Hi there
I will update github repository today. Meanwhile
http://blog.getbootstrap.com/2017/08/10/bootstrap-4-beta/Thatis not the changelog. Only new thing added was
Improved auto-placement of tooltips, popovers, and dropdowns
Others were already there in alpha
You are right, it is not a change log, here it is https://github.com/twbs/bootstrap/releases
The point was the theme is not working properly with the beta version (unless I’m missing something)
And I like your theme very much by the way!
Hi there 
I updated to bootstrap v4 alpha with popper. Seems popper is not ready for production yet and error is thrown from popper js. I will try an older version of popper and see. Pages work fine and layouts display as it is. 
Ok, make sure you include umd/popper.js. It should work fine. I discovered one more thing that they have changed which is frustrating.
all display hidden classes are removed. like eg :hidden-lg-up
I’m confused, you are talking about bootstrap alpha and I’m talking about the beta version! Alpha 6 was released on the 6th of January and the beta on 10th of August (a month ago). And popper.js is in the stable version, I’m not sure what you mean by “not ready for production yet”.
Yes, they removed all the hidden-* classes.
Im talking about alpha and I did update it. Make your using the correct popper file. UMD
And yes, I include the umd one: <script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js” type=”text/javascript”></script>
When are you planning to upgrade to bootstrap beta ?
Im looking at a few changes. Even in the grid wise. Will let you know.
Thanks a lot for your fast reply!
Hi there! Is there a “sortable” like the jquery sortable included in the theme? Thanks.
hi, i’ve tested this on meteor and everything looks great but it seems like the texts are cut off. maybe its using a different font? where can i change it? i’ve installed fortawesome:fontawesome
nvm i got it
nvm i got it
Hi there
Sorry about the late reply
Doing our best to get Angular out there for Pages 
I’ve already left a review but I also wanted to follow up with a comment.
I am absolutely bewildered with the quality of this item in the best way humanly possible. As an author on the Envato network for the last 6 years, I have not seen something so well done in so many different aspects, especially for an item valued at $24.
Usually when I come across templates, the actual markup/implementation is a bunch of throwaway proof of concepts – it’s not for a sustainable project without a severe retrofitting to integrate with any popular framework like Aurelia or Angular. That is not the case with these templates, as they are scripted in an agnostic way that can be ported smoothly to your heart’s desire, while still maintaining good web development practices which lends to terrific performance and responsiveness.
I am so happy that I came across this. I am truly impressed with this work. Cheers!
Hi there
Wow, You just made our day
Thank you for the comment. We are actually adding React and Angular very soon. Meanwhile its now safe to say we are done with our new product to be released on Envato by end of this year. Hint it’s not a Dashboard 
How can i disable animations on header and sidebar when page is ready? can you give me access to the git repo? my username is cheycron
Hi there
The invite is already sent. Do check email associated with it.
Could you elaborate about sidebar animation? You mean to say to disable the slide effect permanently ?
Hi there
Sorry about the late reply
The body class “menu-pinned” is added via JS ? it should not be added via JS
Hi, the layout is great!, but it seems not work in iphone, i had tried the modal pop up, i can not type anything on the modal pop-up form? please check is it sth wrong??
the modal popup has problems when using IOS system
Hi there
I tested it, could share a screenshot with me 
please provide the email, i testes it on iphone6plus
Sent you request
ANY UPDATE in this matter?
Hi there
Sorry about the late reply. We are so busy trying to finish angular and also bootstrap alpha. Anyways you can fix it buy adding the modal div to the page container. Just after the page-container div
tried, still not work…
Sorry, Its OK now! I put in before the page container
Is there an option for the calendar to support full day events or events which span a couple of days?
Is there an option for the calendar to support full day events or events which span a couple of days?
This feature also will be launched with the boilerplates for Angular and React
Hi, I was wonder how i get the 50% off discount in the Bootstrap 4 Admin Dashboard Template? Because when i go to Checkout the price $24.00 not change.
Thanks.
Hi there
You missed the offer
It ended yesterday midnight. If you’re seeing it, it would be cache.
I did
”meteor create myapp”
then delete all the folders expect .meteor folder (This is usually hidden)
Next copy all the files and folders from
“demo/meteor” folder in the themeforest downloaded package
Next add the following packages
meteor add kadira:blaze-layout
meteor add kadira:flow-router
meteor add zimme:active-route
meteor add less
meteor add abpetkov:switchery
meteor add rgnevashev:select2
meteor add summernote:summernote
meteor add vansonhk:bootstrap3-datepicker
meteor add gilbertwat:bootstrap3-daterangepicker
meteor add rcy:nouislider
meteor add postrednik:meteor-rangeslider
meteor add themeteorchef:jquery-validation
meteor add ryanswapp:interactjs
meteor add isotope:isotope
meteor add iamkevingreen:imagesloaded
meteor add snamoah:bootstrap-wizard
meteor add coursierprive:tether
meteor add momentjs:moment@2.8.4
meteor add cwaring:modernizr
meteor add gromo:jquery.scrollbar
meteor add fortawesome:fontawesome
Apincs-MacBook-Pro:myapp9 apinc$ meteor
=> Started proxy. => Started MongoDB.
Unable to resolve some modules: /Users/apinc/myapp9/client/views/social/social.js (web.browser)
"babel-runtime/helpers/typeof" in
If you notice problems related to these missing modules, consider running:
meteor npm install --save babel-runtime
=> Errors prevented startup:
While processing files with templating-compiler (for target web.browser):
client/views/dashboard/dashboard.html:1: Expected one of: , <head>,
<template>
=> Your application has errors. Waiting for file change.
please help me
Unable to resolve some modules: /Users/apinc/myapp10/client/views/social/social.js (web.browser)
"babel-runtime/helpers/typeof" in
Noted, will check on my end and get back to you 
Ok when you created a new project and copied all the files from our demo folder remember to do
“npm install”
Once its done, install the dependencies
I found out four:scss package has some bugs. You need to remove that for that. go to your metoeor project /packages/pages-core/packages.js
and remove this line
‘fourseven:scss’
These guys have messed up and the build process breaks. After removing
and
“meteor add revox:pages-core”
It will work fine then 
I just tested it out and works fine like a charm. Even social
let me know
i did
cd myapp npm install install all dependencies fourseven:scss removed meteor add revox:pages-core and finaly run meteor
i got:
=> Started proxy. => Started MongoDB. => Errors prevented startup:
While processing files with templating-compiler (for target web.browser):
client/views/dashboard/dashboard.html:1: Expected one of: , <head>,
<template>
=> Your application has errors. Waiting for file change.
Hi again
Are you loading the condensed default layout? 
Let me redownload from themeforest and check if there is error there. I highly doubt that.
Till it downloads a few questions
1. Did you try a fresh install without pages. The starter meteor and see if the same error occurs
2. Go to view/dashboard/dashboard/html and remove the content inside template and see if has the same error
3. What is the meteor version your using ?
Meteor 1.5.1
i cant find this folder o view/dashboard/dashboard/html
it works
thanks man…. nice work
Hi there
What was the issue?
ops
Hi, could you please add me to the github repo? thanks! handle: ngaokv
Invitation send 
Rails + SASS throws an error for this line: ++ .horizontal-app-menu .menu-bar > ul > li:hover:not(”.open”) > a { ++
Sass::SyntaxError Invalid CSS after ”...> li:hover:not(”: expected “)”, was ””.open”) > a”
Commenting this line out works.. but then the whole navigation is not working!
Hi there
This is a bit strange. We tested compiling SASS and it works just fine. I will check rails seperately
Hello there,
I would like to know how to increase the width size of the left sidebar-menu. I could not find any details in the documentation. I have attached a picture to explain.
https://ibb.co/k76We5Thanks
Hi there
Yes, you can, do you know how to use LESS or SCSS ?
it would be simply change of a variable
Hi there. Can i get access to the git repository? https://github.com/cheycron
Hi ace! You answered more recent questions and you ignored mine. Could you give me access to the GIT repository? my username is cheycron
Hi there
Sorry about the late reply, we have already added you 
Hi,
I know its a repeated question. But can you give a time estimate for React boilerplate. Need to plan the project accordingly.
Hi there
Very close to get the Angular Boilerplate done. Will keep everyone posted
GitHub dennis82m … stunning work
Thank you added you in 
is there an angular 4 repo somewhere .. could you add me in there?! thanks
Hi there
Not there yet, I will be adding the boilerplate code very soon 
Any update on the React part? Also can you please add me to your github? @cohnen . Thanks and Regards.
Hi there
Still working on it 
Hi. Please add me to the github repo. I want to use Bootstrap 4 beta. There are some layout problem when use this theme with bootrapv4beta. My github username is dathoang
Hi there
Bootstrap beta is tested
Let me know in detail
OK thansk, but please add me to github. My userName is dathoang
Invitation sent 
Invitation already sent, can you check email relavant to your github account