3890 comments found.
Hello, i have one question, please help me 
I try to change layout of main page, Column view (9 : 3) i am using HTML version vithout angularJS so i try many times but nothing happens, i am trying to edit blank_template.html and change page layout to Column view (9 : 3),
Please help me, Thank you.
Just fixed the issue in the builder 
Hey great support ! Thank you my friend !
Welcome 
The calendar view doesn’t appear to change the days (Mon, Tue) and date numbers as you move between months. Your demo appears to have the same problem.
Hi there
I’m extremely sorry about this, I have fixed it now!
Do you have github access ? You can get it from there, Or simply email to support@revox.io. Will email you the latest calendar js
My github username is farfenugen cheers.
Hi there
The update is released
and the issue is fixed, Already sent you an github invite.
Yep got it, cheers!
How to use the Notification component to display status message after submitting a form with simple Ajax?
This is my script to submit data:
$(function () {
//twitter bootstrap script
$("button#submit-button).click(function () {
$.ajax({
type: "POST",
url: "http://" + window.location.host + "/Test",
data: $('#my-form').serialize(),
success: function (msg_from_server) {
$("#thanks").html(msg_from_server)
},
error: function () {
alert("failure");
}
});
});
});
You can have the following
$('body').pgNotification({
style: 'bar',
message: "Error",
position: position,
timeout: 0,
type: "danger"
}).show();
Options are mentioned here
http://pages.revox.io/dashboard/latest/doc/#notificationsThanks!
Is there a way to keep the menu closed and make the menu icons clickable?
Hi there
The menu is by default made to have the hover effect, I will have to do some core customisation to disable that
I will look into this in abit
did the weekly widget publish as indicated up top? I noticed that a “comment widget” was published, but so far not finding it on the widget page. Am I looking into the right place? where should I be looking? Also where is the source code? Is it like the builder that packages the code so it’s ready for use or does it work a different way?
Hi there
Yes!
We did not add it to the live link because the udpate is pending, Meanwhile if you want you can always get it from github 
Type in grunt bundle and go to the folder widgets/widget_simple_comment
got it, thanks for the clarity . . . found it now : ) s
Hi.
Great template!
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" href="#collapseHelp">View and manage your items.</a>
</h4>
<div class="panel-controls">
<ul>
<li><a href="#collapseHelp" data-toggle="collapse"><i class="portlet-icon portlet-icon-collapse" /></a>
</li></ul>
</div>
</div>
<div class="collapse" id="collapseHelp">
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, sed cu dico cetero, eu nec dicant intellegam appellantur.</p>
<p>Lorem ipsum dolor sit amet, sed cu dico cetero, eu nec dicant intellegam appellantur.</p>
</div>
</div>
</div>
Just a few issues I am trying to solve.
1) The title “View and manage your items” – how to change it to black text color? It is light grey at the moment.
2) When the panel body has been expanded after click, the icon on the panel-heading did not change to expanded icon.
3) There is no gap space between paragraphs (<p>One</p><p>Two</p>) in the panel-body div. How to fix this?
4) Is there a way to expand the panel-body if user click anywhere on the panel-heading rather than just on panel-title or icon.
Thanks!
I would like to add, that panel block (code above) are in the jumbotron block
<div class="jumbotron" data-pages="parallax">
<div class="container-fluid container-fixed-lg sm-p-l-20 sm-p-r-20">
...
</div>
</div>
Hi there
First I think you have an unclosed i element
<a href="#collapseHelp" data-toggle="collapse"><i class="portlet-icon portlet-icon-collapse" /></a>
You have forgot to close the tag.
Bug 2 will be fixed then 
3) You an use the helper classes
<p class="no-padding">Lorem ipsum dolor sit amet, sed cu dico cetero, eu nec dicant intellegam appellantur.</p>
<p>Lorem ipsum dolor sit amet, sed cu dico cetero, eu nec dicant intellegam appellantur.</p>
http://pages.revox.io/dashboard/latest/doc/#helpers
This allows you to set paddings and margins
Very handy!
4) Yes
do you see the attribute data-toggle=”collapse” add it to the pane title but with a link
like this
<div class="panel-heading" data-toggle="collapse"> </div>
Hi 
Thanks for reply!
1) I fixed the mistake to close the i tag and unfortunately the hyper link is still grey and Bug 2 did not get fixed too.
4) I just tried that and it did not make any difference. Only heading text is clickable 
Can you add me to github as well? My username is CamillaHorne. Thanks!
Hi there
Sent you an invite 
Weekly Widget is available on Github
It will be published on themeforest tomorrow
with v2.1.1
Hello, great work ! i am interested how to save Builder settings tu default settings, i mean if i build my demo how to save that settings, thank you again for great theme !
Hi there
Just press the Save button and a html file will get downloaded on to your computer, Copy that and place it in your html demo files 
And Thank you! 
Hey ! thank you for your fast response
but i cannot save it, look it : http://jeje.ge/html/pages_export.html but its dont saves Color and Content style
how i can solve it?
Hi there
Just fixed the issue in the builder
Could you recheck
Please add me to github: stevecawdery
Great Work, By the Way!
Hi there
Sent you an invite 
And Thank you!
How can we get the search to function on a mobile device or ipad?
Hi there
You can add the search icon on the header 
<a href="#" class="search-link" data-toggle="search"><i class="pg-search" /></a>
Adding the attribute
data-toggle="search"Allows you to trigger it
I’m trying to find the CSS or JS for the circle you push to make the menu docked in full width (sidebar-menu controls). I need the circle color to be invisible when menu is condensed. When the menu slides out it becomes visible.
Hi there,
We are using FontAwesome icons for that. The following will make the circle invisible when the menu is pinned:
body.menu-pin [data-toggle-pin="sidebar"] > i:before{
opacity:0;
}
Please add me to the Github repo. `joelthecoder`
Also, I can’t find the `frontend` stuff in here. Please add me to the frontend repo too.
Added you to the Pages Dashboard repo. Sorry, Pages Frontend is now a separate product. You will have to buy it in order to get access.
That is very disappointing. It clearly says “All of these for $23” here: http://pages.revox.io with absolutely zero indication that they are separate products. Even the cart button on the top right of the page brings you to this.
That is pretty misleading stuff…
Hi there
Did Purchase Pages before end of July ? If so you will have access to a free copy, This was taken down by themeforest as a new policy to not to allow bundles
We have to sell it separately according to the new rule, Please do let me know your purchase code so I can add you in to github
You can download it then
You can send me your purchase code to support@revox.io
Hi. Purchased this theme a while back so basic instructions may have changed. I was attempting to install a demo version based upon the Option One instructions here:
http://pages.revox.io/dashboard/2.1.0/doc/#meteorjsEverything installs via the normal meteor add process except for
revox:pages-core
which returns
error: no such package
Obviously an important piece. Please advise.
Hi there
Im sorry about the late reply
You ned make sure you have the packages folder
Did you download the new update ?
I’m really keen to see some examples of how people have used Pages. Does anyone have any links for me to see?
Hi there
There was a couple, I check and share them 
I want to use pages for my all site, could you add me to the pages frontend repo, my github’s username is orzcc.
Sorry, Pages Frontend is now a separate product. You will have to buy it in order to get access to Frontend repo.
Issue with redraw table is not work .
the code i use is : table.dataTable().fndraw(). no reload ajax when using it. and when use table.dataTable().anything .. The table become duplicate filter , search field , paging info .. i have tried many time but it’s always same .
The possible way is table.dataTable().api().ajax.reload(); but when i use , it load the root url instead of the main url in setting scope.option.
i get it work when remove ui-jq=”dataTable” ui-options=“options” and call datatable function inside the controller , but it’s cause of another issue in UI .
The loaded file , dependency is same with demo config .
Below is my options $scope.options = { “processing”: true, “serverSide”: true, “responsive”: false, “ajax”: “users/index?data=1”, “destroy”: true, “scrollCollapse”: true, “iDisplayLength”: 5, “fnCreatedRow”: function( nRow, aData, iDataIndex ){ $compile(nRow)($scope); } };
Please help me with this
Hi there, We have noticed that dataTables is produces issues when included using uiJq directive in Angular. We recommend using ui-grid (http://ui-grid.info/) for Angular and planning to integrate this in a future update.
Tutorial: http://ui-grid.info/docs/#/tutorial/101_intro
Follow these steps to integrate it easily with Pages
1. Copy the plugin files to a new folder assets/plugins/angular-ui-grid 2. Include ui-grid in assets/js/config.lazyload.js
{
name: 'ui-grid',
files: [
'assets/plugins/angular-ui-grid/ui-grid.css',
'assets/plugins/angular-ui-grid/ui-grid.js'
]
}
Add markup in your template file. (ex: tables_dataTables.html)
<div class="panel panel-transparent" ng-controller="MyController">
<div id="grid1" ui-grid="{ data: myData }" class="grid" />
</div>
Add ui-grid as a dependency for your route. Edit assets/js/config.js
.state('app.tables.dataTables', {
url: '/dataTables',
templateUrl: 'tpl/tables_dataTables.html',
resolve: {
deps: ['$ocLazyLoad', function($ocLazyLoad) {
return $ocLazyLoad.load([
'ui-grid' // this should match what you entered in Step #2
], {
insertBefore: '#lazyload_placeholder'
})
.then(function() {
return $ocLazyLoad.load('assets/js/controllers/dataTables.js');
});
}]
}
})
Set data for the controller
//assets/js/controllers/dataTables.js
angular.module('app', ['ngTouch', 'ui.grid'])
// Chart controller
.controller('MyController', ['$scope', function($scope) {
var table = $('#tableWithSearch');
$scope.myData = [
{
"firstName": "Cox",
"lastName": "Carney",
"company": "Enormo",
"employed": true
},
{
"firstName": "Lorraine",
"lastName": "Wise",
"company": "Comveyer",
"employed": false
},
{
"firstName": "Nancy",
"lastName": "Waters",
"company": "Fuelton",
"employed": false
}];
}]);
Let us know if this helps.
I use an old version of Pages in a Meteor APP , and I have been in the github repo. How can I update my APP to the new version to have the front end theme and other features? Should I purchase the front end version Pages ? Please guide me ,thank you.
Hi there
There is alot of new changes to it
Are you using flow router and flow layout ? And wish you a very happy new year
Happy new year.
Yes, I’m using flow router and flow layout. And I found that there are many many changes too, most of them are what I need at the first time ,they are wonderful. Is there an easy way to update ? Or I must rebuild the hole project ?
Hi there
Then you are good to go I guess
Make sure you back up project and do it on a test version just in case, So What we have done, is added the demo pages and demo dependencies. Make sure you copy both “packages” and “public” directories
in the client folder make sure you update “compatibility” and “stylesheets” have you made changes to the less ? 
Next is “views” I think you can replace the entire dir because your files will be different, I recommend pick the folders you need, because they are all the demo pages
Let me know
Hi, please add me to the github repo. My username is nicolopastore. Thanks!
Added you in!