Discussion on MultiPurpose - Responsive HTML5 Website Template

Discussion on MultiPurpose - Responsive HTML5 Website Template

Cart 2,369 sales
Well Documented

ThemeMotive supports this item

Supported

322 comments found.

Which is the fastest slider to load? Could there be some animated gif which shows the loading time instead of white empty space while slider loads?

Hey,

All are very fast and optimized (usage of jQuery and our custom scripts). Concerning the gif, we think it’s not necessary to have the preloader for this kind of very optimized and fast sliders.

Please let us know if we can be of further assistance.

Kind regards

We would like to purchase HTML version. How easy is to update theme with any upgrade you might have in future? Are we going to lose any customization made?

Hey Artisan14,

Thank you for your comment :)

Yes, you will have got rights to updates in the future as well. It’s easy to update, you can make custom changes in separate css file (to override the native one), so that you could update without problem.

Please let us know if we can be of further assistance.

Kind regards

I’ve enjoyed this theme very much. Easy to customize and looks great.

Your php script that captures email addresses looks nice on the page and provides the user with immediate feedback of a successful submission (without them leaving the page).

For that reason I want to use your form rather than Aweber’s form, however, I want the contact to go to Aweber.

Do you happen to know how I can send the email capture directly to Aweber using your form? Perhaps you’ve already integrated 3rd party emailers with this theme?

Thank you!

Hey Shayis,

Thank you you for your comment and great feedback :)

Currently we don’t have Aweber integration with Ajax, but it’s easy to integrate the Aweber with non Ajax way (described here or here). To have it done on Ajax without leaving page after submitting the form you might need some more custom coding and Aweber API usage.

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

Hi

Is it possible to change the transition effect for slider 1? If so – how?

Thanks!

Hey,

Thank you for your comment :)

It’s possible to change the transition by manipulating the fade in scripts.js

Exemplary change:

from

slides.eq(currentSlide).stop(true, true).fadeOut();    

slides.eq(currentSlide).fadeIn();

to


slides.eq(currentSlide).stop(true, true).fadeOut(100);    

slides.eq(currentSlide).fadeIn(100);

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

Thank You!

You are welcome :)

Hello, I am trying to place an image with link ( a tag + image tag ) as a banner that should use the with of the column and size accordingly to full width of the aside col when viewed from different resolutions/devices (responsive?). how can this be accomplished? tks.

It worked fine when we tested the code taht we provided. Could you please send us your custom code, so that we could investigate it? Did you add the width and height attributes for the image? Could you please check if your custom code is valid with W3C validator http://validator.w3.org/?

Please let us know if we can be of further assistance.

Kind regards

hello: I just send you a link link through pm that includes the proposed code. tks.

Hey,

Thank you, we just responded with the details about fix for your website.

Please let us know if we can be of further assistance.

Kind regards

Hi. How does the 404.html search function work? On your Demo site, the search fails because it is trying to escape your demo location. Ironically, when I try your search from your 404.html on my site (in development still) I get a 404 message (I do not have my server set yet to this custom error page). Is the 404.html file really supposed to show dynamic search results? I thought that had to be .php or .asp. thanks, Erik

Hey Edering,

Thank you for your comment :)

On the preview search is redirecting to the same page intentionally. It’s not supposed to show dynamic results (PHP and MySQL would be needed then). You could implement your own search system there or Google search if you want.

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

This is a fabulous template.</3> Robust and very well assembled. Thank you for so much stuff!!

Thank you for great feedback :) We appreciate it a lot :)

Kind regards, ThemeMotive team

How can we center up the pricing tables when we only have 1 or 2 items in the price page?

Hey BrianSmith,

Thank you for your comment :)

Please replace this line in style.css:

.pricing-plan {float: left; width: 22.5%; height: 295px; margin: 20px -1px 30px 0; padding: 10px 1%; border: 1px solid #dfdfdf; text-align: center;}

to for example this line:

.pricing-plan {max-width: 400px; height: 295px; margin: 20px -1px 30px 0; padding: 10px 1%; border: 1px solid #dfdfdf; text-align: center; display: block; margin-left: auto; margin-right: auto;}

Hope it helps!

Thanks and kind regards

Hello, great template. Any change of including a set of icons?

tks.

Hey Ivanoj,

Thank you for your positive feedback :)

Concerning the icons, yes we were planning to have them included by default (Font Awesome), but you was the first person who ask about the icons so far. Would be great to have more feedback what kind of icons would be best to include. If you need to use icons for now it’s possible to use include Font Awesome with little code. There are also some of our custom icons included for example here http://thememotive.com/multipurpose/home7.html

Thanks and kind regards

Slider 1 doesnt seem to be working responsive (the image would not shrink appropriately.

tks.

Hej Ivanoj,

Thank you for your comment :)

Please note that in the Best Slider responsive version is done intentionally that way. Previous version of this slider was done with scalling images, but then the font-size needed to be very small (to keep the image and full text in the slider), hard to read (not good for SEO and users), so we redesign this type of slider and made the text just little bit smaller.

Please let us know if we can be of further assistance.

Thanks and kind regards

Thank you for making such a nice template!

I am trying to add a Form & Paypal Buy Now button inside the slider1 (home4.html) but its not working, when I click it goes to the next slide, how can I do this? Thanks!

Hey,

Thank your for great feedback :)

Could you please send us your code to review. Seems like some little html issue with your custom code. You can also check your custom code with the w3c validator http://validator.w3.org/ and fix the potential errors.

Hope it helps!

Please let us know if we can be of further assistance.

Thanks and kind regards

First of all, thanks for such a wonderful template. I’ve implemented everything present on the template but the issues i’m facing as of now is about the menu. In the original template, the menu floats when we scroll down, but the same is not happening for me when i created everything.

Can you please give a solution in this regards?

Thanks in advance.

He nimishmote.

Thank you for great feedback :)

Please check if you have got class sticky-enabled no-topbar in your html code structure. Please also make sure that you have got this part of code in your template:

<link href="style-headers.css" rel="stylesheet" type="text/css" media="screen">

It should be by default but you could removed it probably.

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

Hi. My site is in development. Both my site and yours all of a sudden have an issue in Chrome. I spent a long time trying to figure this out, and then i noticed your version also has it. Look at your first slide on http://thememotive.com/multipurpose/ and you will see the text to the right of that slide is breaking down past the image. Weird that it is always starting with the 2nd word, and weird that it is only the first slide. Any ideas? please help! (Great product)

Hey Edering,

Thank you for your comment and great feedback :)

We couldn’t repliacte this on our Chrome version. Could you please send us the screenshot and details about browser version / operating system / fonts used? This might be related to too long text used in the slider, so please try to put some shorter tescription.

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

hi,

In your live preview i can see that everyting is fine on IE8, but even if copy/paste your source code i have big probleme in IE8. I really didn’t understand ! Sorry for my english

Hey Nguizan,

Thank you for your comment.

Please make sure that you have got files style-ie.css and js/ie.js and using them in the template.


    <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <link href="style-ie.css" rel="stylesheet" type="text/css" media="screen">
    <![endif]-->
    <!--[if lt IE 9]>
        <script type="text/javascript" src="js/ie.js"></script>
    <![endif]-->

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

great job !!! you solved my problem, i just forgot to add the ie.js and style-ie.css files. Thanks for the quick reply !

You are welcome :)

Hi

What is the best way to show multiple google maps with different locations on the same page?

Thank You & regards

LM

Thank you for the details.

If you want to use Google Map in the 1/3 column, please add this code to style.css

.col3 .gmap img {max-width: none;}

or just

.gmap img {max-width: none;}

for all.

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

Fine – it is ok now. Thank You for great support!

You are welcome :)

Hello grate design , but i can’t download it is there is Problems in download page ?

Hey Alphatechnology,

Thank you for your comment.

Could you please write us more details? What problems do you have with downloading from themeforest.net? It might be related to your internet connection.

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

Hello, labels are not displayed on the check (even on vs.demo): <label><input type=”checkbox” name=”chk1” value=”1” checked=”checked”> Checkbox selected</label>

You can shorten the length of the input as a form of bootstrapping?

Sorry, I’ve written in Italian! It does not work with Chrome http://www.mastoplastica.me/mastoplastica-costi (Rispettiamo la tua privacy)

Thank you for your comment.

In this case please add width: 15px; for

.form1 .input label in style.css

so it should look like:

.form1 .input label {display: inline-block; margin: 0 10px 0 0; font-weight: normal; width: 15px;}

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

Hi Guys,

Great Design! Good Work!

Quick question: I am customising the fields on the quote form (home5.html) and am adding a drop down ‘select’ box but the box does not align correctly, it is not same length and has rounded corners.

Can you provide any direction?

Do you mean the arrow on select field on the form? We tested it with the code we provided you above and it worked fine. Seems like there might be some little issue in your custom code. We would suggest you to validate the code with http://validator.w3.org/ and fix the potential errors.

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

Hi Thanks for your response. There is no custom code the template was populated with text and images. The only custom code was the one you provided. I will send you a pm with the link. Thanks

Observed on your website that it’s now working fine.

Please let us know if we can be of further assistance.

Kind regards

I hope this is the last and final time i have to ask you question seriously. You have been the best support help for your work that i have ever had on ThemeForest. I do really appreciate it. So the problem i am having now is that for some reason my logo isn’t centering under the title text. When put into landscape on the mobile. The title text underneath the logo is centering fine but the logo is not. I replaced my logo with your logo and it is still a no go. I even brought one of your original pages in using my altered css files and your page works as expected. Figured i was missing something fairly simple. Thanks Again!

Hey,

Thank you for great feedback :) We are glad to read it :)

As for your question could you please validate your html with http://validator.w3.org/ and check/fix the potential issues/errors? Seems like the problem is somewhere in your custom code structure. If it will pass then please have a look at the html or please send it via e-mail to us (whole head and header section) for review (compare with the oryginal header section from the preview). It sounds like some little tag is missing or some very little issue in the html code structure in the header section.

Hope it helps!

Please let us know if we can be of further assistance.

Kind regards

Ok. So i checked it out and the only device it doesn’t work on is landscape on the galaxy S4. It seems to be when the website switches to landscape something with the resolution cuts off the section class top where the phone number and email are located. The same thing happens when you resize your desktop browser. At a particular size the section class top header disappears and then reappears if you downsize it more or up-size it more. It does the same thing on the original files with no modifications. I changed the @media maxwidth 800px to 620px where the section.top is and then of course the problem went away but then the mobile nav menu didn’t show up until you got even smaller on the width. Media query problem or addition i need to make?

Thank you for your comment. Could you please send us the screenshot describing the issue on info at thememotive dot com? On which page do you observed it (single page or all)?

Kind regards

First, top kudos for a well-documented, extremely flexible template. It took me a little while to process everything that was possible, but I love being able to combine parts of different pages to create unique layouts. I’ve run into only one problem so far: I’ve added an iframe youtube video to a home page slider, and there seems to be a layering issue. I could try to troubleshoot myself, but I thought you might have a more elegant solution than I could come up with, and it could benefit other users. Basically, when I load the home page in Safari, the YouTube slide stays on top of the others. In I.E., the YouTube slide shows up on top of the sticky menu. The behavior is unexpected, since the Vimeo iframe behaves fine in both Safari and IE, but unfortunately, I can’t switch over to Vimeo for this client. Any ideas?

Hey Redembermarketing,

Thank you for the great feedback :) We appreciate it :)

Could you please write us more details abouit which type of slider are you using (slider1 or some other?)? If Vimeo works fine then YouTube should also work fine. Could you please also make sure that the iframe code from youtube your are using is valid?

Thanks and kind regards

Could it be this simple? Did a little research on my own, and tried adding ”?wmode=transparent” to the attributes of the video link, and it appears to have fixed the layering problem in Safari and IE. However, in IE, the thumb is now not displayed. Same result with ”?wmode=opaque”

Please try using &wmode=transparent instead. This page might be also useful.

Hope this helps!

Let us know if there’s anything else we can help with.

Kind regards

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