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.

Excuse me. I buyed your templates but somethings doesnt work. For example, the count downs in content-block-counter-1.html or the content-block-contact-6.html (appears in blank) ...

Seems its to complicate to change things. For example, i want to add “Days” in the sample 09, but all the boxed will desaligned.

I am some frustrated.

Hi there

Im sorry about the count down. Its because you have to set a day

Search for the attribute data-pages-countdown-date

Its after “UI Packs.” text :) set a date ahead of time.

Hi, thsi template works on Wordpress?

Hi there

Sorry no it does not :)

Where I can see the change log?

If you read two comments from your comment you will find it -

Update Log This is a critical update for PHPMailer vulnerability fix. Please make sure to update the plugin with the latest. Additional information is also available on the repositories Github wiki.

https://github.com/PHPMailer/PHPMailer/wiki/About-the-CVE-2016-10033-and-CVE-2016-10045-vulnerabilities If you have used this class in projects for clients, please help them to secure their projects as well.

Thank you!

Where I can find the latest update widget that you promised in description?

Hi there

We have delayed widgets since December as we are working on a new Product code name “Kepler” and if you read the comment section alot of people are waiting for it and we are doing our best and allocating all man power we have to it :) we are a small team 5.

Update Log

This is a critical update for PHPMailer vulnerability fix. Please make sure to update the plugin with the latest. Additional information is also available on the repositories Github wiki.

https://github.com/PHPMailer/PHPMailer/wiki/About-the-CVE-2016-10033-and-CVE-2016-10045-vulnerabilities

If you have used this class in projects for clients, please help them to secure their projects as well.

Thank you!

Important Notice

There is a remote code execution vulnerability in the PHPMailer class versions prior to 5.2.21. PHPMailer is used in the contact page to send email using the contact form. We will be releasing the update shortly mean while

How can you update ?

1. Download https://github.com/PHPMailer/PHPMailer/archive/v5.2.22.zip

2. In your downloaded phpmailer copy the following files https://drive.google.com/file/d/0B4YngNLzmKP7Zi13WEEySllhRWs/view?usp=sharing

3. Paste them into any of the samples directory /_lib/phpmailer

example samples/01/_lib/phpmailer

  • Remember to delete the old files before pasting them

Hello ace,

it’s a great product. Makes me to work more efficient.

1. Which font did you use to create your logo? Can you share it? I would like to create an own logo similar to yours.

2. You talk about “Smart Header” as a feature and if I understand correctly this feature is able to analyze the background color. Based on the color (dark or bright) it sets the font color to the opposite to make text readable. Correct? How can I activate this feature since I realized the getting_started project is not doing it by default?

Thanks and best regards

Hi there

1. We didn’t use a font it was a custom Illustration :)

2. Well its only added to the slider where a dark back ground is determined by

the attribute data-pages-header=”alternate” You can see it in sample 03.

Hi

I need your help urgently I purchased your theme Pages form themeforest.net

I developed a landing page using dreamweaver and uploaded on the site but the CSS and images are not working online. please view www.sitetools.global/new

I need your help ASAP. as it has to be shown to my client.

Thank you Regards Farrukh

Hi there

For some reason the link doesn’t work :)

http://www.sitetools.global/new

The reason is your image path is not correct. Did you upload the assets/img or assets/images folder ?

Good Morning,

I just bought Pages Admin and Pages Frontend and, after reviewing the comments of other buyers, I noticed that you have met the requests of other buyers, I would be very grateful if you would provide me:

- A combined version of Pages Admin + Pages Frontend. - A builder for Pages FrontEnd. - A sample of Blog & Post. - A sample of Forums.

Thank a lot in advance for your support, regards.

Hi there

Yes I have a small combine version :) and if you can drop an email to support@revox.io with your github username that will be awesome

Hi, in the documentation it talks about looking in the Frontend folder? I downloaded and there wasn’t one? So is the idea behind this one just to open up various templates in dreamweaver etc and patch together the code, or is there some kind of builder that i’m supposed to use? thanks Ian

Hi there

Try “getting_started” folder and all the files and samples are in “samples” folder

On example 10 there is a signature made with SVG, how can I convert any word into svg so that it can play like yours?

Hi there

You can make a simple SVG signature and animate it using

https://github.com/colinmeinke/svg-tween

or

http://snapsvg.io/

:)

Hello. I purchased this last week. And I would like to know how I can adjust the header background color both for the state scrolled to top and scroll to middle or bottom area.

Hi there

Well that is not inbuilt you will have to write a small JS scrip for it :) Page bottom.

$(window).scroll(function() {
    if ($(window).scrollTop()  > $(window).height() / 2)
    {
        //Middle

    }
    else if($(window).scrollTop() == 0){
         //Top
   }
   else if($(window).scrollTop()  == $(window).height()){
       //bottom
   }
});

Determing the conditions you can add your custom css color class using

.addClass() .removeClass()

Hello,

I am interested in the blog template I see others getting. I have a GitHub account *(jonbrown21) please let me know if I can get access to this gem. Thanks!

Jon

Hi there

Added you in :)

Hey Ace, this codebase you gave me access to doesn’t look familiar. I think you gave me access to the admin dashboard templates i purchased the HTML5 template. I can’t find the blog templates can you let me know where I should be looking?

Im extremely sorry. You should be able to see it now

https://github.com/revoxltd/pages-frontend

I am trying to use the pages front end sample 01 navigation code in Sitefinity. Sitefinity wraps static content within a tag which makes the menu disappear on mobile. How should I make this work? rgds /Gunnar

This makes the menu disappear on mobile.

<!- SITEFINITY CONTENT BLOCK WRAPPER START ->
<!- BEGIN HEADER FROM SAMPLE 01 ->
<nav class="header bg-header transparent-dark " data-pages="header" data-pages-header="autoresize" data-pages-resize-class="dark">
.....
</nav>
<!- END HEADER FROM SAMPLE 01 ->
<!- SITEFINITY CONTENT BLOCK WRAPPER END ->

no html code allowed in this comment field … that sucks

Issue fixed … now responsive mobile menu has been integrated with sitefinity … works like a charm …

Hello,

I’m using the input for newsletter subscription that you can find on sample 04 and sample 17. It’s a simple input and a validate button. It works great on desktop and iPad, but on phone it’s not really responisve, the input becomes really small and not user friendly, it’s because even in phone they stay near each other, the best behavior would be to put the button underneath the input in phone mode. How do you think I can achieve that, by keeping exactly the same design in desktop mode.

Thank you.

Thanks for the quick reply ! Unfortunately still same results in phone mode, with this code, input and submit button in the same line, but what I’m expecting is the submit button to go under the input when used in phone.

And happy holidays to you !

Hi there

Here is my screen shot :) is it possible to get one from you ?

https://drive.google.com/open?id=0B4YngNLzmKP7eVI0S0Nyc3BLM28

is there a way for the video bg in sample 16 to auto play on mobile(ios & android) it works fine on desktop but on mobile it’s not playing

Hi there

Nope :) iOS specially does not allow autoplay.

I’m having problems with the gallery not displaying correctly. It works fine off sever but once I uploaded to a sever to view the grid shifted to the right. Please view problem on this link at the bottom of the page:

http://sailtmm.website/celtic_tide.html

Do you have any ideas on how to resolve this?

Also, is there a way to enlarge images when you click on them within your theme or do I have to add a light box plugin?

Hi there

That is because you have an empty grid item

https://drive.google.com/open?id=0B4YngNLzmKP7ckRod3pOb1RFRm8

Remove that highlighted div and it will be fine. And for the popover what about something like this ?

http://pages.revox.io/dashboard/latest/html/gallery.html#

Thanks for the expedient response, your ace! All sorted on the grid.

In response to the popover however, how do I go about implementing that?

Also, FYI, I only seem to get the grey screen overlay and then pop up flashes up in white and goes away after less than a quarter of a second. A pop up style window works for me on the widgets page though… Any ideas why?

Hello, there! Just bought the template, really love it great job.

Wanna know if a sass version of the templates exists? I already user sass for my webesite, added less compiler to use Pages, but I’d rather not mix them if it’s possible.

Thanks.

Hi there

Im really sorry SASS not available for pages frontend. We were able to get it to Pages Admin.

Is it planned in the future ?

Hi yes

:) we will start work on it this week

Hi there, how do you get the contact form to work? I’m using sample 1 and made it a one page website to i copied the contact section from the separate contact.html to the index. html and i added this to the bottom scripts

<script type=”text/javascript” src=”assets/plugins/jquery-validation/js/jquery.validate.min.js”></script>

and

<script type=”text/javascript” src=”assets/js/contact.js”></script>

I have already edited the php file for the smtp but everytime i click the submit it just leads me to the html file of the mail.php.

thanks

Hi there

Do you have php installed you on webserver ? :) without a webserver with php installed you can not run the mail.php file

You must be planning to host it ? :) most of the host providers have php installed by default. Just update the files and you will see it work

hi, how to activate the parallax slide / Motion paralax scroll on sample 1(based from sample 13) thanks

Hi there

I might have got the question confused, all the slider have parrallax enabled :)

on sample 13 “PARALLAX SLIDE Celebrate Motion paralax scroll.”

i copied its code to sample 1 but now its not animating (the bar) and it stays at 0% instead of 200 like the one from sample 13

Hi there

Extremely sorry about the late reply. We are working on a new big product release on themeforest :)

You are missing the file

<script type="text/javascript" src="assets/plugins/animateNumber/jquery.animateNumbers.js"></script>

Add it before pages.frontend.js

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