3890 comments found.
Dear Ace, hello. I have purchased your Pages Admin Dashboard UI Kit and have several questions: 1. In the Typography it is told to use several font families: Arial, Helvetica Neue and SegoeUI. These fonts are not free. Should the additional licenses be purchased or i have a right to use them under your license? 2. You recommend to use Montserrat font for upper cases (headings in forms for example). Unfortunately it doesnt support cyrillic. What is your recommendation for substitution? i want to keep your general style. 3. Can this kit be used with EmberJS framework? 4. Can not find but hope to: are there any styles/examples for lists? Like event or to-do lists?
Thanks in advance.
Hi there
1. No, they are OS pre-install fonts. You will have no issues 2. Try Roboto, Lato or PT Sans 3. A few people have asked for EmberJS support but we had to say no because we are already maintaining a few frameworks like angularjs and meteorjs. And we are pretty new to ember 4.We have small widgets in the
http://pages.revox.io/dashboard/widgets.htmlcan I replace jQuery 1.xx with latest ?
Hi there
No some of the plugins do not support version 2.0
we are in the process of updating. But any reason why you want to shit to 2.0. 1.11.x is pretty stable
Thanks, the reason is i just want to add plugins which support 2x version, thanks
Can you suggest a good symmetrical lightbox plugin ?
Hi there
Can you elaborate it a bit more ?
I did not understand your question properly
I mean an Image viewer just like http://fancybox.net/
Hi there
Sure, I will add it to the wishlist 
Suggestion: could a date-time picker be incorporated?
Great template, please add me in
github: sookah
Thanks
Added you in 
Thanks! 
hi how do i get the angular 9 version ? should i do an update myself?
package.json has 8 for now. thanks a lot 
These get added dynamically to the DOM, each portlet has their own ID and gets activated individually. However if I close a portlet, all the portlets that were generated after it get closed too.
Hi there
Every time you dynamically append it to the DOM do you initialize it with that ID ? Don’t use data-attributes to intialize
The only data attributes that are used are the data-toggles (collapse, close, refresh). so I’ll just have to bind them manually?
No something like this
var newPortlet = $('#accoutSearch')
newPortlet.portlet({
progress: 'bar',
overlayOpacity:0.6,
onRefresh: function() {
}
});
Do you have a feature request ?
We have a public trello cards
https://trello.com/b/Ju0iDcIhIf you have a new feature request. Post in the comments section and we will add it in. You can subscribe to see the progress 
Cheers
Hello, does your template offer horizontal scrolling inside portlets or divs? and can I link to specific tab?
hello. What happened to your help pages? Are they no longer there? http://help.revox.io/t/calendar-getview/180
Hi there
Get view is fixed
also all get functions. Meanwhile the community is offline because Discourse is having issues. We are planning to move to zendesk once the new product is launch. You can use github or themeforest comment section. If you do not have access to github please let me know your github username. Please do update your support license for further support 
Hi, I’m having an issue with select form fields using the ``cs-select`` select field. Whenever I have 2 select fields on the same page, both with placeholders, the second select field will not show its correct placeholder. Instead, it shows the prior select field’s placeholder. Is this a bug of some sort?
Hi there
No not really. Can you share your code with me ? HTML 
Where can i find profile page ?
Ohh, I just read in comment that you supposed to add profile page (one year ago!)
is there a plan to support angular 2 and bootstrap 4 ?
Hi there
Yes Bootstrap 4 is on its way
Thanks for the reply, will it support Angular 2?
Hi guys, where can I get the pre-defined frontend html files?
Hi there
When did you purchase Pages admin ? 
2 months ago.
Hi there
Sorry Pages Bundle was available only for customers who bought it in 2015 June. Otherwise, you have to buy
https://themeforest.net/item/pages-multipurpose-html5-website-template/12366875This is a new rule in envato where authors cannot sell bundles of two categories in one product.
Hi,
Does your theme supports i18n ? And how we can implement it?
Hi there
Sorry we missed this comment. Yes you have to implement it
I came across a site that is using this theme as a frontend to wordpress. It looks like they are using wordpress as the database manager and then hooking data via new api. Are you familiar with this practice and how we might be able to implement? Thanks…
Hi there
For frontend it wouldn’t be much difficult. Still there is amount of work you have to put in and requires time
I cannot give a proper estimate . We are also new to Wordpress.
Hi !
I have a little problem with the drop zone file. It only seems to work with the ”.dropzone” class on a form. But i need to use it on a div.
When i do this on a div : $(”.dropzone”).dropzone({ url: ”/file/post” }); I get this error : Error: Dropzone already attached. It seem to be already initialized but i can’t find where.
If i change the class $(”.dropzonetest”).dropzone({ url: ”/file/post” }); It doesn’t work at all. I’m used to dropzone.js i’ve use it many time, i never had any issue to make it work on a div. Usually, that simple line works.
(My manager purchase Pages, but he’s not here, i had to ask you on this account, but be sure that i’m a paying user :p)
Thanks in advance !
Hi there
When you use .dropzone it automatically initialize
what you can do is create an empty div with ID
var myDropzone = new Dropzone("div#myId", { url: "/file/post"});
Is it automatically initialize in dropzone.js ? Or is it a Pages feature ?
I already tried the “new Dropzone” but it doesn’t work. It only add a class to my div : dz-clickable and that’s about it.
Hey, loving the template! However the notifications don’t seem to work.
Uncaught TypeError: $(...).pgNotification is not a function
is the error I’m getting, I did include pages.min.js (even tried pages.js).
Hi there
Do you have other console errors in your browser ?
Nope, it’s the only one. Here’s how I call it:
$(‘body’).pgNotification({ style: ‘circle’, message: ‘The server had a hiccup’, type: ‘danger’, title: ‘Note’ }).show();
This is the error:
TypeError: $(...).pgNotification is not a function at users-single.js:40815
Everything else works fine, it’s just the notifications that are giving me a hard time.
These are the scripts I included, these came with the blank template:
<!- BEGIN VENDOR JS ->
<script src=”http://akitsu.dev/admin/plugins/pace/pace.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery/jquery-1.11.1.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/modernizr.custom.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-ui/jquery-ui.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/bootstrapv3/js/bootstrap.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery/jquery-easy.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-unveil/jquery.unveil.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-bez/jquery.bez.min.js”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-ios-list/jquery.ioslist.min.js” type=”text/javascript”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-actual/jquery.actual.min.js”></script>
<script src=”http://akitsu.dev/admin/plugins/jquery-scrollbar/jquery.scrollbar.min.js”></script>
<script type=”text/javascript” src=”http://akitsu.dev/admin/plugins/select2/js/select2.full.min.js”></script>
<script type=”text/javascript” src=”http://akitsu.dev/admin/plugins/classie/classie.js”></script>
<script src=”http://akitsu.dev/admin/plugins/switchery/js/switchery.min.js” type=”text/javascript”></script>
<!- END VENDOR JS ->
<!- BEGIN PAGE LEVEL JS ->
<script src=”http://akitsu.dev/admin/js/scripts.js” type=”text/javascript”></script>
Hi there
It does not depend on any third party script only jquery and pages.js. Make sure jquery is included at the beginning. Is there a JS concatenation happening ?
I’m using jQuery the came bundled with it (1.11.1 as you can see).
I’m just including the JS files separately since it’s in-dev, the actual file I’m building ‘users-single.js’ is also in dev, so not uglified or concatted
I’m sorry about the late reply. So your saying Pages is included separately in users-single.js ?
Hi! Another question. I want to upgrade Summernote plugin to the latest version, because 0.5.9 doesn’t support plugins. But if I just replace the script it breaks the icons and styling of dropdowns. How do I do that properly? Thanks!
Hi there
It worked just fine
Here is how I had my directory structure inside assets/plugins/summernote
Then all the icons started to show up
Thanks for the response!
Yes, I have the exact same setup. If I use the version that comes with the template it works:
But that’s version 0.5.9. If I try using the latest version from Summernote’s website or GitHub, I get this:
Do you have the code like this
https://gist.github.com/MalithHatananchchige/1466bc807a9c83d427fa860e65f37db9Nope. But wait, isn’t wysihtml5 a whole different editor?
Sorry my bad. Yes it’s different. At first when you don’t copy the font folder to CSS folder the icons do not appear. But once it’s inside it works fine for me 
Yep, it works! Thanks! But now I have a different issue. I have 2 editors on the page and this is what happens when I open a dropdown:
Nevermind, I figured it out. You should update your documentation though. Docs say to use
"assets/plugins/bootstrap-select2/select2.css"and
"assets/plugins/bootstrap-select2/select2.min.js"while you actually need to use
"assets/plugins/select2/css/select2.css"and
"assets/plugins/select2/js/select2.min.js
Hi there
Sorry about the late reply. Yes you are right! 