322 comments found.
Hi,
I’m having issues with go-top widget in small-view. I’m using the boxed version.
When the go-top widget is on an image it is not clickable at all, It’s ok when it is not on image.
Hey Lenamtl,
Thank you for your comment.
We couldn’t replicate it for example here (also boxed versio): http://thememotive.com/multipurpose-theme/pattern-5/ (WP version) or here on html version http://thememotive.com/multipurpose/ . On WP version we implemented “Go to top” element disapear on resolution smaller than 1100px, so perhaps this kind of solution may help on your website. Could you please send us link to your website, so that we could investigate it?
Kind regards,
ThemeMotive team
I can recreate the problem on your demo home page. Resize it to the smaller view then click on the widget when it is on the image (the book for example), it’s not working.
I need the widget on small version too, which is the most important place to use it.
It will do that also on full view if you have an image near the border of the page in full width.
Thank you for the details. Please just add this code in style.css:
a.go-top { z-index: 99; }
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Thanks
Your are welcome 
Hi is it possible to add a sidebar in the 3 coloumns portfolio?
Hey Chandertary,
Thank you for your comment.
As for your question: this functionality will be possible in the coming release of WP version ( http://themeforest.net/item/multipurpose-responsive-wordpress-theme/9219359 ). It will be possible to add sidebar also on portfolio single item or any other portfolio page.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
How could i modify the contact-form.php file that after sending the mail it would respond the same way like landing-page-form.php. Not redirecting in any way?
Hey Verkkomainonta,
Thank you for your comment. In general form on this http://thememotive.com/multipurpose/landing-page.html and this page http://thememotive.com/multipurpose/contact.html works very similar way by default (using AJAX and not redirecting to other pages), so could you please write more details what do you plan to change in the contact-form.php ?
Kind regards,
ThemeMotive team
Hi
Hi 
Hi! in this template implemented megamenu? If not, can you help me do that?
Hey AbduAliym,
Thank you for your comment.
If you want to add megamenu please add this code in style.css:
.megamenu > ul > li > a {font-weight: bold;}
.megamenu > ul, .top nav > ul > li.megamenu > ul {width: auto; padding: 10px 0; white-space: nowrap; font-size: 0;}
.megamenu > ul > li {display: inline-block; margin: 0; vertical-align: top; font-size: 12px;}
.megamenu > ul > li > ul {display: block; position: static; margin: 0; padding: 0; background: none; box-shadow: none; font-size: 12px; white-space: normal;}
.megamenu.right > ul {left: auto; right: 0;}
.megamenu.center > ul {left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.megamenu > ul > li:hover > a {background: none;}
then please add megamenu class to li of menu item and please use the similar structure like in the example below:
<li class="megamenu center"><a href="#">Colors</a>
<ul>
<li><a href="#">Column 1</a>
<ul>
<li><a href="./landing-page-green.html">Green</a></li>
<li><a href="./landing-page-red.html">Red</a></li>
<li><a href="./landing-page-pink.html">Pink</a></li>
<li><a href="./landing-page-gray.html">Gray</a></li>
<li><a href="./landing-page-purple.html">Purple</a></li>
</ul>
</li>
<li><a href="#">Column 2</a>
<ul>
<li><a href="./landing-page-blue.html">Blue</a></li>
<li><a href="./landing-page-azure.html">Azure</a></li>
<li><a href="./landing-page-black.html">Black</a></li>
<li><a href="./landing-page-silver.html">Silver</a></li>
<li><a href="./landing-page-tan.html">Tan</a></li>
</ul>
</li>
<li><a href="#">Column 3</a>
<ul>
<li><a href="./landing-page-brown.html">Brown</a></li>
<li><a href="./landing-page-turquoise.html">Turquoise</a></li>
<li><a href="./landing-page-yellow.html">Yellow</a></li>
<li><a href="./landing-page.html">Orange</a></li>
</ul>
</li>
</ul>
</li>
Notes: In the example above we used class megamenu center, but you can use just megamenu or megamenu right.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hello ,
We have bought this template about a year ago.It was fine when I started to build my company new website but now with the release of IOS 8 it got totally complicated. Most of the sliders have problem on Ipad and iphone devices You can try. For example I use “selling slider” for the company but “next button “on the right and left of the slider doesnt appear. “Portfolio slider also does not show up on IE .I did try all the compliance code.Can you please help me ?
Regards.
Hey,
Thank you for your comment.
We checked it on many different devices with IOS 8, for example iPhone 5S and observed it works fine. We couldn’t replicate the issue with the disapeared slider arrows. Could you please make sure that you uploaded all files on the ftp (also files for the retina)? We recommend you also to clean browser cache an try other browsers. Concerning Portfolio slider we also checked the site on IE 9, 10, 11, 12 and it worked fine.
Kind regards,
ThemeMotive team
Hello again, sorry for keeping busy but I think I miss to add file ,I have 4 css file and 5 js file in total.Could you please tell me which one of them providing IE and Mobile Compability as you described.
Hey AyMdk,
There are 3 CSS files needed:
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
<link href="style-headers.css" rel="stylesheet" type="text/css" media="screen">
<!--[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]-->
and 3 js files needed:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/ie.js"></script>
<![endif]-->
In general styles for sliders (retina display) are written in style.css Styles/Scripts for IE8 are in ie.css and ie.js. We would recommend you to check the paths for images for retina (if you changed them) as this might be the reason that sliders arrows are not working on your retina ready devices (images/slider3-controls@2x.png).
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
No , I think I could’nt express what my problem is. I haven’t change the path of any image and I checked now the images are okay. The “index” slider which I used for my project is working on PC with google chrome IE8+ and firefox no problem unless I add ie.css file .When I put that file into my project file the arrows disappear again. Actually my main problem is with my Ipad mini retina. I uploaded chrome on my ipad and tested but arrows are getting disappear again .Not on pc or labtop only when I tested it with my ipad and iphone.Sorry for bothering.I just couldn’t get what is the matter with it. Because before IOS 8 it was working on my ipad as well.
Sincere regards.
Ayten
Could you please send us the URL to your webiste, so that we could check it on our devices too and see what could be the reason?
KInd regards, ThemeMotive team
Hi, again
Thanks for your concern about my issue . I think it is about our company’s proxy settings. I will inform if problem occurs outside of “server” . Thanks again
Regards
You are welcome
Thank you for feedback.
Hello, first of all I love the theme! I just have one question… I want to add to the contact page a couple of new fields (telephone, company and believe it or not FAX), how can I do that? Also I would like to get rid of the “topic” drop down menu. Please let me know how can I do this. Thanks! Gerardo
Hey Gdscougall,
Thank you for your great feedback 
This is html template, not a WordPress theme. WordPress version is here: http://themeforest.net/item/converio-responsive-multipurpose-wordpress-theme/9466052/comments
If you are asking for HTML version then it’s possible to make it this way: 1) You will need to modify the contact.html and remove the “topic” from the html and add new fields you want in similar way like current fields are added. 2) Then you will need to modify send-contact.php script (add new fields and remove topic fields).
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi,
MultiPurpose – Responsive HTML5 Template Questions:
1. The slides on the home page (boxed version) have a size of 700 pixels x 350 pixles, however, the actual slides displayed are much larger (approx. 875×437) causing image distortion. What is the correct image size to use for the slides?
2. Is it possible to switch to a full screen (wide) version with this template?
Thanks,
Hey Brossardkhan,
Thank you for your comment.
1. We recommmend you to use image dimensions 700px x 350px for slider 3 as this will look best (from the design point of view) and fit best for this slider. If your images are larger then we recommend you to simply crop them to the dimensions 700px x 350px.
2. Sure, please just remove the “boxed” class from the body tag. That’s all 
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Thanks so much for your prompt reply. Actually, larger images look much sharper than 700×350 ones (I have tested both).
One more queston: The menu does not show on a mobile device (Ihave tested this on two iPhones).
You are welcome 
If you want to have retina ready image then you could use 2 times bigger dimensions, but please do note that the file size of the image will be also two times bigger then.
For the mobile menu you need to add separate code. Please have a look at the example from the demo website. It’s this part of the code:
<select id="sec-nav" name="sec-nav">
<option value="./">Main Menu</option>
<option value="./" selected="selected">Home</option>
<option value="./landing-page.html">- Landing Page</option>
.
.
.
</select>
Then you can have full control over the menu items that will be showed on the mobile menu.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Thanks again for your excellent support. One more issue:
The phone number at the top (Call us now: ######) appears dark grey on the grey background on mobile devices, but it displays correctly (in white) on a computer.
You are welcome 
Thank you for your comment. Could you please write more details about your mobile device (system / browser)? We tested the theme on over 25 different popular mobile devices and couldn’t replicate this issue.
Kind regards, ThemeMotive team
I’ve tested it on an iPhone 5. Even your demo website has this porblem. I can send you a screenshot if you want.
Thank you for the details. We already added this rule in style.css – header .top p a {color: #fff;} and tested it on iPhone and works fine. Please add this rule also to your style.css
header .top p a {color: #fff;}
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi
I am having a problem making columns of equal heights.
Could you kindly help.
Kind Regards
Hey Lioillioil,
Thank you for your comment.
Do you need columns with equal height for some specific screen resolution?
In general the easiest solution could be to for example to add class=”equal-height” for each column, for example:
[columns]
[one_half class="equal-height"]Place for content[/one_half]
[one_half class="equal-height"]Place for content[/one_half]
[/columns]
and then please add in the Customize -> General -> Custom CSS
.col.equal-height {
min-height: 100px;
}
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi again
How can you make [class slider-box] Auto Play / Auto Start
Thank you for your kind help and support.
Hey Lioillioil,
Courrently you can use parameters for testimonials slider, for example:
auto=”1” – autoslides enabled delay=”9000” – time in milliseconds for each slide change duration=”800” – speed of changing the slides
Could you please write more details where do you want to to add the functionality of autoslides?
Kind regards,
ThemeMotive team
Could you kindly provide a working example, I could not find working example in your demo.
Thank you
Please have a look at the testimonials slider here: http://thememotive.com/multipurpose-theme/shortcodes/
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi I would like to congratulate for professional excellent template, and I have bought one today.
I really appreciate, if you help me with the following
I would like to setup a page with 3 columns you have div class col6
one sixth ... four sixth .. one sixth
col6 ... "?" ... col6
what class column to use for _ four sixth _ middle div block
Thank you
Hey,
Thank you for you comment and great feedback
We appreciate it a lot 
Please go to WP editor then hover on orange plus icon then please use this shortcode (Columns -> 1/3 1/3 1/3):
[columns]
[one_third]Place for content[/one_third]
[one_third]Place for content[/one_third]
[one_third]Place for content[/one_third]
[/columns]
Hope it helps!
Once again thank you for the excellent feedback 
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi
Thank you for your quick response
I want
[columns] for content[/one_sixth] for content[/two_third] for content/one_sixth
But I am not sure about the syntax of for content[/two_third]
What is the correct syntax, Please Thank you
Hi
Thank you for your response
I want
[columns]
[one_sixth]Place for content[/one_sixth]
[two_third]Place for content[/two_third]
[one_sixth]Place for content[/one_sixth]
[/columns]
But I am not sure about the syntax of
[two_third]Place for content[/two_third]
What is the correct syntax, Please
Thank you
Hey,
it’s two_thirds, for example:
[two_thirds]Place for content[/two_thirds]
You can also find the syntaxt when hover on orange plus icon then please then Columns -> and for example 1/3 2/3.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Can you make it three columns 1/6 2/3 1/6 and what the syntax for middle column 2/3 please
Plese use the following code, we tested it and it works fine:
[columns]
[one_sixth]Place for content[/one_sixth]
[two_thirds]Place for content[/two_thirds]
[one_sixth]Place for content[/one_sixth]
[/columns]
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
Hi I would like to congratulate for professional excellent template, and I have bought one today.
I really appreciate, if you help me with the following
I would like to setup a page with 3 columns
[four sixth].. [one sixth]
... ?”> ... ...
you have
class=”col6”>
what class column to use for [four sixth] middle div block
Thank you
Hi i just buy the template and i’m looking for open the menu language to add another language and seen not working can you help me please http://thememotive.com/multipurpose/header15a.html
http://themeforest.net/item/multipurpose-responsive-html5-website-template/5379349/commentsHey DhiasJuhiur,
If you want to add dropdown menu with some other language then please see the example below:
modifed from:
<ul>
<li><a href="#" class="cart">Cart</a></li>
<li><a href="#" class="login">Login</a></li>
<li><a href="#" class="lang">English</a></li>
</ul>
to
<ul>
<li><a href="#" class="cart">Cart</a></li>
<li><a href="#" class="login">Login</a></li>
<li><a href="#" class="lang">Languages</a>
<ul>
<li><a href="#">English</a></li>
<li><a href="#">Language 2</a></li>
<li><a href="#">Language 3</a></li>
</ul>
</li>
</ul>
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
work thanks very much
You are welcome 
another question
do you have the possibility to expand/collapse all on the Accordion ?
thanks
Hey DhiasJuhiur,
Thank your for your question. Could you please show us some example to make sure we understand it correctly? Currently we have got two types of accorion, perhaps the second type is what you need. Please have look here http://thememotive.com/multipurpose-theme/shortcodes/ to see the two different types of accordion included in the theme.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
In this case we recommend you to reorganize this block from three separate blocks into one instead. This should also improve the usability of your page.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards,
ThemeMotive team
thanks
You are welcome 
Hi
Email form problem. I have set the form up and it work fine. However when the form is filled in by a respondent using a Hotmail address with a hyphen it comes up as “invalid address” example: someone-some@hotmail.co.uk will not work Take out the hyphen: someonesome@hotmail.co.uk it works
Thank you John
Hey,
Thank you for your comment.
Please replace from:
$email_pattern = "/^[a-zA-Z0-9][a-zA-Z0-9\.-_]+\@([a-zA-Z0-9-_]+\.)+[a-zA-Z]+$/";
to
$email_pattern = "/^[a-zA-Z0-9][a-zA-Z0-9-_]+\@([a-zA-Z0-9-_]+\.)+[a-zA-Z]+$/";
We already changed it and it works fine.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hi Thank you for your quick response it works just fine.
However I now find a problem with Yahoo. somebody.some@yahoo.com will not work take out the dot somebodysome@yahoo.com works.Help please Thank you John
Thank you for your feedback. Then please replace to:
$pattern = "/^[a-zA-Z0-9][a-zA-Z0-9-_\.]+\@([a-zA-Z0-9-_\.]+\.)+[a-zA-Z]+$/";
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hi Form not working with new code can you check, I see email_ missing is this correct? Thank you John
Yes, it should be $email_pattern on send-header-form.php, send-contact.php and newsletter-signup.php,
but on landing-page-form.php it should be $pattern.
So finally please use this code if you need it for newsletter:
$email_pattern = "/^[a-zA-Z0-9][a-zA-Z0-9-_\.]+\@([a-zA-Z0-9-_\.]+\.)+[a-zA-Z]+$/";
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hi ThemeMotive,
Great theme!
I’m hoping you can help me fix two minor issues I am having on my website built using your theme.
First thing is that the phone number in the upper right of my website at www.fahrenheitcreative.com/bonine appears grey on mobile devices where it should be white. I am not sure where it is drawing the code for grey. Any suggestions?
Also, I am having problems formatting the spacing in the responsive footer so that it displays correctly for all browsers. The spacing between items will appear perfect in Safari on a desktop screen, however there will be overlapping elements in safari on mobile devices. Also Firefox and Chrome desktop are having the same overlapping issues when viewing the site sized for mobile.
Thanks for your help!
Carolyn
Hey,
Thank you for your comment and great feedback 
As for first issue we recommend you to put inline style you used to style phone numer to style.css That should solve the problem.
As for second issues we could’t replicate it on our mobiles, however we recommend you to fix all issues related to html structure that are detected via http://validator.w3.org/check
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hello, Great theme. Quick follow up to previous comments. Could you email me the updated .js script that will sort the issue of thumbnails not working on a tablet/ipad? I can get the thumbnails in a portfolio to display but when you touch them, you just get the orange colour showing with no larger size. Was there a final resolution to this posted here or do you need to email a new .js file? Thanks
Hey Lornechris,
Thank you for your comment.
We just checked it on thememotive.com/multipurpose/ and it seems to work fine. Please find the updated js/css files in the attachement we’ve just sent to your e-mail.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Great template but only HTML. Please make it Wordpress theme. My clients want to managable website not HTML.
Could you consider convert this template to Wordpress theme?
Thanks.
Hey oakdogan,
Thank you for your comment and great feedback. We appreciate it 
Concerning your question: We have already started working on WP version long time ago and WP version will be released very soon with lot of extra features, so please follow us on ThemeForest, Facebook, Twitter and Google+ to be informed about the release day.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Ok, thanks. We will wait.
Hey Oakdogan,
We are happy to inform that WordPress version with tons of outstanding features is available from now.
You can download it from here: MultiPurpose – Responsive WordPress Theme
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hello Thememotive, This is mary again. I have smartphone 4G and i tried to open my website but I cant see my logo and my navigation menu. Please help me!!!!!!
Hey Mary,
Thank you for your comment.
Please make sure the your logo for retina has got the same name as your standard logo, but with @2x at the end (for example logo@2x.png) and is placed in the same directory as the standard logo.
You can also remove this part of code from scripts.js if you don’t want to support devices with high resolution display.
//logo for retina
$('header .title img').each(function() {
var retina = window.devicePixelRatio > 1 ? true : false;
if(retina) {
var filePath = $(this).attr('src');
var fileName = filePath.substring(filePath.lastIndexOf('/')+1);
var retinaFileName = fileName.replace('.', '@2x.');
filePath = filePath.replace(fileName, retinaFileName);
$(this).attr('src', filePath);
}
});
As for navigation issue, please make sure that you included menu for mobile in your html structure.
It is for example part of code:
<select id="sec-nav" name="sec-nav">
<option value="./">Main Menu</option>
<option value="./" selected="selected">Home</option>
<option value="./landing-page.html">- Landing Page</option>
<option value="./home6.html">- Magazine</option>
…
….
</select>
Please have a look for example at index.html from the download package.
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Thank you the logo now showing but the navigation shows on my laptop instead my smartphone.
Mary
I use my laptop and smartphone to test my site
Could you please send us the URL to your website on info (at) thememotive (dot) com, so that we could check it online?
Kind regards, ThemeMotive team
Hello Thememotive, This is mary I purchased your theme. I have a problem I would like to resize the logo but I don’t know where to locate the code. Please help me. Thanks!!!!!!!!!
Mary
Hey mary,
Thank you for your comment.
Please replace width and height values to your custom values in this part of code:
<p class="title"><a href="./"><img src="images/temp/logo.png" alt="MultiPurpose" width="219" height="35" /></a> <span>Ultra Customizable Template</span></p>
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hello Thememotive, This is mary again. I have smartphone 4G and i tried to open my website but I cant see my logo and my navigation menu. Please help me!!!!!!
Hey Mary,
Thank you for your comment.
It seems like you didn’t upload loago for retina display. Please upload logo@2x.jpg with 2 times bigger dimenstion or if you don’t want to have retina ready logo then please remove this:
//logo for retina
$('header .title img').each(function() {
var retina = window.devicePixelRatio > 1 ? true : false;
if(retina) {
var filePath = $(this).attr('src');
var fileName = filePath.substring(filePath.lastIndexOf('/')+1);
var retinaFileName = fileName.replace('.', '@2x.');
filePath = filePath.replace(fileName, retinaFileName);
$(this).attr('src', filePath);
}
});
from js/scripts.js
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team
Hello,
nice work, nice template. I want to add to the social media icons youtube with the same design. How is that possible? Can you send me more social-icons? Thank you in advance
Hello,
Thank you for your comment and positive feedback. We appreciate it 
Please have a look at this code example for youtube icon:
<li><a href="#" class="youtube">YouTube</a></li>
Other social icons/class names you can use:
email
facebook
twitter
pinterest
rss
linkedin
flickr
vimeo
blogger
tumblr
skype
behance
googleplus
youtube
dribble
instagram
picasa
github
stumbleupon
lastfm
Hope it helps!
Please let us know if we can be of further assistance.
Kind regards, ThemeMotive team