98 comments found.
Hello, may I buy this template and convert it to codeigniter then sell it on codecanyon? We can discuss about royalty if needed.
No, this is not allowed.
hi Slowave – Multipurpose Responsive HTML5 Template.
We want to banner slider is 60% of height in desktop and 100% in Mobile compatibility so could you please response us ASAP.
Thanking You
hi could you please response
Hi,
Just replied your email.
Hello and thumbs up for the great work. I want to add a button which resets the contactform, and empties all fields. #Thank you
And it is possible to add an second Mail Recipient?
Hi,
There is an example here showing how to add a reset button to clear the form fields: http://jsfiddle.net/fmTDY/ You can find many other examples online. For second mail recipient, we’re not sure if it will work but have you tried adding the second address in the php file next to the first one separated by a comma?
Hi, ok i understand, resetting contactform is a general issue not directly related to your theme. Nevertheless thanks for the hint. Emptying the fields works already, just keeping my input title attributes e.g. “Your Name here” doesnt work (yet).
Adding second Mail recipient was as easy as you said, just insert additional recipients separated by comma.
Thank you for support!
Hi, would it be possible to add pagination to the portfolio page and if yes, how difficult would it be?
Thanks
Hi,
Unfortunately the existing portfolio script doesn’t have a pagination option.
I don’t require the Ajax that filters the portfolio as I will simply be using it as a gallery listing. I guess I can disconnect the Ajax and just add a pagination div to the bottom of the page? Do you think this would work?
Yes, if you don’t need the filtering then you can manually create the pages and add their links in the pagination at the bottom of the page.
Thanks, that helps a lot. I do have one final question. Is there a possibility to add a search bar to the main navigation?
Yes you can add a search bar in the navigation. But please note that since this is an HTML template search will not function out of the box, it is only available as design. You will need to implement the functionality yourself.
I’ll be using this on my own backend so I can add in the search functionality. Would you however be able to help adding the search bar so it works responsively?
Our support only includes fixing bugs and answering questions related to problems with the included features in our items. Debugging or providing guides on how to make custom modifications to items is unfortunately not part of our support. Thank you for understanding.
On the portfolio page, the thumbnails are 440×295 – sometimes though the images I need to add are larger or smaller than this size and I would like them to constrain to 440×295. I know I can set this via css, but am unsure where or how to do this.
Could you please provide your portfolio page URL with your custom images applied so we can take a closer look? Thanks.
Sent you the link via your contact form. Thank you
We’ve replied your email
can i update this theme to use bootstrap 4 on my own
There are many differences between Bootstrap 3 and 4 and it is not possible to pin point all of them. You will have to try and see.
Hi, I have 2 questions. 1. I can´t find color settings for top menu text elements (hover etc. I found, but can´t find the basic color)
2. Pricing table in Live Composer somehow does not work. It says Visit settings, but I can´t find it anywhere…
Thanks
Hi, You seem to be referring to the Wordpress version of Slowave which was released by a different author, @tommusrhodus. You can contact him through his support forum: http://tommusrhodus.ticksy.com/
Thanks for your hard work. I had this same issue mentioned above with Revolution Slider links not being clickable on a variety of phones/tablets. Your fix worked a treat. Thanks for the support!
Hi, what would it take you to update the Theme with AMP HTML support for the blog and Portfolio pages?
Regards Sam
Hi,
Unfortunately it is not in our plans to include AMP HTML support.
Hello elemis,
My client loves the Slowave theme! Thanks so much for writing it. This being said, my client would prefer that the navigation arrows on the about.html page to always show (not just on mouseover). How do I make this happen?
Thanks!
Hi,
Please add the following CSS code in style.css to make the carousel navigation arrows always show:
.owl-carousel .owl-controls {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
Perfect! That worked! Thank you so much…
Hello,
On the rotating banner, how do I keep the LEFT and RIGHT arrows from disappearing if it doesn’t hover over the banner? I want them to be on the rotator at all times and not disappear.
Thank you.
Hi,
To make the arrows always appear please change the hideThumbs value as 0 in style/js/scripts.js
hideThumbs: 0,
Thank you! Worked like a charm.
Another question, what about if I want the portfolio slider to make the arrows always appear?
Hi,
Please add the following code in style.css at the end of Owl Carousel codes:
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page span {
pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav,
.owl-slider-wrapper .owl-controls {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
Hello! I would like to use different picons than the ones in the current css file. Is there a full list of all the picons available? Thanks!
Hi,
The template includes a limited number of icons from the set because of license restrictions. You can see the list of all icons and purchase it here https://picons.me/thin-preview.php
Thank you. I’ve gone there and purchased the picons thin product. It appears to me you used the picon font and css to display the icons. Can you suggest a css method to display a .png image instead of the font? Thanks!
Hi,
You can insert the .png’s with img tag like any other image:
<img src="picons-icon.png" alt="" />
Thanks elemis. However, I was thinking more along the lines of :
picons-icon {
background-image: url(images/picons-icon.png); background-repeat: no-repeat; background-position: left top; padding-top:68px; margin-bottom:50px; }
I think I’ll try the css method for starters.
Quick question on the contact form. If I wanted to add more categories besides “Name”, “Email”, “Subject” & the message box, where in form-handler.php would I add those newer categories?
Hi,
You need to add the parameters on line 83 in form-handler.php
Hello,
Thank you for your response. But I’m not sure I understand. contact2.html originally had, for example, the Name (Required) & Email (Required) categories. I do not see those parameters in line 83 of form-handler.php. All I see is:
$mail_sent = @mail($emailto, $subject, $body, $headers);
If I want to add, for example, Company Name (Required), would I write that up in line 83 of form-handler.php? Here’s how I wrote up that category in the contact page based off the other categories pre-written in the template:
I appreciate the help and thank you for your patience.
Hi,
Sorry, appearantly you don’t need to change anything in form-handler.php. Only adding the new fields in the form is enough.
Hi,
Thanks for the great theme. I have some problems with the contact form. i want to use gmail account to receive mails. i couldnt get it work. The submit button doesn’t work. It doesn’t give any warning message when i press the submit button. It doesn’t say send it or fail ?? and how do i need to configure the gmail settings ? $use_smtp = ‘1’; i set it to 1. thats ok and i changed the smto user name and pass but how about the server and port ? what do i need to write them?
thanks for your support friends
Hi,
Could you please try smtp.gmail.com for server, 587 for port?
Hi, I am using the html-version for my portfolio.
Would it be possible to make the navbar transparent at index.html and let the full width image from the revolution slider see through? Logo and menu (about, services, portfolio, contact etc.) should of course still be visible.
On tablet and mobile version it’s not necessary since there is the drop-down menu instead.
Sorry, I would like to have the transparent navbar also on tablet if possible.
Hi,
You will need to change the .navbar-header background in style.css as rgba color with opacity:
.navbar-header {
background: rgba(51, 60, 69, 0.5);
}
Also you will need to remove .offset div from below navbar in index.html for revolution slider to be seen through.
Thank you, works fine. The problem is when scrolling down on the page… the transparent navbar looks fine when the background is an image /home slider but not so nice over text etc.
Maybe it is possible to blend out the navbar when scrolling down on the page?
You can increase the opacity value to make it more solid than transparent. Or apply a different opacity value for sticky navbar only with the following code:
.navbar.fixed .navbar-header {
background: rgba(51, 60, 69, 0.8);
}
Dear,
Thanks for this wunderfull template. Just one question: is it possible to put 2 or 3 different map locations onto 1 page? I have this sort of contact page with three different stores on & currently it’s only displaying the same adress on all three ‘maps’ altough they have another adress configered..
Thanks in advance,
Kr
Hi,
You don’t seem to have purchased the item. There is no “purchased” badge on your comment.
Are you referring to the Wordpress version? If so, it is released by a different author, tommusrhodus. You can contact him through Slowave Wordpress discussions page: http://themeforest.net/item/-slowave-multipurpose-responsive-wordpress-theme/6870792/comments or his support forum: http://tommusrhodus.ticksy.com/
If you are referring to the HTML version, could you please send your question with the account you purchased the item with? Thanks for understanding.
Thanks elemis for your reply. I was indeed referring to the WP version
Is there any way to disable live composer and use the basic short codes instead?
Hi,
You seem to be referring to the Wordpress version of Slowave, which is released by a different author, tommusrhodus. You can contact him through Slowave Wordpress discussions page: http://themeforest.net/item/-slowave-multipurpose-responsive-wordpress-theme/6870792/comments or his support forum: http://tommusrhodus.ticksy.com/
Hi, I like this theme. I just want to confirm if I can use custom icons in .PNG (instead of the Font Icons) to make the service boxes? Since the Font Icons do not have the icons I would need. Please let me know. Thanks
Hi,
Thank you for your interest. Yes you can use any image files as icons.
On the Android browser of the LG Optimus G, it seems like the navbar moves down to the middle of the screen and then below the bottom as I scroll. I tested this on other Android phones and it seems to only happen on the LG Optimus G. Chrome and other browsers display properly however.
Unfortunately it seems that the default (Android) browser of LG Optimus G doesn’t support fixed positioning.
Hi, for some reason I can not click links and buttons in the top banner area(of the one page template) when on my touchscreen mobile device(an lg optimus g). I click them and they seem to light up or respond but do not take me to the appropriate page location.
Could you please provide your website URL so we can take a closer look?
Hi,
Just checked your page on an iPhone and the links work properly. Have you tried using a different browser? Also are you experiencing the same issue on our demo? http://themes.iki-bir.com/slowave/full/onepage.html
Confirmed that it works in the default Android browser but not Chrome for Android. Your demo site works fine in Chrome but the buttons in the top banner area don’t do anything so I can’t test and see if it works or not. The navbar and all other links/buttons work on both sites, it’s just that top banner area that’s having issues.
We’re not sure if we understand what you mean by “the buttons in the top banner area don’t do anything”. You cannot click on the responsive menu button to open the menu? We’ve just checked your page both with Chrome and Safari, the menu button and the menu links all worked properly.
On my site in the banner area there is a button “View Plans Now”, this button takes you to the “Our Works” section. It is what is not clickable on my LG Optimus G in Chrome. When I tap the screen on that button, it acts like a mouseover, but does not take me to that section. I had the same effect with a plain link as well.
Hi,
It appears that this is a known bug of Revolution Slider. Until its next update is released, the developer suggests adding
touchenabled:"off",to the initialization in style/js/scripts.js to fix the issue for now.
seems to work, thanks!
Amazing theme. 2 questions, please.
1. How do I adjust the size of the navigation bar in order to accommodate a much larger logo? 2. Ho do I keep the navigation bar at a fixed height? It currently shrinks and scales the logo during scrolling. I would like it to remain at the original size.
Thanks
Hi,
1. You can remove the fixed logo height from style.css:
.navbar.basic .navbar-brand img {
height: 30px
}
2. And remove the following codes that makes the fixed header shrink:
.navbar.basic.fixed .navbar-brand {
padding-top: 14px
}
.navbar.basic.fixed .navbar-brand img {
height: 30px
}
.navbar.basic.fixed .navbar-nav > li > a {
padding: 19px 10px
}