34 comments found.
Hello, I have a few questions: 1. Can I place pictures in the submenu that opens up? 2. Do you support RTL languages (like Hebrew & Arabic)?
Hello, thanks for the questions!
Absolutely can, just put your images in appropriate part of code with submenu.
Unfortunately we don’t support RTL languages.
Best Regards!
I need to redirect http to https because of SSL certificate. Do i need to replace all http codes of every page? Or can i put something in my htacces? Hope you can help me again
or do i put this < meta http-equiv=”Refresh” content=”0;URL=https://www.sqsafari.com” /> in every page?
Try to use this link for Redirecting HTTP to HTTPS: https://serverguy.com/servers/redirect-http-to-https/
Best Regards!
tried this allready and does not work
also tried <meta http-equiv…..> but it ends up in a infinity loop
It seems that better to replace all http:// to https:// of every page, with help of task find and replace in any HTML editor, but don’t forget create a backup.
does not work
Can you please clarify, where exactly you replaced http:// to https:// ?
i changed the http in all .html but then my site did not work anymore
It seems that your site work correctly. https://www.sqsafari.com
Did you solved your issue?
If you type in www.sqsafari.com it does not go to the https:// but to http://. I have a SSL certificate ont it and would like it to redirect the http or www to https://. Redirect with htacces on the server does not work because it is allready a redirect from another page. So my provider says i have to change it in html but that does not do the trick. So, no not solved yet
Hello, Liesbeth!
There is no way to set any HTTP headers with redirection in any static HTML page. HTML is a markup language, not server side language.
Any links in main menu are relative so they not have any protocol inside them.
Try to use this link for redirect http to https
https://serverguy.com/servers/redirect-http-to-https/
Best Regards!
Hej! i understand, tried the serverguy before. It works but keeps refeshing the page!
Unfortunately we can’t do it, it beyond of our HTML template support.
Best Regards!
Where do i put my keywords in meta tag
Hi, this is HTML template so you should add them manually using any HTML editor.
Hi. I’m considering your template for purchasing and was wondering how is the blog (post) page working ? Is there any CMS system or script behind ? Thank you.
Hello! Thanks for your interest. This template is a set of static regular HTML files without any server side code. Pages like blog and blog post are only front end markup and styles for CMS, but this template will be available as a WordPress theme with demo content as soon as possible. Stay tuned!
Best regards!
Thank you.
Just checking: Is the WP theme ready already ?
Hello!
Can you please contact us via email address staff@modernwebtemplates.com?
Best Regards!
Hej! Really happy with this template and your support! I have one more question. I finished my website and i am really happy with it. The only thing i would love to change is the carousel in index, where it says our activities www.sqsafari.com. On a phone it does not turn after the last to the first. And swipe is backwards. Can i change this?
Hello, Liesbeth!
Please try to edit ‘data-loop’ attribute on div with class ‘owl-carousel’. You need to change data-loop=”false” to data-loop=”true”
Best regards!
Great it works
Hej! And the button for showing the video in slider1 does not show on the mobilephone
Please open file main.css and go to the line # 22461 and change this part of code:
@media (max-width: 768px) {
.btn-play {
display: none;
}
)
To:
@media (max-width: 768px) {
.btn-play {
display: flex;
}
}
Best Regards!
Thx
| Short tour | 1 hour | 700SEK per scooter. |
It does not work correct. Can you tell me how to?
<table class="table table-bordered">
<thead>
<tr>
<th>Short tour</th>
<th>1 hour</th>
<th>700SEK per scooter.</th>
</tr>
</thead>
<tbody>
<tr>
<td>example</td>
<td>example</td>
<td>example</td>
</tr>
<tr>
<td>example</td>
<td>example</td>
<td>example</td>
</tr>
</tbody>
</table>
Also you can found more info about table here: https://getbootstrap.com/docs/4.0/content/tables/Best Regards!
Hello, I think this theme could be perfect for me. I’m a mountain guide and I also have a small online shop. But I would ask some questions before buying:
1. The shop is running with woocommerce? 2. Is it possile to aply the shop engine to the trips so the customers can buy tickets for the trips? 3. Is it possible and easy to change the colors? Our color is dark red, not the ones you show in the example.
Thank you very much.
Hello, thanks for the questions!
Pay attention that is HTML version and it cannot installed WooCommerce plugins!
If you want to change the main color for this template, just replace all instances of main color hex code with hex color value that you want inside the “main.css” file.
Best Regards!
Thank you very much for the answer. If the WooCommerce plugin can not be installed, how would the online shop work in your template? because I see there’s a shop area on it.
Hello!
This template is a set of regular HTML files, so it has no backend functionality. Shop pages are only frontend markup and styles for real shop. It should be converted in some CMS template such as WordPress theme before use it.
Best regards!
Hi! For adding video to your website need to put the video in directory with template(for example in directory with image: yourTHEME/img/yourVIDEO.mp4 and use this part of code:
<video width="800" height="800" controls> <source src="yourVIDEO.mp4" type="video/mp4"> </video>Best Regards!
I wanne edit the blog-full.html at the part is says you tube film. Where do i place this code?
<div class="embed-responsive">
<a href="images/events/09.jpg" class="photoswipe-link" data-width="800" data-height="800" data-iframe="https://www.youtube.com/embed/9ZfN87gSjvI" data-gal="">
<img src="images/events/09.jpg" alt="" />
</a>
</div>
hello..I see your profile page. really you have greats portfolio
GLWS:)
Thank you! 
Hej! I made some changes in the layout of the index. I switched some sections. Now the in between space is of (bigger or gone). I tried to figure out how to change this but i do not understand. Can you help me?
Hello!
Can you provide a link to your website?
Best Regards!
Hej! Its not online yet
Can i send you a file?
Yes, please send your files on our staff@modernwebtemplates.com.
Oke sending you a zip file now as google drive link
If i wanne change my inst id in main.js which program do i use? If i change it in my editor the site does not load anymore?
I am using the tiled gallery but with zoom its not working correct. The picture size 810×1110 shows in zoom as 810×510. How can i cgange this
<div class="links-wrap"> <a class="link-zoom photoswipe-link" href="images/gallery-grid/04.jpg" data-width="810 (your_image_width)" data-height="1110 (your_image_height)"> </a> <a class="link-anchor" title="" href="gallery-single.html"> </a> </div>
// Instagram widget
if(jQuery().spectragram) {
var Spectra = {
instaToken: 'YOUR_TOKEN',
init: function () {
jQuery.fn.spectragram.accessData = {
accessToken: this.instaToken
};
//available methods: getUserFeed, getRecentTagged
jQuery('.instafeed').each(function(){
var $this = jQuery(this);
if ($this.find('img').length) {
return;
}
$this.spectragram('getUserFeed',{
max: 8,
wrapEachWith: '<div class="photo" />'
});
});
}
}
Spectra.init();
}
Thanks for the great support!
I wanne use tab but   does not seem to do the trick.
Can please clarify what issue do you have or provide a screenshot of your issue with tab?
Sended you a screenshot the day before yesterday. Did you receive it?
Sorry for delay, we send email to you!
Hej! can you please send me the information about the tab. thanks
Hi!
You can read about tab here: https://getbootstrap.com/docs/4.1/components/navs/#tabs
Hej! I do not seem to get my instatoken working. I changed YOUR_TOKEN for my token ( really long number with letters) but it does not show
Can you send us your main.js on our staff@modernwebtemplates.com?
Hej! Fixed it thx. The thing is my feed shows only 7 feeds? And are not all square www.sqsafari.com
Please, try to put this part of code at the end of your main.css:
.instafeed .photo img {
min-height: 80px;
}
Now they are all the same size, looks so much better! But still 7? and not 8?
Please, open file main.js and go approximately to the line # 1345.
Change this part of code:
if(jQuery().spectragram) {
var Spectra = {
instaToken: '------',
init: function () {
jQuery.fn.spectragram.accessData = {
accessToken: this.instaToken
};
//available methods: getUserFeed, getRecentTagged
jQuery('.instafeed').each(function(){
var $this = jQuery(this);
if ($this.find('img').length) {
return;
}
$this.spectragram('getUserFeed',{
max: 8,
wrapEachWith: '<div class="photo" />'
});
});
}
}
Spectra.init();
}
to:
max: 9,
Hej! I cannot read the psd files is there another way to read the files?
Hello! Thanks for purchase!
Can you please tell as about your issue?
What version of Photoshop do you have?
Best Regards!
Hej! I do not have photoshop
You can try to use some online alternatives, for example:
https://www.photopea.com/
Best regards!
I am sorry but i am not a professional and always work with a wysiwyg editor. Is this not possible with this theme?
Hello!
You need some knowledge about html and css for customize this theme!
Please watch this video about HTML and CSS: https://www.youtube.com/watch?v=UB1O30fR-EE
Hej! Thanks got it now, some files where not downloaded. Works great but probably contact you again.
Hej! Love your template Mountis and would love to use it for my company! I always have problems with contact forms, is it possible to remove this from the template?
And is the template easy to change for a not proffesional?
Hope to hear from you.
Liesbeth
Hello thanks for the question and sorry for delay!
Yes, need to remove part of code with contact form.
You can modify your pages (that are located in ‘HTML’ folder of your download package) at any HTML editor (such as VS Code, Sublime Text etc.) that you prefer.
Best Regards!
Congratulations GLWS 
Thank you! 
Congratulations! Nice Work, GLWS 
Thank you! 