3890 comments found.
Hey Ace,
We are trying to plan our roadmap for the project we are working on. Can you give an update on ETA for v2.1?
Hi there
Sorry about the late reply, We are planing this Monday, The calendar will be ready tomorrow 
Hey ace!
I’m have bought the frontends, and it’s really great. But i need some answers about my licens.
I am building one product, where I need to use the frontend, but I want to twist the frontend so it looks like a profile page. Can I use my edited frontend for every user i have on the one product? The profile is kinda like a blog hosted on my own server as part of the product service, so every user will have a profile that looks like a blog?
Hope you understand! 
It’s like a multisite, where people can create their custom page, and with the frontend as the default design – You can’t edit source code, only edit images on your page..
Everything on the same domain
Hi there
Sorry about the late reply, Sounds great and I would love to add it in our showcase so that we can drive traffic over to you
I’m not sure that any of them have to do with licensing. If its an opensource or a product that does not charge the user, the regular license would do! 
Thanks for your response. I would be glad to send you the url when then project is done, and good work the the fronded and admin panel!
Thanks for your response. I would be glad to send you the url when then project is done, and good work the the fronded and admin panel!
Great!
and thank you
Are there any new chart libraries in this upcoming release? Thanks
Hi there
Not at the moment, But if you have any suggestions please do share
Could you please add earpolicy to the Github repository? Thanks!
Added you 
Is it possible to integrade this with Laravel Php framework?
We have allready incorporated the front-end version of Pages (see it on deskk.nl)
Hi there
I don’t think it will be that hard
Do you have access to pages repo ? Can you drop an email to support@revox.io with your purchase code. You can get the templates .tpl files
Can I be added to the github? username: nataliemcmullen
Hi there
Added you in 
Hello,
I have a navigation with disabled items, but when I add “disabled” class to li, the menu item was not disabled, only the area surrounding a tag was. The link is still clickable when I added disabled to a tag.
Please help me with this.
Thanks,
I have resolved the above issue with custom css ~> pointer-events: none
Now I caught another issue with datatables. I was following the documentation but the console log says: Uncaught TypeError: Cannot read property ‘fnInit’ of undefined from jquery.dataTables.min.js:48
The following settings caused the issue:
var settings = {
"select": true,
"sDom": "<'table-responsive't><'row'<p i="">>",
"sPaginationType": "bootstrap",
"destroy": true,
"scrollCollapse": true,
"oLanguage": {
"sLengthMenu": "_MENU_ ",
"sInfo": "Showing <b>_START_ to _END_</b> of _TOTAL_ entries"
},
"iDisplayLength": 5
};
</p>
Please add me to Github as well. My username: ralphilius
Hi there
Glad its sorted
added you to the repo
Hi,
What about the issue with datatables?
How can I change Switchery checked state (use jQuery)
Hello ! I don’t understand how to use plugins ( like select2 ) into a meteor project. Can you help me please ?
Hi there
You are using meteor implementation from our github ? We have integrated all the demo pages 
If you do not have access, Let me know you github username
Easy way would be copy the following,
assets/plugins/bootstrap-select2/select2.css assets/plugins/bootstrap-select2/select2.min.js
to your meteorjs folder, inside client/
and add the HTML code .
<select class="full-width" data-placeholder="Select Country" data-init-plugin="select2">
<optgroup label="Alaskan/Hawaiian Time Zone">
<option value="AK">Alaska</option>
<option value="HI">Hawaii</option>
</optgroup>
<optgroup label="Pacific Time Zone">
<option value="CA">California</option>
<option value="NV">Nevada</option>
<option value="OR">Oregon</option>
<option value="WA">Washington</option>
</optgroup>
</select>
Is there a way to make the Calendar control read-only -i.e. prevent users from performing drag & drop etc. ?
Adding that too
I will update everyone on the progress about the calendar. Today
Okay sounds good thanks -look forward for the update.
in Calendar -how do you set the month view and the mini calendar to only show from today and next two month? Users should never be able to select or view a date prior to today. Thanks and keep up the good work -much appreciated!
Hi there
We are adding the month view
It’s almost done. Do you mean arrange ?
Example 15/11/2015 – 15/12/2015 ?
No what I mean is simpler then that. Example, since we are in October now -I don’t want the Calendar to show me Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec. I only want the month view to only show Oct, Nov and Dec -i.e. only show the month in the future not the months that has already passed.
Same thing with the mini calendar -I don’t want it to show me the dates that has already passed. Since today is 10th October -I only want the mini calendar to show me from 10th October and forward. In the bootstrap date picker you can set it to deactivate dates -so I want the same functionality in the month view and mini calendar i.e. the ability to deactivate prior dates. Thanks
Hi there
Got it
Yes thats possible to do. I will add that too
Thanks -can you please explain what “I will add that too” means? What do I need to do in order to get Calendar to do what I described? Do I need to download anything (if so from where?) or is it just a setting that I need to set -if so how? Thanks
Hi there
Meaning, this feature was not in our todo list but I will add it for v2.1.0. You do have pages github access ? If so once its ready, all you have to do is replace pages/js/pages.calendar.js
I’m working full time on the calendar right now so like I said
I will add this feature too. It’s sounds like a good feature to have. I will notify when its ready.
I see, thanks for the clarifying that. I don’t have github access yet but will create a username and pass it on to you to add me. Again thanks -much appreciated!
I see a day view on the calendar for mobile devices, and a week view by default; does your calendar have a month view available for users who want to view their upcoming weeks at-a-glance without having to cycle through week-by-week?
Hi there
Yes
We are in the process of adding the month view. Do you have github access ?
Hello,
is it possible to buy only calendar as independent component from your amazing template? we don’t need entire template because we have completed UI for our application already, but calendar is also need. Your calendar is very good so we would like to integrate to our application. can you please send me some offer? or can you develop it as jquery plugin for us?
thank you
Jaroslav Krenar
Hi there
Sorry about the late reply. No I’m sorry it comes with Pages
I doubt the other components will be a waste. We are currently updating the calendar
v2.1.0 and has a tons of new features.
ace, i changed github accounts, can you please add 31four. Thanks.
Hi
Sure 
Hey Ace,
First of all compliments on the beautifull work! I bought all your items and rated 5 stars, best author on themeforest. 
Next I have a question about the data tables. I’ve created a datatable with a couple of items in HTML followed by a number like so:
- Item 1
- Item 2
- Item 3
- Item 4
- .. and so on to 12
However, when I load the datatable with 12 items they’re displayed in the wrong order:
- Item 1
- Item 10
- Item 11
- Item 12
- Item 2
- And so on..
Ace can you tell me how to format the list in the right 1,2,3,4,5.. order and not the 1,10,11,12,2,3,4.. order?
Thanks in advance mate! 
Hi there
Wow Thank you!
Really appreciate the support.
Yes you can, all you have to do is add the sort column
attribute to your JS code.
"order": [[ 3, "desc" ]]
3 meaning column index starting from 0. Here is a better preview of how to do it 
Hope it helps, let me know if you have trouble with it.
Hey Ace,
Thanks for the reply. 
Your solution works when I load the page with the datatable. The items are displayed in the correct order! 
However..
When I’m sorting the items in the column in “decending” or “increasing” order I receive the items in the wrong order again, sorting the column seems to go wrong.
Increasing:- Item 1
- Item 10
- Item 11
- Item 12
- Item 2
- Item 3
- And so on..
- Item 9
- Item 8
- Item 7
- Item 6
- Item 5
- Item 4
- Item 3
- Item 2
- Item 12
- Item 11
- Item 10
- Item 1
Ace? 
Hi there
Sorry we have marked your comment as read
I added the same text, item 1 to item 9 and sort them with
"order": [[ 3, "desc" ]]
And it works fine, Are you sure your sorting the column number correctly ?
"order": [[ YOUR_COLUMN_NUMBER, "desc" ]]
It starts from 0, let me know
Pre-sale question: Can I do a fixed left-side menu rather than auto-collapsed?
Ignore this. I found it in the Builder in the demo 
Hi there
Thank you for purchasing pages!
and happy coding! let me know if you need any help. We are all busy working on Pages update
Hi,
I received some warning about Modernizr loading over insecure requests while my page was on HTTPS. What can I do to prevent that?
Thanks,
Hi there
Really sorry about the late reply, I’m assuming the modernizr is included over https. ?
Hello,
The modernizr file is served on the same host, so yes, it’s https too.
I am using modernizr 2.8.3 (no custom build), and it’s weird that the problem still exist 
Yes it is, I will setup and SSL and let you know.
Hello Again, Is there any easy way to change search result(overlay.seatch) to look-like facebook.com ? Regards
Hello,
I’m relatively new to coding and hope you could provide me some direction for using this fantastic package with meteor.
Much appreciated. Henry
Hi there
Sure!
Do you have access to our github pages ? We have implemented it really well and you can get some idea. Please let me know your github username
Thanks, my github id is nymona
You are in 
Hi Ace,
I have suspended some portions of our project until the new version 2.1 is released. However, seems like it will take bit longer than promoted. Can you add the user `yasar` to the github repo of the pages admin, as well?
Hi there
Sorry about the late reply
I have already sent you the invite. I will update you again by Friday on the progress. The calendar components will be ready.
Can you recommend some good packages include compatibility for Pages and Meteor development ?
1 , please recommend a package has Pagination function for tables and gallery pages ;
2 , please recommend a package that contains the user account invitation code function;
Thank you very much.
Hi there
Sorry about the late reply
Thank you for purchasing pages.
1) https://atmospherejs.com/matb33/bootstrap-pagination
2) Not quite sure about invitation code packages, I think you might have to handle it on a callback, on user create 
Have you got access to github pages ?
Hi there
1) This is what I need. Cool~ 2) I think I should take more time to understand the user account system inside Meteor.
Thank you so much for you help.
And yes, I have got access to github pages.