Discussion on Pages - Multi-Purpose HTML5 Website Template

Discussion on Pages - Multi-Purpose HTML5 Website Template

By
Cart 2,765 sales
Well Documented

ace supports this item

Supported

This author's response time can be up to 1 business day.

450 comments found.

Hi, are the images included? I presume not. If not, can you give me a link where I can purchase them from?

Hi there

Yes they are included! :)

That’s really great. Much appreciated! Love your design here.

Hi, wondering how documented and commented the theme is? And are there any updates planned that would tip me over the edge in buying? ;) Haha

Hi there

Here is the documentation, We will be moving on to gitbooks later but for now its here

http://pages.revox.io/frontend/1.1.0/docs/

Hey nice work but i have a question before i purchase …I only wanted buy this for “pages.revox.io/frontend/1.1.0/html/04/” however I noticed it has 6 JS files and 6 CSS files and i’m not sure why one-single with no subscribe functionality is using so much code files …and I was wondering if it is correct or when i buy them they are compile instead? ...I always end up redoing the whole thing and i want to avoid that ...can you share how many css and js currently have this page after purchase ? ...thank you!

I think its hard to explain. Anyways I’m assuming you need a custom build for each of the styles. If you have used LESS

http://pages.revox.io/frontend/1.1.0/docs/#working_less

You will know how to remove it without CSS ;)

anyway I will do that for you. Might take a few hours but yea I will send you the CSS file.

Hey …just checking in since i never recieved anything …and i’m not sure if you understand but what i’m trying to tell you the CSS you have for the theme 04 has over 8K rows to style the other templates which means 80% of the css has no relation whatsover with the one-single page i want …that’s the only thing i want …clean and what the page needs …i’m not saying remove JS as well …please read carefully …I said and qouate “LOTS LOTS of rows to style other templates” ...why this 04 templates has to load LOTS LOTS of css rows that doesn’t need or JS that doesn’t need …I hope you get my point …

Hi there

I understand what you mean :) but also there is a reason behind which I will rewrite to you with the a new CSS including only the required styles :) Hoping to send you in the morning

Hi Ace, I just wanted to check in on the blog design – do you think you’ll have them ready this week? Thanks – Aaron

Hi there!

Yes ! good news :) I’ll be done by the weekend finally

... So close? or just one more weekend?

Sent you an email :)

Hello, I am very interested to your product. the demo is very amazing but it has many many features that I don’t use from start.

How I can start from a simple dashboard with login and step by step add new features ?

thanks kind regards Antonello

Hi there

Thank you :) Your are looking at Pages Frontend that does not include the Dashboard and have to be bought separately. You can see it here

http://themeforest.net/item/pages-admin-dashboard-template-web-app/9694847

What are the components you want to remove ? We do have a getting_started version where all the demo content is removed and only a simple blank page with sidebar,header and chat with search

Hi, thanks for answer! I would like to start with minimal project and add components only where I need.

regards Antonello

Hi there

The getting_started has the min components did you check it ? :)

Are there any plans on making a builder for this template perhaps so that it can be integrated with the dashboard theme.

Thanks! – and wow feels great to back in the invite marketplace~!

Hi there

:D no worries. Happens sometimes. Yes its something related to Wordpress.

When is this something bigger coming XD I really want to this this out!

wow look at my grammar and my typos sorry! I was ment to say that I wish it comes out soon

Hi Ace, I wanted to again touch base and see when you will be releasing the blog layout – and please if you can give an honest timeframe, I would really appreciate it. Two weeks ago you said you’d be releasing the new page designs within the week Thank you – Aaron

I’m not very familiar with GitHub

Hi there

Hope you had a great weekend. Sorry it’s taking abit long but its coming out great. The design will be ready and I will update you again

Thanks Ace – I appreciate communication update – Aaron ;)

Will all your form elements and styles from your pages admin dashboard work in this front-end theme as well?

Hi there

Yes :)

Hello, can anyone tell me how to get the animated mouse working on the 07 sample template. I tried to add <div class="mouse-wrapper"> <div class="mouse"> <div class="mouse-scroll" /> </div> </div>

similar to the 01 template but it does not appear. Does it require some special css/js includes maybe missing in that template?

kind regards, Roman

Maybe you could upload me a working samples/07/index.html including the mouse code somewhere, dropbox or so. That would be nice. I nearly tried everything now. There must be some mistake i overlook

Ok sorry i got it. nav class=bottom was the problem overlaying the mouse layer on the 07 template. Had to change. thanks anyways.

Great :)

still didn’t get an answer to my question, please help. Otherwise this purshase is completely useless to me. I purshased this theme to inculde it in my rails app but i followed the guide suggest which by the way is for V.1.0.0 of this template.

Here is the error I’m getting after following all the steps in the guide put togeter for intégration in rails app. Maybe the guide should be updated for this version?

Less::Error in StaticPages#home Showing /Users/koutangnithibaut/Desktop/rails_apps/cosortie_app/app/views/layouts/application.html.erb where line #8 raised:

Unrecognised input

<title><%= yield(:title) %></title> <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” /> <link rel=”apple-touch-icon” href=”<%= image_path(‘ico/60.png’) %>”> <link rel=”apple-touch-icon” sizes=”76×76” href=”<%= image_path(‘ico/76.png’) %>”> <link rel=”apple-touch-icon” sizes=”120×120” href=”<%= image_path(‘ico/120.png’) %>”> <link rel=”apple-touch-icon” sizes=”152×152” href=”<%= image_path(‘ico/152.png’) %>”> my rails version is 4.2.3 and ruby version is 2.2.3p173 After spending hours online trying to find an answer on google and stackoverflow and the gem less rails documentation, i’m completely stuck. I have noticed the version of pages html5 template i’m using is not V.1.0.0, rather i’m using the last version. May be the tutorial for v.1.0.0 integration with rails need to be updated for this current version of pages html5? Really need help please.

Done :)

Thanks very much :) , I shall purchase the Pages Admin Dashboard as soon as envato credit my account.

No worries :)

Hi there, love the theme! Im just having one small issue, I am copying the code from Sample 5 Index Page – it has the “nav-tabs-left” when you resize to mobile view the tabs then go vertical.

When I try to use the code in my site, the tabs do not change from left to top when I re-szie my site.

Am I missing something in my code?

Thank you

Just wanted to follow up on this

Hi there

Sorry about the late reply. Yes :) you need the assets/js/custom.js

This code here :
/* ============================================================
 * Plugin Core Init
 * For DEMO purposes only. Extract what you need.
 * ============================================================ */
 $(function() {
'use strict';
//Make tabs switch to top on Mobile
    function switchTabs(){
        $('.nav-tabs').each(function(){
            if($(window).width() <= 480)
                $(this).removeClass('nav-tabs-left');
            else
                $(this).addClass('nav-tabs-left');            
        })
    }
    $(window).resize(function(){
        switchTabs();
    })
    $(document).ready(function(){
        switchTabs();
    })
});

Are you planning updates in this?? Some more designs ??

Hi there

Yes :) The blog layout

and by what time can we expect it to be updated ??

I purchased this theme and i would like to use it in my Rails App, Any advice how i should include the files and folders in the assets folder of my rails app? Especially how do i include the pages folder and plugins? Thanks

Do you have access to github ? :)

sure, I have a github account. Even when i’m connected to my github account the link just sent to the github 404 page. You may want to try with dropbox if you have a dropbox account.

Hi

I think I have mis understood, Your trying to use it for Pages frontend not Pages Dashboard. We do not have that for Pages Frontend yet :)

Hi Ace,

I like your template a lot and I want to use it for a build project – I read in the comments that you were going to design a blog layout for PAGES Multipurpose HTML5. Is this true? If so, can you please let me know when this will be available for download? I would like to provide my client and idea of when we’ll start the blog build-out.

Thank you – Aaron Phelps aaronphelps.c@gmail.com

Hi there

Yes :) and I will update it within the week

Hey Ace – are you getting close to releasing the updates? – Thanks ;)

Hi there

Yes :) A new thing is coming out

Good Day,

Does this theme come with a built in data-filter for the portfolio/gallery. Or would you need to write a custom script in order to make use of the filter links on the page?

Good day to you too! I think you are referring to a portfolio like this? http://pages.revox.io/frontend/1.1.0/html/01/portfolio.html No it doesn’t have filters.

Hello, I want to insert a video from vimeo in the body, please could you tell me how can I do it? Thank you in advance!

Sorry, it doesn´t work. Probably I´m making something wrong. I only wan´t that the forms information will be recived in this e-mail: oplanet@tmpwspain.com. How many fields I have to change? Do I have to insert my ftp password ? Thank you very much :)

Is there an easier way to do it? with another .php file?

Hi there

No :o The reason why email is to be authenticated via SMTP is because to avoid spam.

Where is your email provider ? google ? or is it something like godaddy. Let me know. They usually provide

The host

$mail->Host = 'smtp.gmail.com';

Which would depend on the host.

$mail->Username = 'xx@gmail.com';

should contain your email address

and password should be your email address password $mail->Password = ’’;

These are safe and will not be accessible by public. Looking forward to hear from you.

If you feel uncertain to add the password you can use the non authentication version here

https://gist.github.com/teamrevox/7c4372456eead5d87f4479a94e3440bd

Make sure you change the following vars

//Recieving email here
$address = "whoto@otherdomain.com";
//Add Your Name
$mail->AddAddress($address, "John Doe");
$mail->Host       = "mail.yourdomain.com"; // SMTP server

Love this theme, almost ready to launch online!

Quick Question: I would love to have the modal support from the backend brought over to the front end. How hard would this be to do?

Hi there, sorry your question is not clear. Do you want to show some results returned from the backend in a modal? If so you will have to use bootstrap modals: http://getbootstrap.com/javascript/#modals we haven’t added modals in the current version

Perfect. I was just asking if you could bring things from the pages admin dashboard over. Items such as the UI elements on located on the demo. Link provided below:

http://pages.revox.io/dashboard/latest/html/modals.html

Hi there

They are already in the frontend less / css, you can see it in pages/less/modals.less code. You can use the same HTML code found in the backend pages dashboard and it will work :)

Hey guys,

I saw your reply around 8 months ago about releasing PSD files with the theme. I have been ‘holding back’ until that happens (or it gets announced).

I am curious about the status of this release, are you planning on including PSD’s soon?

All the best

Hi there

I’m sorry about that. We did not forget, One of our community members have done this.

http://www.sketchappsources.com/free-source/1649-pages-ui-web-kit-sketch-freebie-resource.html

Hope it will be useful for now. We are working on something big these days :)

Thanks a bunch guys! Nice of you to answer

Hi Ace,

Just like Jahaap, I’ve set up the demo (nr 2) but my slider isn’t animating the circle overlay on init. It works by clicking the nav items but in your demo http://pages.revox.io/frontend/1.0/html/02/index.html The shape overlay animates immediately on the first slide.

Can you help me?

Kind regards, Zalster

Hi there

Extremely sorry about that we fixed it now :)

Please do as mentioned http://help.revox.io/t/pages-swiper-not-animating-on-init-update-patch/202

I’m working with Sample 1. I want to use the drop down menu. However the dropdown menu disappears on mouse over before I click. any way to prevent this?

The dropdown is also showing the body content as if its transparent. How i can make the menu to be on top of the page?

Hi there, Can you share your code? Do you get the same issue on the demo? http://pages.revox.io/frontend/1.1.0/html/01/

Hello Ace, this happens when I use ‘Static’ for the header as I mentioned above. Any luck?

Hi there

Sorry it took such a long time to sort it out.

You can use the following css in and add the class “static-header”

body.static-header .header {
  position: absolute;
  left: 0;
  top: 0;
}
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey