3890 comments found.
hello I’m trying to boot up meteor version of the “bundle”,
- I downloaded + unzipped ”.meteor” - copied ”.meteor” to the root folder where meteor folders/files live (ie public and client) - when I run meteor from this directory I get a permission error on mongo
meteor—port 4000
=> Started proxy. => Meteor 1.2.1 is available. Update this project with ‘meteor update’. Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Can’t start Mongo server. MongoDB had an unspecified uncaught exception. This can be caused by MongoDB being unable to write to a local database. Check that you have permissions to write to .meteor/local. MongoDB does not support filesystems like NFS that do not allow file locking.
- I have other meteor apps and I don’t have any mongo perms issues with them
any idea what might be happening here? thanks
Hi there
Lets get you sorted, Can you create a new project
“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 less
meteor add jquery
meteor add twbs:bootstrap
meteor add cwaring:modernizr
meteor add revox:pages-core
meteor add gromo:jquery.scrollbar
meteor add fortawesome:fontawesome
meteor add meteorhacks:flow-router
meteor add meteorhacks:flow-layout
meteor add zimme:active-route
meteor add momentjs:moment
Type them in your terminal, That it
You can run your app
Hi, is there anyway to help out on this dropdownmenu hidden behind the formgroup?
default http://i64.tinypic.com/k3398w.jpg and position : static http://i65.tinypic.com/2w1zk86.jpgThanks
Hi there, Hope you had a great weekend. We have used select2 plugin within our Pages default form style. http://pages.revox.io/dashboard/latest/html/form_elements.html (Simple dropdowns section)
Are you using some other plugin for this? The solution is to append the dropdown as ‘absolute’ to the body, not below the select element.
Hi there
You are using bootstrap dropdown?
yeap , bootstrap dropdown
.form-group-default.focused{
overflow:visible;
}
Hi, im using ui bootstrap typeahead, so when i type the alphabet , the dropdown will appear.
.form-group-default.focused{ overflow:visible; }
not working
Thanks , working now 
It looks like the rails generator is for the jquery version. Is there a way to get it to use the Angular version?
Hi there
Hope you had a great weekend
Currently no, I will try to add it in the future update, Thank you for suggesting.
Im confused, I searched HTML admin templates and this template popped up, can you confirm this is HTML and not Angular before I buy.
Hi there, it has best of both worlds
you can use Pages for either html or angular projects
Thanks! Just purchased 
Thank you! 
Hi!!!
I do use your theme (and I’m very grateful for your work) and I don’t know how use draggable portlets and I need help with this matter.
Tahnks and sorry by my english
Hi there
Thank you, What is the issue you are facing ? 
I want do a section with draggable portlets but in doc of 2.1 I can’t find js use it, and setup or how work with it…
Hi there Sorry about the late reply
It’s implemented in the following file demo/html/js/portlets.js
$(".sortable .row .col-md-6").sortable({
connectWith: ".sortable .row .col-md-6",
handle: ".panel-heading",
cancel: ".portlet-close",
placeholder: "sortable-box-placeholder round-all",
forcePlaceholderSize: true,
tolerance: 'pointer',
forceHelperSize: true,
revert: true,
helper: 'original',
opacity: 0.8,
iframeFix: false
});
Once you add that you need to add “sortable-column” class to your columns
I’m sure you know the bootstrap grid
example<div class="row"> <div class="col-md-6 sortable-column"> Portlet here </div> <div class="col-md-6 sortable-column"> Portlet here </div> </div>
thanks four your reply
now I can work this feature, and I want use nestat and sortable.
Thanks again
Hi. I’m looking at the front end gallery UI block, loving the animation on hover, and am looking for an example where you could add a hyperlink on hover as well.
I have looked at the dashboard gallery for example, but, couldn’t find any.
Cheers. Thanks.
Hi there
You need to import the hover.less from your frontend folder : pages/less/
to your dashboard
pages/less
and make sure you add the following line of code
”@import “modules/hover.less”;”
to your /pages/less/modules.less in dashboard
then compile your less using grunt or an app koala
Here is a guide to use less 
We are having issues with the side menu where sub folders are not being displaying (does not open when clicking on the parent item). There are no errors in the console. There also seems to be no documentation on the side menu use. The menu displays 100% fine, exactly as in the example except for sub-folders.
We are using the angularjs version.
Do you use any special libraries to make it work that we need to include?
Hi there
Sorry about the late reply, What version are you using ? 
No there is no special library we are using to toggle sub menu items, and also your browser version too
?
Hi. We are using version 2.1.0 (angular). Tested on Chrome 47.0.2526.111 (64-bit)
Also, we have found a few more issues:
- We have a stock standard Data Table, but it is not styled as the example in Pages (the ‘Pages default table style’).
- The AngularJS guide page (http://pages.revox.io/dashboard/2.1.0/doc/angularjs.php) is missing
- You don’t include a list of Angular dependencies (such as the one provided for MeteorJS)
Hi there
Sorry we missed this ticket. My apologies. Earlier I remembered that the sub folder do not open,
I’m assuming you do not have this problem in the live demo
http://pages.revox.io/dashboard/latest/angular/
If not can you be kind enough to share the side bar html code with me ? 
This issue is not there when we checked
” We have a stock standard Data Table, but it is not styled as the example in Pages (the ‘Pages default table style’” Should be fixed
in the latest v2.1.2
Hi! Can you please add us to the meteor repo? username is: eszanon
Hi there
I missed this comment, added you in 
Hi Ace.
Is there a way for me to set a time when notification (pgNotification) will dissappear? For some of notification I think it would be usefull (beside the closing function).
I didn’t find this feature in pages.js, but it would be really dope to have one.
Hi there
Its there 
the attribute “timeout” will help you
$('body').pgNotification({
timeout: 1000
}).show();
Also mentioned in the docs
http://pages.revox.io/dashboard/latest/doc/#notifications
Oh yeah silly me. I was thinking that this is the one, but default 4000 didn’t hide it for me because I had 0 in the code. 
Hi, i tried to run meteor by downloading the package that you provided as well as the the demo folder. However, “While selecting package versions: error: unknown package in top-level dependencies: revox:pages-core” was shown. Please advise. Thank you!
Hi there
Sorry about the late reply
There is a folder called “packages” please copy it to your project root and runt the command
“meteor add revox:pages-core”
The following is offline: http://pages.revox.io/dashboard/latest/docs/css_rules.php
Hi there
We changed the docs
Sorry that part is missing, Will include it
Thanks!
Hi Revox,
I bought Pages backend and I want to insert the frontend main menu just after the logo in the header and delete the sidebar menu of the backend template.
Can you help me?
Hi there
Oh!
I think it’s possible, I will have to try first, Will let you know
Hey there!
Lovely work at first sight.
Can’t get it to run with meteor 1.2 though..
It says: can’t find top-level package “revox:pages-core”
What am I missing? 
Kind regards, Yordi
Hi there
Sorry about the late reply, No it is compatible, You need to add the folder “packages” from the downloaded package located at
demo/meteor/packages/
Once you copy that folder to your project
run the command
meteor add revox:pages-core
Hi guys
Wondering how to align a portlet in the center of the screen. I tried the docs, but could not find any reference to it. I see no css class for that. How should it be implemented? Thanks
Hi there
You can try something like this<div class="col-md-5 col-md-offset-4"> </div>Using bootstrap
http://getbootstrap.com/css/#grid
Sorry for the lay question 
Hello,
I created 2 issues on github that are pretty annoying to us for now, can you take a look please ? https://github.com/revoxltd/pages/issues/337 https://github.com/revoxltd/pages/issues/336Hi there
This was fixed ? 
Only 1 on 2 issues was fixed. This one is still open. https://github.com/revoxltd/pages/issues/337
Thanks 
Sorry
I will fix this!
OK, when I use the sass option the login page seems to not work unless I comment out the page.min javascript. When I don’t, the purple overlay killed the bg image with it’s opacity.
Hi there
Sorry about the late reply
SASS version had a few issue. I ll have a look at it
I think i have worked this out
i will try to send a pull request once stable. fixed a lot of sass stuff
Thanks alot
!
Hi guys
I am using the advanced portlet with ajax to display content but I don’t know how to remove the circular refresh once my javascript is done.
Here is an example of the code:
$(function () {
$('#myPortlet').portlet({
onRefresh: function () {
$.ajax({
.... do a lot of stuff here....
});
$('#myPortlet').portlet(refresh = false);
}
});
});
Thanks for the support
Hi there
Sorry about the late reply
$('#myPortlet').portlet({
refresh: false
});
Guess the documentation was not clear enough
I will update it
Amazing! Thanks for the support!
Hi,
Do I get both HTML and ANGULARJS themes together as part of this? Did we use Jquery in the case of HTML5 template? Please suggest.
I am willing to purchase this theme.
Thanks
Hi there
Yes HTML , Jquery and even MeteorJS are all included in the package
Note the angular version will depend on some of the jquery plugins 
Is there a sticky plugin you use or how can it be done?
I wanted to add a bar at the top of the page with a button, so when I scroll down a button will stay at the top.
Hi there
You can use bootstrap affix 