3890 comments found.
...
hi, my template code:9d1b1559-1f04-41d4-8141-45b37daecb1b. i have a problem with the Chat Feature when i am using rtl. the Chat Feature is disabled. please help us.
Hi there
Did you add the class “rtl” to the body tag ?
yes, but still disable
Ok, we need to see your HTML code
is it possible ? You can drop it to support@revox.io
I think this template is great but i feel like I got ripped off. On this doc, http://pages.revox.io/dashboard/2.2.0/docs/partials/sails_js.html, I see mention of sails support. But when I downloaded the file, I saw no such generator. Was this removed? My application uses sails.
Hi there
First of my apologies. In v2 we had SailsJs and we had to remove it v3 because we did not have enough time to integrate the new layout for the release date.
I can give you 3 options 
1. Get you access to v2.2.0 – This will have v3 bootstrap and only condensed layout options
2. We can release SailsJS boilerplate in the up coming update
3. Give you a refund.
Let me know 
Thank you for the reply. Any idea on when #2 can be done?
hi, i’m trying to make it work on rails, i’ve followed the documentation, but it seems something wrong, because some js not wotking and some drop down menu for example on the sidebar also not working.
any advice?
Hi there
Sorry for the late reply, could you be kind enough to let me know if you get any error logs on your browser ?
This sample project will help you
https://github.com/revoxltd/pages-rails-sampleHi,
I’ve just bought your theme because i saw you have rails support. on the documentation points to download a gem but i can’t
gem ‘pages-rails’,’3.0.0’,:git => ‘https://github.com/revoxltd/pages-rails.git'
it requires a password.
also i have another doubt about how to set up the thirdpary dependencies used in the demo.
could you help me pls?
thanks
K
Hi there
Please use the following link http://pages.revox.io/dashboard/Scroll down to “Github Repository Access”
and press the button “Request Access”
Could you add me to the github repo? Github: /6am .. thank you
Hi there
Please use the following link http://pages.revox.io/dashboard/Scroll down to “Github Repository Access”
and press the button “Request Access”
would you have the example in reactjs? Could add me in github, even incomplete!
Hi there
Please use the following link http://pages.revox.io/dashboard/Scroll down to “Github Repository Access”
and press the button “Request Access”
Great theme. Easy install and integration. Fast.
I noticed one bug which you can replicate with the demo on Themeforest.
Theme: simply white Section: primary left navigation Device: Android Chrome Bug: The active parent nav item disappears when it’s state is “open active”. I’ve only seen it directly on Chrome Android, more than one device. However, I can’t replicate the bug in a mobile simulator.
Hi there
Thank you for reporting this issue. Will check on this asap
My pleasure. Please let me know what you find. Thanks!
Just wanted to find out the status on this bug since I reported it 22 days ago. As a reminder you can replicate the bug with the demo on themeforest.
Hi there
Sorry we could not yet. But will include it in the upcoming v4.0. Extremely busy with it and is a massive update.
If you do not have access to github You can by going to
http://pages.revox.io/dashboard/ and scrolling to github section. Once you fill the form you can access https://github.com/revoxltd/pages/tree/v4.0This is a great looking template and I can’t wait to get into working with it closer. I’m trying to customize the template using Dreamweaver. In following the directions from your documentation.html file, I’m wondering why when I preview the “condensed_default.html” in my Chrome browser it appears as though links are broken or stylesheets aren’t properly being called up? My preference is to work from the exact Pages template and re-organize to my liking. Which folder contains the exact stylesheets, images, and css that I need to have my “condensed_default.html” point to so that I can see the page function as previews on the Envato site?
Please help because I don’t want to waste time relinking in the html if that isn’t the correct way to go about things.
Thank for your time and this wonderful template.
Best regards!
Hi there
Dreamweaver is not a good editor to use. I would recommend Visual Code by Microsoft. Its free and has tones of features. Start from the getting_started or demo/condensed/blank.html
Thank you for the information… and I’ve actually got past some of my initial development issues. Can you tell me if the “condensed” version of the template offers a search feature in mobile layout? Thank you
Also, is there an online forum/Q&A of this site template than I can peruse to see if other users have asked particular questions with a solution provided?
Thank you again!
Hello Ace,
Does the mobile version of the dashboard come with a search area option? I see the navigation condenses down but where does search go (looking specifically at the condensed version)? Thanks
HI Ace!
Could you please help me with Select2 dropdown. I added one as per documentation to side-bar ( template name condensedSideBar, I am using Meteor setup) and id doesn’t work.
Here is source html:
<ul class="sub-menu">
<li class="">
<div class="form-group form-group-default form-group-default-select2 required">
<label>Country and city</label>
<select id="countries-cities" class="full-width" data-init-plugin="select2">
<optgroup label="Sweden">
<option value="stockholm">Stockholm</option>
<option value="gothenburg">Gothenburg</option>
<option value="malmo">Malmo</option>
<option value="upsalla">Upsalla</option>
<option value="etc">Etc</option>
</optgroup>
<optgroup label="Ireland">
<option value="dublin">Dublin</option>
<option value="cork">Cork</option>
<option value="limerick">Limerick</option>
<option value="galway">Galway</option>
</optgroup>
<optgroup label="Poland">
<option value="wroclaw">Wroclaw</option>
<option value="warsaw">Warsaw</option>
<option value="gdansk">Gdansk</option>
<option value="poznan">Poznan</option>
<option value="katowica">Katowica</option>
</optgroup>
</select>
</div>
</li>
</ul>
Here is what is being generated in browser:
<ul class="sub-menu" style="display: block;">
<li class="">
<div class="form-group form-group-default form-group-default-select2 required">
<label>Country and city</label>
<select id="countries-cities" class="full-width select2-hidden-accessible" data-init-plugin="select2" tabindex="-1" aria-hidden="true">
<optgroup label="Sweden">
<option value="stockholm">Stockholm</option>
<option value="gothenburg">Gothenburg</option>
<option value="malmo">Malmo</option>
<option value="upsalla">Upsalla</option>
<option value="etc">Etc</option>
</optgroup>
<optgroup label="Ireland">
<option value="dublin">Dublin</option>
<option value="cork">Cork</option>
<option value="limerick">Limerick</option>
<option value="galway">Galway</option>
</optgroup>
<optgroup label="Poland">
<option value="wroclaw">Wroclaw</option>
<option value="warsaw">Warsaw</option>
<option value="gdansk">Gdansk</option>
<option value="poznan">Poznan</option>
<option value="katowica">Katowica</option>
</optgroup>
</select>
<span class="select2 select2-container select2-container--default" dir="ltr" style="width: 100px;">
<span class="selection">
<span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-countries-cities-container">
<span class="select2-selection__rendered" id="select2-countries-cities-container" title="Stockholm">Stockholm</span><span class="select2-selection__arrow" role="presentation"><b role="presentation" /></span></span></span><span class="dropdown-wrapper" aria-hidden="true" /></span>
</div>
</li>
</ul>
When I click on dropdown, the list of options is not displayed. I tried adding z-index=1100 to the select element but that did not help.
Thanks a million for your continuous support! Zory
ok. I had to post it to realize that drop down was actually appearing, but under the side-navigation. It appears that z-index was overriten later by form_elements.import.less. After overwritting z-index for element .select2-dropdown, inside this file, dropdown was displayed as expected.
You can ignore my original request
I am gonna just leave it here in case if someone else stumble across same issue.
Great! 
Hi, awesome work!! I’m wondering when will be release the 3.1 version with boostrap 4 stable and all the new stuff??
Thank you!
We are working the angular v5, no jquery pure angular for pages 
Hello Revox, Your pages template is one of the best template I’ve seen. Superb!
We are currently making a react app, and was wondering if there’s any supported integration/implementation for react app?
Seems all the plugins dont work well with react.
Any tips for this implementation? Thanks!
Hi there
Sorry for the late reply. Yes, we are first working on the Angular JS version and moving into React. Angular an be accessed via github
Wondering if I could take a look at the installation instructions provided with this theme. Thank you.
Sean
This shows nothing regarding installation to a server. Please advise.
This is not a wordpress like template, it’s an html template, so you have to build the functionality and connect it to a backend for the data to load. You can, of course, upload the html files but it will static
Hi There, I’m trying to install using meteor – however a lot of the components aren’t working correctly (assuming as I have a later version meteor) – is there an update available at all to work with recent meteor updates?
Hi there
What is the error your getting?
yes some components are yet to be added
So, to go over what I have done (now please forgive me as I have only recently started learning meteor so I may have made mistakes.) – however, I: created a new meteor project, deleted the folders (excluding .meteor), added all the files from the meteor folder in the download, and added all the modules.
However, when loading the app up using ‘meteor’ – and navigating to localhost:3000 – I can see the basic layout, but I can’t navigate, or do anything – the layout isn’t perfect either. so, the key errors I see are:-
Uncaught ReferenceError: Rickshaw is not defined -
GET http://revox.io/json/charts.json 404 (Not Found)-and a few more similar -
Exception from Tracker afterFlush function: -
TypeError: Cannot read property 'initSelect2Plugin' of undefined -
TypeError: elem.portlet is not a function -
TypeError: $sidebar.sidebar is not a function -
TypeError: Cannot read property 'initScrollBarPlugin' of undefined -
TypeError: $(...).search is not a function -
TypeError: Cannot read property 'init' of undefined
Hi there
Sorry about the late reply, We missed this comment. Please make sure you add the our package
“meteor install revox:pages-core”
before that make sure the folder “package” is copied from the downloaded bundle to your meteor app
Hi ace,
i read you mentioning a git repository for the theme. Can you add me there?
(Github: Niksac)
Nik
Hi there
Invitation sent 
Hello. Please add me to github. My github username is – realcnbs
Hi there
Invitation sent 
Hi
I cant seem to run meteor on the folder that contains the meteor demo. It shows a message “You’re not in a meteor project directory”
any help would be very much appreciated
Hi there
First, create a new meteor project and copy the stuff in our demo/meteor. Make sure you delete your project files in your project and replace with ours
http://pages.revox.io/dashboard/latest/doc/partials/meteor_js.htmlHi, I purchased both Pages Dashboard and Pages Frontend… can I get Github access to both? My Github username is stevepaulo
Hi there
Sent you an invite 
Hi, I need to replicate the view for 980px in big screens. Show in big screens the thin sidepanel (with only icons) and when pass over with the cursor automaticaly open. How can I do that? Regards,
Hi there
You want the men to be condensed on 980px ?
I want that the medium and big size screen must see the thin sidepanel (with only icons) and when pass over with the cursor automaticaly open to obtain more space in the whole site.
I see, right now it disables after 992px, Do you use LESS or SASS ?
@media (max-width: 991px){
.page-sidebar {
display: block;
z-index: inherit;
width: inherit;
left: auto !important;
}
}
Hi Ace, sorry for my ignorance but could you say me where I need to put this code and in other hand I read the instructions an the route pages/src/less for compilation is not in the package. Regards.
And in your responsive.less file, you can change page-sidebar class inside @media (max-width: 991px). By adding these values
display: block;
z-index: inherit;
width: inherit;
left: auto !important;
Inside that class page-sidebar
My friend,
The export options are not visible in: http://pages.revox.io/dashboard/3.0.0/html/corporate/datatables.html(Neither are visible in the downloaded files)
Any solution?
Thanks
Hi there
Please follow the guide to add it 