Discussion on Mountis - Hiking And Outdoor Club HTML Template

Discussion on Mountis - Hiking And Outdoor Club HTML Template

Cart 173 sales
Well Documented

mwtemplates supports this item

Supported

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

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.

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?

Hej! And the button for showing the video in slider1 does not show on the mobilephone

Hi, Sorry for delay!
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!
Hej! i want to add an table, but if i use this:
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!

Hej!

I would like to embed a video from my server instead of a youtube video. Do i need to ajust this code? \\

And how?

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?

You can add you youtube video at this part of code. Just link you YouTube video in data-iframe.
<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?

It seems that the photos in your instagram have different size.
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?

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! ;)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey