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.

Hello there and thank you for this beautiful template, I have just started to work on a new project and so far is looking great.

I love the many blocks that you can mix and match to make multiple layouts but I find it difficult to “rip” each block from the samples. Not so much the process of selecting the right bit of code but the fact that I have to go through 19 samples just to find the block that I am interested in. For example, I am looking for the map block (I can see it in the themeforest listing on an image) but I just cant find it…even though went through all the samples multiple times.

Is this the right method to find and use blocks? Is there a sample with all the blocks on the same page?

Hi there

Right now yes you will have to go through the blocks, you will be able to get a small gips here.

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

But we are planing to add a block builder, Just to arrange and make a custom version soon :)

hello again, this is the page that I’m already using in order to find each block, the problem is that the screenshots under the section that says “OVER 80 UI BLOCKS” do not work so I don’t know which sample it is.

Hi, I’m trying to use sample 02 but “We Serve you …” text is not shown on first load (even with your samples).

What should I do ?

Hi there

We fixed it :) could send me an email to support@revox.io ?

Hi Ace, again another big problem – I am using modals and when I place a hyperlink in your modal, its just not working. hyperlinks are not working inside of modal. If you want, I can make a sample page available to you via personal communication but this is really weird and this is definitely a template issue.

ok solved the problem thanks

could you please reply ASAP – I sent an important concern.

I am running into a critical problem with one of your pages frontend template http://pages.revox.io/frontend/1.1.0/html/18/# the footer just doesnt show up in safari – it shows up firefox and chrome however a simple footer when I scroll doesnt show up. PLEASE SEND THE FIX ASAP. THIS IS ABSOLUTELY CRITICAL – I REALLY DONT HAVE TIME TO GO THROUGH YOUR JS FILE TO FIX A SIMPLE SCROLLING -

Awesome :) sure let me know if you need anything

just rate you 5 stars :) and I really love your dashboard template.

Thank you very much! :)

could you please reply ASAP – I sent an important concern.

I am running into a critical problem with one of your pages frontend template http://pages.revox.io/frontend/1.1.0/html/18/# the footer just doesnt show up in safari – it shows up firefox and chrome however a simple footer when I scroll doesnt show up. PLEASE SEND THE FIX ASAP. THIS IS ABSOLUTELY CRITICAL – I REALLY DONT HAVE TIME TO GO THROUGH YOUR JS FILE TO FIX A SIMPLE SCROLLING -

Hi there

On it, We are on a different timezone :) Ill get you fix in abit :)

Nothing is responsive, men. What we do now? how can i get in contact with envato.

Hi Again

The surprising part is no one else has ever complained that Pages was not responsive and this is the first complain. I have been kind enough to agree to even refund you. If there any improvements we will always be happy to add it. But this is a responsive template and it would never be approved by envato.

https://themeforest.net/refund_requests/new
Hi, I have used your dashboard template as well as the frontend template. I have purchased both templates however I am running into a critical problem with one of your pages frontend template http://pages.revox.io/frontend/1.1.0/html/18/# the footer just doesnt show up in safari – it shows up firefox and chrome however a simple footer when I scroll doesnt show up. Could you please reply me immediately with a fix. This is very important. thanks sangram

Hi there

On it, We are on a different timezone :) Ill get you fix in abit :)

Yes definitly true the picture is not responsive, and the portfolio are only thumbnail pictures i cant open a portfolio single page? please tell me more or get update or i want the money please back, because i cant do anything with the theme im sry :/

Hi there

Yes I will approve the refund. You can request it via envato :) and I will approve it

I want my Money back, and guarantee that i dont sell or take the theme online. i leave in germany here we have laws. how can i get in contact with themeforest to get my money back?

I understand. Yes you can request :) If your not feeling confident.

Look at this Link: http://pages.revox.io/frontend/1.0/html/06/portfolio.html the portfolio doesnt work? its only a slider and the section with the logos are not responsive visit the page with iphone, ios or android. I want a responsive theme like the description and a portfolio this is not a portfolio i buy this theme because i listen the description :(

Hi there

Portfolio works fine on my end :) I think you might be having a mis understanding. Yes the logos aren’t because its just one single image

http://pages.revox.io/frontend/1.0/html/06/assets/images/logo_set.png

Just for showcase

Hello Dear,

i buy this Theme, but it is not responsive, and the theme dont have a portfolio? How can i use a Theme that not working.

Hi there

It is a responsive ready site :) What is the issue your facing? what is the device your testing and what component is not working :) ?

Hi Is it possible keep the horizontal submenu visible when the option that drops it down is active? Im using the 17 menu style

Its working, Just one more thing, could the submenu remain visible “open”, even if I hover in/out of the bar? If I am in the page I need to keep visible all the time

Hi there

Sorry again about the late replies :) But won’t that cause an issue where other submenus won’t open ?

No problem for the time, I don’t know if that cause issues, that’s why I’m asking you, if you guide me to do that, I let you know the issues that I found. But that doesn’t represent a problem whenever the submenu remains visible, that would be great

can you send me the blog to jesvinjoachim@live.com

Hi there

Do you have an github account ?

Hi Ace,

I am having some difficulties on using the form validator. By default it appears to be using the pop-up error message, how do i get the RED text underneath the formfields instead. I can’t see any settings or config for that.

<label>Name</label> <input name=”name” type=”text” class=”form-control input-sm” required>

In the JS file, i have: $(’#form-test’).validate();

Help!

Thanks,

Rick

Hi, we already have a form layout that has error label underneath input. Please checkout ‘Separated form layouts’ at http://pages.revox.io/dashboard/latest/html/form_layouts.html

2) You need to define the onRefresh callback and trigger the refresh.
$('#myportlet').portlet({
        onRefresh: function() {
            // What needs to be done when refreshed
            // once done loading call 
            // $('#myportlet').portlet({
            //        refresh: false
            //   });
        }
    });
when you want to show loading, call this
 $('#myportlet').portlet({
                    refresh: true
                });

Source: http://pages.revox.io/dashboard/latest/doc/partials/portlets.html

Thanks Ace!

So I have a bug on mobile while submit the form using ajax:
$('#trial-form').validate({
      submitHandler: function(form) {
        $('#trial-submit').attr("disabled", true);
        $.ajax({
          type: $(form).attr('method'),
          url: $(form).attr('action'),
          data: $(form).serialize(),
          dataType: 'json',
          success: function(data) {
            if(data.success) {
              $('#trial-request').html(
                '<h2 class="m-b-0 text-center">Thank you for your interest!</h2>' +
                '<p class="m-t-5 light text-center">We will be in touch shortly to set you up with a trial account.</p>'
                );
            }
            else {
              $('#trial-request').html(
                '<h2 class="m-b-0 text-center text-danger">Something went wrong!</h2>' +
                '<p class="m-t-5 light text-center">' + data.error + '</p>'
                );
            }
          }
        });
        return false;
      }
    });

on desktop, i am seeing the form getting intercepted by the return false and it does not submit the form, ajax is working fine.

on mobile, i am seeing the json response instead… so the form appears to be submitting the return false is being ignored.

can you help?

NVM… odd, this resolved itself… not sure what was done.

Hi! Can you send me the complete folder of the sample 03? i got it incomplete :/

Never mind, found it!

Hi there

Sorry about the late reply. All samples should have all dependencies included :)

Any Update on whether Full PSD are included? Ready to buy…..

Hi there

We will not be able to give the PSD version anytime soon, We are working on a blog layout to add to the Pages Frontend :)

We do have sketch files though :) do you want that ?

Hi! What tool are you using to generate your documentation? It looks beautiful! http://pages.revox.io/frontend/1.0/doc/

Hi there

We do not use a tool :) We currently use https://mozilla.github.io/nunjucks/

But planing to move to gitbooks :)

Hi, when I press the search button I get an error:

pages.frontend.js:914 Uncaught TypeError: Cannot read property ‘toggleOverlay’ of undefined

https://colef.mx/observatoriobeta/

Any clue how can I fix it? Thank you and best regards

Valentin

Hi there

Make sure you have the following JS code included in a file after pages.js

    // Initialize Search
    $('[data-pages="search"]').search({
        // Bind elements that are included inside search overlay
        searchField: '#overlay-search',
        closeButton: '.overlay-close',
        suggestions: '#overlay-suggestions',
        brand: '.brand',
        // Callback that will be run when you hit ENTER button on search box
        onSearchSubmit: function(searchString) {
            console.log("Search for: " + searchString);
        },
        // Callback that will be run whenever you enter a key into search box. 
        // Perform any live search here.  
        onKeyEnter: function(searchString) {
            console.log("Live search for: " + searchString);
            var searchField = $('#overlay-search');
            var searchResults = $('.search-results');

            /* 
                Do AJAX call here to get search results
                and update DOM and use the following block 
                'searchResults.find('.result-name').each(function() {...}'
                inside the AJAX callback to update the DOM
            */

            // Timeout is used for DEMO purpose only to simulate an AJAX call
            clearTimeout($.data(this, 'timer'));
            searchResults.fadeOut("fast"); // hide previously returned results until server returns new results
            var wait = setTimeout(function() {

                searchResults.find('.result-name').each(function() {
                    if (searchField.val().length != 0) {
                        $(this).html(searchField.val());
                        searchResults.fadeIn("fast"); // reveal updated results
                    }
                });
            }, 500);
            $(this).data('timer', wait);

        }
    });

Fixed!! thank you, best regards!!

Hello, I like very much this theme and I’ve interesting to buy it. I checked how looking on mobile devices and I see it great in firefox and chrome, but crazy bad in opera and android base browser. Maybe you can look for fix it ?

Thank you and Best Regards

Hi there

Opera mobile ? yes Would be able to give us a screen shot on android browser because we do support it very well.

re: Mail.php… i’ve updated the required fields as per the documents but the website still does not process the mail from the input fields. I have done some research and seen that Godaddy (where i host my webpage) blocks some mail servers. I am using gmail.

can you please advise?

thanks

Hi there

I’m extremely sorry we missed this.

According to this https://www.godaddy.com/help/what-do-i-do-if-i-have-trouble-connecting-to-my-email-account-319

Your port should be 465

Others you can change the way you want :)

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