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:
fromslides.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.
I meant.. ”... should use the width of the aside column…”
Hey,
Thank you for your comment.
Yes, you can do that easily.
Please create the image of the width of the aside – 220px and any height, place it in the html code in aside tag:
<section>
<a href=""><img src="images/temp/author.jpg" alt="" width="220" height="220" /></a>
</section>
and in style.css please add this:
aside a img {
max-width:100%;
height:auto;
}
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
well.. didn’t work… there is an img-border directive that automatically wraps the a img tags, and it takes over… if I hack it adding ”.img-border {max-width: 100%; width: auto; width:100%;}” the width 100% it kind of works… but then the small squared images that are supossed to go before the comments mess up.. as they turn into full width…
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
Hi
Thank You. I meant to show multiple different maps, not one map with different locationpins.
also
If i load a map to the column, it somehow breaks the street view icon. It shows actually two icon side by side normal and gray – with wrong dimensions. This happens when map is loaded for example in “col2” or “col4” When hovering icons they disappear.
Thank You
Please have look here is the working example with multiple different maps.
We couldn’t replicate the problem with map in the column. Seems that something might be wrong with your custom code. Please review it with W3C validator.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
Thank You for quick reply / code.
About the map: Please take a look at: http://mhl.hostoi.com/mp/contact.html-> this is exactly original code from just downloaded package. Only changes are:
a. copied colums code from “shortcodes-columns” b. moved map div to middle column
-> as You can see. Please take a look at the “street view icons at the top left corner.
For me it seems to be some problem? At least on Mac Firefox, Safari and Chrome.
Any ideas?
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>
Hey privatamente,
Thank you for your comment 
Additional text to form elements were are not displayed intentionally on the demo in order to show just how the elements looks like.
Please use the following html code in order to show them: (Please just change the position of “Checkbox selected” text.)
Checkbox selected <label><input type=”checkbox” name=”chk1” value=”1” checked=”checked”></label>
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
If you want it to float to the right or left then please use this html code instead (added class=”input” to p element):
<p class="input">
<select name="subject" id="subject-form">
<option value="0">Choose</option>
<option value="1">When are you going to appear in my area?</option>
<option value="2">Complaint</option>
<option value="3">You're awesome!</option>
</select>
</p>
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
Non funziona con Chrome: http://www.mastoplastica.me/mastoplastica-costi (Rispettiamo la tua privacy)
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?
Hey Comradrush,
Thank you for great feedback
We are glad to read it 
As for our question please add this code to the style.css:
.slider5 span.select {width: 94%;}
and here is the exemplary html:
<p><select name="subject" id="subject">
<option value="0">Choose</option>
<option value="1">When are you going to appear in my area?</option>
<option value="2">Complaint</option>
<option value="3">You're awesome!</option>
</select></p>
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
Hi Thanks for the prompt response! Almost there, I need it to align within the same aspect as the input fields 50%. See here http://roosearch.com.au/change.jpg
I’ve used .slider5 span.select {width: 44%;} to condense the select field but it still floats below to the left
Hi Guys, any change you can respond today? Much appreciated
Hey,
Did you added the select in p tag with input class. We tested ut and it should work.
Please have a look below at working example:
<form action="send-header-form.php" method="post">
<h2><strong>Aenean interdum</strong> egitero mobi porta lacus quam.</h2>
<p>Get more information</p>
<p class="input"><input name="shc-name" id="shc-name" placeholder="Name"></p><p class="input"><input name="shc-lastname" id="shc-lastname" placeholder="Last Name"></p><p class="input"><input name="shc-email" id="shc-email" placeholder="Email"></p>
<p class="input">
<select name="subject" id="subject-form">
<option value="0">Choose</option>
<option value="1">When are you going to appear in my area?</option>
<option value="2">Complaint</option>
<option value="3">You're awesome!</option>
</select>
</p>
<p class="textarea"><textarea name="shc-message" id="shc-message" placeholder="Name" rows="5" cols="20"></textarea></p>
<p class="submit"><button name="send" type="submit" value="submit">Submit</button></p>
</form>
You can also add this to style.css:
.slider5 span.select {width: 100%; margin: -4px 0 0 -5px;}
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards
Hi Thanks for the response, it worked. One last thing, when I press the arrow drop down no menu appears, it only appears when I click on the actual work. How can we fix this?
*it only appears when I click on the actual word.
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?
I should note that I’m talking about Safari 5.1.7 and I.E. 10.0.9200 on Windows 7. Seems ok on Safari 7 on Mac OS when I tested that config on CrossBrowserTesting.com.
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