46 comments found.
Hellow, i am having some problem in Contact form (support form).
it is showing : Mail cannot be sent. You need PHP server to send mail.
i want to remove that code from my site.
i am making my site dynamic with php in a cpanel. the code i have added with your html tamplate is working with other tamplate but not working with your tamplate (oildrop)
i need that solution as soon as possible.
Thank you.
Hello! Thanks for purchase and sorry for delay.
I guess that you are trying to remove contact form processing via AJAX. If so you just need to remove code from your ‘js/main.js’ files from 445 to 476 (starts from comment ’//contact form processing’ to comment ’//search modal’).
Best regards!
Hey, amazing template. I would like to remove the blue bar above my slider. How can I do it? Link is at http://raynhart.com/test2/HTML/
Hello,
I think it will be best to override styling of the slider
Try to add this code to the bottom of your main.css file
.intro_section img {
position: relative;
}
.intro_section .slide_description_wrapper,
.intro_section li .container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.intro_section li [class*="col-"] {
position: static;
}
.intro_section .slide_description_wrapper {
padding: 0 15px;
display: flex;
align-items: center;
}
@media (max-width: 1199px) {
.intro_section img {
min-width: initial;
}
.intro_section .slide_description_wrapper,
.intro_section li .container {
position: relative;
}
.intro_section .slide_description {
max-width: none;
display: block;
width: 100%;
}
.intro_section .slide_description_wrapper {
padding: 30px 0 80px;
text-align: center;
}
.intro_section .flex-control-nav {
text-align: center;
left: 0;
right: 0;
bottom: 40px;
}
.intro_section .flex-direction-nav {
display: none;
}
}
It should remove blue bar and fix responsive issues with slider
Thank you! It worked.
Hello, I seem to have an issue with my slider, when I adjust the browser size, I seem to get a blue bar on the slider that will not go. if this an easy fix?
Tom
Hello
Can you, please, provide a link to your site?
.intro_section img {
min-width: 1920px;
}
Hello Still no joy with that piece of code, any other suggestions
Do you still have a blue bar after you added this code? Because when I adding this code on your site blue bar disappears
What would be the easiest/best way to change the font color?
Hello
The easiest way would be to replace all instances of font color hex code with hex color value that you want inside the “main.css” file.
Hi, i’ve just purchased this template but having issues with image display the ‘intro section person and text on the right’ does not display correctly, half on the image is grey in colour can you please assist urgently . Site Link is 2018.roberts-group.co.uk
Thanks Tom
Hello
The images used in the template are not included in the main download file, they are only for the preview purpose. According to Envato Terms we replaced all images with placeholders.
We provide a list of links to used images in template documentation
All sorted now
was the image of the man that was throwing it, on another note I can’t seem to get the slider to slide automatically. am I missing something?
$introSlider.each(function(index){
var $currentSlider = jQuery(this);
$currentSlider.flexslider({
// controlsContainer: ".slider-controls",
animation: "slide",
reverse: true,
pauseOnHover: true,
useCSS: true,
controlNav: true,
directionNav: true,
prevText: "",
nextText: "",
smoothHeight: false,
slideshowSpeed:10000,
animationSpeed:450,
start: function( slider ) {
// slider.find('.slide_description').children().css({'visibility': 'hidden'});
// slider.find('.flex-active-slide .slide_description').children().each(function(index){
// var self = jQuery(this);
// var animationClass = !self.data('animation') ? 'fadeInRight' : self.data('animation');
// setTimeout(function(){
// self.addClass("animated "+animationClass);
// }, index*200);
// });
var maxHeight = null;
slider.find('.slides > li').each(function(){
var slideHeight = jQuery(this).height();
maxHeight = (slideHeight > maxHeight) ? slideHeight : maxHeight;
})
jQuery('.slides').height(maxHeight);
},
// after :function( slider ){
// slider.find('.flex-active-slide .slide_description').children().each(function(index){
// var self = jQuery(this);
// var animationClass = !self.data('animation') ? 'fadeInRight' : self.data('animation');
// setTimeout(function(){
// self.addClass("animated "+animationClass);
// }, index*200);
// });
// },
// end :function( slider ){
// slider.find('.slide_description').children().each(function() {
// var self = jQuery(this);
// var animationClass = !self.data('animation') ? 'fadeInRight' : self.data('animation');
// self.removeClass('animated ' + animationClass).css({'visibility': 'hidden'});
// // jQuery(this).attr('class', '');
// });
// },
})
//wrapping nav with container
.find('.flex-control-nav')
.wrap('<div class="container nav-container" />');
$currentSlider.find('.flex-direction-nav')
.wrap('<div class="container direction-nav-container" />')
}); //intro_section flex slider
Stopping cycling on hover, change to “false” if needed:
pauseOnHover: true,
Cycling speed:
slideshowSpeed:10000,
Flexslider documentation https://woocommerce.com/flexslider/
Hi. Where is the dark version that was advertised for the oildrop template? Everything is showing as the white template. Please advise how to obtain the dark template that was shown as an example on the template sale page.
Hello
Dark version not included in archive. You can customize it yourself as it described in documentation or contact to us via contact form in mwtemplates profile and we will send you dark version of this template.
Best regards!
Hello, I am trying to setup my contact form but I can’t seem to find where to modify what happens when the customer hits send message. It should send it to my email right? where do I set this up?
Hello
To setup a Contact Form do the following:
Edit lines from 7 to 22 of your “contact-form.php” file. Place your email and message text.
You can also find this information in template documentation
Thanks for the response! but on my download file I do not have any php files. are they hidden?
It should be in HTML folder.
Try to download once more
Hi, I just purchased your Oildrop template, it seem awesome which is why i purchased it but i’m yet to use it which is why i’m contacting you.
I don’t know if i’m the one who doesn’t how the builder works yet but i’m just wondering how to import and change the default page like th homepage but i don’t see a zip file that i can import.
Can you please point me on the right direction on how to use the builder to make changes to the default page like homepage as i’ve said.
I will appreciate a soon reply as i need to have the web site up as soon as i can.
Regards
Also, how do i make the animation on the home page auto play on page load?
1. Visual Builder is not an actual HTML editor. It also cannot modify existing HTML pages. Its main purpose is creating new pages with predefined building blocks.
2. Do you mean slide changing of main slider? It is already sliding automatically but it is stopped when mouse is located over it. You can change it.
In main.js file on line 685 set false instead of true
pauseOnHover: true,
can you Impelement the Admin Dashboard? on the ís Builder?
Hello!
Admin dashboard elements are just front end styles and markup for any web app. There is not much sense to build dashboard in Visual Builder as you need to server side scripting any way.
Best regards!
Hi, thank you for your template. I dont find any solution to build counter block like that with Page Builder https://themesawesome.zendesk.com/hc/en-us/articles/207072047-Page-Builder-Counter-Block
Any idea ?
Regards
Hello!
Unfortunately, there is no such functionality in this page builder. But it is possible to do with code editor
where could i change the time between every slide of the main slider? which is the .js file?
i just found it on main.js slideshowSpeed:10000, thanks anyway, great theme =)
The documentation doesn’t contain the name or link to the stock image with the engineer holding the white safety helmet. Please let me know.
Hello!
Thanks for purchase!
Could you please send an email to us via contact form in our profile?
We will send you this image.
Thanks for the quick response! I believe you have it disabled, as I can’t see the contact form when viewing your profile, even though it’s showing on other profiles?
Am I dreaming or was there a WP version of this theme on here a couple of weeks ago!?
Hello! WordPress is on re-testing and will soon be available to purchase milking;) Best Regards
OK I know that…but was it on sale here previously? I swear I already saw the WP version of this theme available on here.
Nope. It will be first release of WordPress version
Weird lol…I must have dreamt it!! How soon will it be released (guess)?
Download link not working. come The connection has timed out.
Hello! Thanks for purchase! We have no way to influence the loading of files. It is the responsibility of envatomarket team. Looks like there was problems with site yesterday, try once more.
Great work Sir If you can complete the CMS Version of this within 2-3 days sure i’ll buy it
Hi Wordpress theme now re-verification, we hope that it will be on sale soon;) Best regards
Great Thank U Sir I’ll Buy it
Kind Regards! 
No Wordpress version?
Hello, Dear Sir! Very very soon WordPress version will be available. Please stay tuned with us and we will inform you about WP release of this template. Best Regards!
Hi, i’ve just purchased this template but having issues with image display the ‘intro section person and text on the right’ does not display correctly, half on the image is grey in colour can you please assist urgently . Thanks
Hello!
Thanks for purchase!
Can you please send a link to your site so We could investigate your issue ?
Best regards!
can i PM you? what your support email?
Just sent it please check .
Thanks for your link. But your link goes to _template.html, that showing page that you are editing in your builder. But you should save your page, generate it and give us a link to generated page.
Best regards!
Congratulations! Nice Template, Good Luck With Sale 
Thanks!
Great template and nice builder. But I can’t import premade template pages from HTML folder into the builder – it says “not a project file”. How can I import that pages? I know I can build them from scratch, but that’s not why I’ve bought the template 
Hello!
Thanks for purchase and your question.
As we note on template description page and template docs, Visual Builder is not actual HTML editor. It cannot modify existing HTML pages. Its main purpose is creating new pages with predefined building blocks.
This is because of main builder purpose is creating static pages and existing template has many JS plugins. Builder ships as addon for existing template.
Best regards!
I get that, but I’m talking about importing YOUR template into the builder. I’ve assumed that you’ll provide “project” files that I can import into the builder to recreate in builder the demo structure that you are showing as live preview (and then build upon it).
It looks like I can: a) use provided static html pages (like in demo) and edit html/css in code editor or b) build my own page from scratch using the provided builder.
Is that correct?
Hello!
Yes, you are absolutely right.
You can build your page, then export and import pages that you had build.
Best regards!
Congratulations! Nice work, GLWS 
Thank you! 