450 comments found.
Hi! I’m trying to wrap my head around the notification function. Would you mind give a code example of how to create a simple notification with just some words?
Hi there
Sorry about the late reply. Did you follow the guide ?
http://pages.revox.io/dashboard/latest/doc/partials/notification.htmlHi!
I purchased your theme 10mins ago thinking that there would actually be a builder program. The wording was not clear as it kept hinting at it connects well with other modals.
I would like to request a refund, as I thought it would be clearer once I downloaded and would see a “pages fronted builder”.
I have since purchased a different product as I did not want to get into the weeds of coding. To many other things to think about while working on our startup.
Thanks in advance for apply the refund back to my card. Here is the Purchase code 7e1f3244-eb82-4fd9-9a22-2e38a53cafcc
Hi there
I’m sorry to here, well you can request the refund here.
https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-We will get notified and accept it. We do not have control over transaction and payments. It’s all done by envato 
On a mobile, how can I make the nav menu collapse when tapping outside of the menu?
I’m currently tweaking it, Will update you
That would be great! Thanks Ace
Looking forward to hearing back from you. Cheers
Issue with menu items on desktop. When I hover over the parent menu item in the nav bar and then move my mouse upwards slight and then down onto the dropdown menu, the dropdown menu disappears? How can I stop this from happening?
Noted 
OK, can you please let me know when an update is released with this fix. Cheers
Menu on Mobile issue. Hi I have an issue that the burger menu on mobile stays on the X when visiting some pages. The site we have has a lot of anchor links in the menu, so when clicking on them the mobile menu wasn’t disappearing. So I added:
$(”.classic ul li a”).on(“click”,function(){ $(“body”).removeClass(“menu-opened”) })
This fixed the anchor link issue but now when click on some of the menu items it the burger menu on mobile stays on the X.
How can I fix the so the X changes back to the burger menu everytime?
http://testing.clintonruddle.nz/apple-iphone-repairs-wellington.htmlHi there
The site is looking good
also we fixed it. Could drop an email to support@revox.io so I can email you the pages.frontend.js
Thanks Ace, I have sent you an email
Hey I email you (domgolonka@gmail.com) about the joint frontend/admin themes. Can you send me an email back or get back to me here. My GitHub is: domgolonka
Hi there
Sure thing
Added you in
Hi! I am getting the following JS error on pages.social:
Uncaught TypeError: Cannot read property ‘resizeTimeout’ of undefined
Specifically it refers to line 132:
$(window).on('resize', function() {
$('[data-pages="social"]').each(function() {
var $social = $(this);
clearTimeout($social.data('pg.social').resizeTimeout); //THIS LINE
$social.data('pg.social').resizeTimeout = setTimeout(function() {
// $social.data('pg.social').setContainerWidth();
$social.data('pg.social').$day.isotope('layout');
}, 300);
});
});
Any suggestions? Thank you.
Hi there
Have you included the pages/pages.social.js file ?
Hello ace,
I just bought all three items of yours. Could you add me to your github repos of these items? My github username is sagarote.
https://github.com/sagaroteThanks,
Hey! 
Thank you. I have added you to
You can view it here
https://github.com/orgs/revoxltd/Also we have Rails Sample and Rails Gem.
We are currently working on Bootstrap 4 update for Pages Admin and Angular 2 Update for Pages Admin.
Hey ace,
Thank for a quick reply. That’s a good news. It would be nice if you consider adding a sample project for Laravel 5.
Anyway, could you check your github again? I still didn’t receive an invitation email from github. Also, by going directly to the link you provided, I am not able to see invitation notification either.
Cheers!
Ah, I see. Sorry for the trouble.
My github account is actually: pairote
https://github.com/pairoteCould you invite this one and remove sagarote from your repo collaborators?
Thanks,
Done 
Hi I need help with the contact form. I have got it to send the email, but the email doesn’t contain any of the information from the form Eg, name, email and comments? Please help
http://testing.clintonruddle.nz/wellington.htmlHi there
In the folder _lib/mail.php
Add the extra field names you added in the HTML
$fname = filter_var($_POST[“fname”], FILTER_SANITIZE_STRING); $lname = filter_var($_POST[“lname”], FILTER_SANITIZE_STRING);
and in the message append these variables you created
.
Quick question, Are you aware of PHP ?
I sorted this out, thanks
Hi, how can I make the home banner slide to the next banner after 5 seconds and loop, rather than the user having to click to see the next banner?
Hi there
Its powered by http://idangero.us/swiper/api/#.WOsqu1OGPUY swiper JS. You can add a timer. 
thanks
I have links in an accordion, but they won’t work. What do i need to do to make these work?
Hi there
Your missing some of the data attributes
Make sure you div structure is similar
also make sure you include bootstrap.js file after jquery 
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
Hi, sorry I might not have explained my issue properly. The accordion is working fine. Eg, I click on the link and it shows. But the issues is in the text within the accordion I have a hyperlink to google maps or an email address and it’s these links that aren’t working.
This is the page: http://testing.clintonruddle.nz/wellington.html
Click on one of the store and then try and click on the email address or the maps link and it won’t work.
Hi there
It seems to be working
Might have been a zindex issue if you have fixed it.
Hi how can i make the jumbotron slide to be 50% high rather than 100%. I applied the class of “demo-custom-height-1” to it which worked but when it is 767px it pushs out the .swiper-wrapper out the bottom of then banner which is light grey and pushes the content. clintonruddle@gmail.com
Hi there
Sorry about the late reply. Can you show us a screenshot ? 
its ok I fixed it by following a comment in another question someone asked
In the Swiper plugin, if you set loop to true the main images stop working after 1 rotation. I tested using the template downloaded as-is and updated loop to true: var slider = new Swiper(’#hero’, { paginationClickable: true, nextButton: ’.swiper-button-next’, prevButton: ’.swiper-button-prev’, parallax: false, loop: false, speed:1000 });
Hi there
Thank you for reporting this! Seems like it. I will get you a bug fix
Hi dear, i have buy your template. Now i want to install this template in cpanel, the provider tell me to move the website file to public_html
Can you tell me where the website file ? i extract your zip and it become bundle folder.
It will be very nice if you can accompany me how to install your template in cpanel hosting.
Thankyou
Hi there
Thank you for purchasing. I understand what you are trying to do. Before you upload the entire bundle to cpanel. First open up the downloaded folder.
bundle/sample
You will find up to 20 samples.
1.Select the one you desire. I choose number 2
2. Edit it if you have to
3. Upload the content inside sample 2 to public_html
Not the folder, but the content inside the folder 
Hi Very nice theme, i purchased both page frontend and backend, and want to create angular app using both. can i mix both to create an app with front pages on frontend package and user dashboard with admin package.
Hi there
Can you drop an email to support@revox.io ?
We have a beta package
i buyed Pages – Multi-Purpose HTML5 Website Template
i want a designed page like http://pages.revox.io/frontend/1.0/doc/#iconsi founded when i buyed item so i think that page included but now i cant found in downloaded bundle can i get that design? or buy another one? i want building some document site
thanks
Hi there
It is in the package
Go to your package folder and navigate to, /documentation/index.html
oh! thank a lot!
Hi Guys, Can you add elements for ecommerce. Have been requesting this since pages was released. In addition, I am one of the guy who bought pages at the very start hence I have frontend as well with 2.0 release. Would it be possible to send the merged version. I am working on updating my project and this would help me.
Hi there
Oh then it should be a priority. We will add it
ASAP after bootstrap v4 update
how to searching in page ? when i type something search modal is showing so i type and press enter key but it is not showing any response
Hi there
We have no made a search result page
Maybe we can add it to your wishlist ?
Hello, i followed the same setting you gave to other people to follow, but it still doesn’t work. Can you help me with it? http://ausetavisa.com/contact
Hi there
Usually service providers block port 25 outgoing. You might have to use an alternative port. Or consult your provider if there any restrictions. Talk to both email provider and your host provider
‘One’, ‘Two’, ‘Three’ – Tabs are not working in 05 Demo. It is not even working in your demo as well. Please give me the solutions for that.