Discussion on MALIN - Perfect Coming Soon Template

Discussion on MALIN - Perfect Coming Soon Template

Cart 481 sales
Well Documented

Madeon08 does not currently provide support for this item.

93 comments found.

Hi, have a little problem with your template. On index-1.html, if I delete line “div id=”map”/div” the automatic scroll doesn’t work. Why ? Regards,

Hi,

Thanks very much for purchasing MALIN :-)

I guess the problem comes from the google map script in the main.js file, can you try to remove it?

Best regards

Ok, I have just find all anchor are in main.js. Thanks a lot for you quick answer.

You’re welcome ;-)

Hello,

Is it possible to change the navigator from vertical to horizontal. Will you let me know where to change and code is required to change.

Also, can i change the background of it with my prefered image.

Regards, Amandeep Singh Deol

Hello,

The response is yes and yes :-)

Best regards

Hello,

Is this template developed same as wordpress. If i purchase the template will i be able to make the changes same as Wordpress.

Also, i have seen all the templates have vertical navigator, can i change it to horizontally.

Thanks. Amandeep

Hello,

Thanks for your interest for MALIN :-)

This is not a Wordpress theme, it’s simply a HTML template.

You can’t edit it with Wordpress.

BTW, with a few modifications you can get an horizontal menu bar.

Best

Hi! When I publish the page on my server, the section of Google Maps stops working (yaramma.com). I can not find the error. Thanks!

Hi!

Thanks a lot for having chosen MALIN :-)

The map is working for me, as you can on this screenshot : https://s9.postimg.org/9u46gji1r/Capture_d_e_cran_2016_10_09_a_22_13_45.png

Your map may requires an APIKey, click on the following link and then, on the button GET A KEY : https://developers.google.com/maps/documentation/javascript/get-api-key

Please let me know if you have any further questions, or if I can help with anything else.

Where do I enter the API key? Thanks.

At the end of your html, in the google script.

Like this example :

<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" 
  type="text/javascript"></script>

Hi Madeon08,

Malin is an awesome theme :). Can you please advise me on how to make the WE ARE text rotate like the bottom text on the main page. I am looking to have the below text syncing together:

OUR NEW WEBSITE IS – (Top Text) COMING SOON! – (Bottom Text)

WE ARE – (Top Text) AWESOME – (Bottom Text).

Thank you :)

Hello,

Thanks a lot for having chosen MALIN and for enjoying it :-)

I don’t have the code under my eyes, but you just have to add a br tag between the 2 parts of your text it seems to me.

Best

Thanks for getting back to me. But can you please tell me on how to make the first part of my text rotate as well? At the moment, just like the demo it’s WE ARE. I want that to change between WE ARE and OUR NEW WEBSITE IS.

Thank you :)

Hey,

Ok I understand better now :-)

Basically, the structure looks like this :

<h1 class="cd-headline letters rotate-2">
    WE ARE

    <div class="cd-words-wrapper">

        <b class="is-visible">COMING SOON!</b> <!-- use the code   to add a space between 2 words -->
        <b>MAGICIANS</b>
        <b>RESPONSIVE</b>

    </div>

</h1>

Replace it by this :

<h1>

    <div class="cd-headline letters rotate-2">

        <div class="cd-words-wrapper">

            <b class="is-visible">WE ARE</b> <!-- use the code   to add a space between 2 words -->
            <b>THEME</b>
            <b>HELITE</b>

        </div>

    </div>

    <div class="cd-headline letters rotate-2">

        <div class="cd-words-wrapper">

            <b class="is-visible">COMING SOON!</b> <!-- use the code   to add a space between 2 words -->
            <b>MAGICIANS</b>
            <b>RESPONSIVE</b>

        </div>

    </div>

</h1>

Have a great day :-)

How to I link to the Newsletter section from an external page?

Or is there a way to have the page open on the Newsletter section, so I can create a separate page and link to that?

Apart from this issue I think it’s a fantastic template. Very easy to install and configure. Thank you

Not on my side, strange.

You shouldn’t have had to close the function, if you copy/paste the code I provided you, it’s working.

Any link to send me to see your files?

Problem sorted… I was updating an old version of main.js (which I must have altered & obviously had errors in it) Used a fresh version, added your customisation above and all working fine. Many thanks once again.

In case you want to see an example of your template in action… http://www.canasticus.com

Alright :-)

Thanks a lot for the link, the website looks great!

Have a great weekend again ;-)

Hi my name is Daniel Vargas and I bought your Malin template last week. I dont hace any knowledge about web page programing. I have my domain and hosting in godaddy. I dont know how to installed it. I really need your help, I tryed with many youtube videos but I couldnt.

Hope you can help me via Skype so ill know how to do it in the future.

Thanks,

Daniel Vargas

Hi Daniel

Thanks a lot for having chosen MALIN :-)

The easiest way for installing the template is via FTP :

Step 1 – Log into your hosting space via an FTP software (Filezilla for example).

Step 2 – Unzip your Download Pack file and open the extracted MALIN template folder.

Step 3 – Upload the HTML file corresponding to the variant of your choice along with all directories (css,js,php,img) in the structure that they appear in your download package. Then, the HTML file should reside in the root directory, and all other files should reside inside their associated folder.

Best

Honestly, dificult to see what’s the problem on my side.

My computer does not seem to get any problem with the template.

hi, we have problem with Malim template. when I have site open in the browser the memory increse rapidlly

after night 14GB usage in microsoft Edge in firefox this same situacion

please help

test link: http://serwer1623303.home.pl/LABID/

Hello,

Thanks for having chosen MALIN :-)

Very strange because there is no “power eater” plugins in this template.

Will have a look later today on a computer to see that (I’m on mobile phone currently)

Best

Hello,

I want to remove the countdown timer from about us page and from everywhere. How to disable that.

Thanks.

Hello,

Thanks for having chosen MALIN :-)

Remove this html code in your html file :

<div id="countdown_dashboard">

                        <!-- Days / if you need only 2 figures for the day, delete the first line <div class="digit">0</div> -->
                        <div class="dash-glob">
                            <div class="dash days_dash">
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                                <div class="digit">0</div>
                                <div class="text-right">Days</div>
                            </div>

                        </div>

                        <h3 class="text-news">...before the<span class="point"> Grand Opening</span></h3>

                    </div> <!-- .countdown_dashboard -->

And this part in the main js file used by the varient your have chosen :

// Set you end date just below
    $('#countdown_dashboard').countDown({
        targetDate: {
            'day': 31,
            'month': 12,
            'year': 2016,
            'hour': 11,
            'min': 13,
            'sec': 0
        },
        omitWeeks: true
    });

Best

Hi,

I purchased your template (MALIN) recently, but I noticed that double tapping on a mobile phone does not zoom in, do you have a solution for this?

Thanks Rex

Honestly I can’t give you more instructions about that

I found a solution, instead of – <meta name=”viewport” content=”width=device-width, initial-scale=1.0, user-scalable=yes”/> suggested by the website you referenced, use – <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=2.0, minimum-scale=1, user-scalable=yes”/>, then the pinch gesture to zoom in and out will work, hope this helps someone else that needs this functionality :)

Alright! Thanks a lot for sharing this solution :-)

Hi Madeon08,

I noticed that when you open the home page of the boxed slideshow template, the slideshow height is not 100%. It shows roughly 20px of the #main-about section below. I reckon the home-part allows for the horizontal scrollbar, which it actually doesn’t need. Is there any solution for this?

Thanks.

Hi!

Thanks for having chosen MALIN :-)

Can you provide me a link for seeing?

BTW, try this :

On the CSS rule called #home-part, add the next properties :

width: 100vw !important; height: 100vh !important;

Best

Hi,

I’ve tried that. It doesn’t do the trick..

The website is: http://www.sqprojects.com.au but it is also present on the templete website: http://themehelite.com/themeforest/malin/index-3.html

Thanks for the effort.

Hi,

I just visited your website and I don’t see any problem regarding the slideshow.

I don’t see any pixel about #main-about.

What browser are you using? Maybe you have a custom toolbar on your browser creating this gap?

Keep me posted.

Greetings. Im wondering, how do i change the date for countdown?

Hello,

Thanks for having chosen MALIN :-)

Please check the documentation provided in your download pack, everything is explained ;-)

Best

Thank you soo much. Im a bit lazy and dont wanna look at the documentation sooo yeee xD hahahah

You’re quite welcome ;-)

Bonjour, Je me permet de vous contacter car il semble que l’envoi de mail ne fonctionne plus sur le template MALIN. Pouvez-vous me confirmer ce qu’il en est SVP ? Par avance merci et à très vite Anthony Lemoine

Pourtant 5.6 était une bonne version. Repassez sur celle-ci plutôt que la 5.4.

Et vous avez essayé avec une adresse gmail?

Oui… je viens de refaire le test. Je suis également repassé en 5.6. Mais toujours rien.

Dans ce cas, je voudrais bien jeter un coup d’oeil à votre fichier contact-me.php. Vous pouvez me contacter via le formulaire ici en bas à droite : http://themeforest.net/user/madeon08

Je vous répondrais et vous serez en mesure de m’envoyer votre fichier.

Sinon vos accès FTP pour que je puisse accéder aux fichiers, ce serait parfait.

I am having problems getting the emails through on the contact form. When I try my own email address they come through fine – however when I set my clients email address as the recipient it is not coming through. They use google mail and I have been to the security settings of google and “Enforce access to less secure apps for all users” the mails are not coming through intact google say they are not even hitting the server (as an email log search was performed). What am I missing here? Thanks

Hello,

Thanks for having chosen MALIN :-)

Google mail must be used with a SMTP configuration I think. If you fill out a simple gmail address in the contact-me.php file, that will be good.

Best

Hey! I was wondering if the mosaic background was coming with the theme?

So, i bought it without knowing, im happy to see its there! lol

Hello,

Thanks for having chosen MALIN :-)

Just to let you know, in all my templates, the demo is what you get in your download pack (except the pictures) ;-)

Madeon

How do I change the countdown time? Do you have a step-by-step explanation please?

Hello,

Yes, attached in the package :-)

Madeon

How do I change it, not if I can, I know I can.

Respected Madeon08 Google Chrome (version 49.0.2623.108 m) long thought yesterday and was able to fix rastezhenie on the sides of the constant in this line (Font-weight: 400;    font-size: 90%;    line-height: 1.5em;    position:;) how to correct the vertical stretching of the mind is not ultimately offer I will be grateful for the help

Thank you for taking the time to understand itself in the position of the line is inserted fixed In St. in a CSS style sheet ( Font-weight: 400; font-size: 90%; line-height: 1.5em; position:fixed;)

i would like to thank you for this great design (MALIN). i download it and i did every thing i wanted so ez (thanks for great documentation). i do have only 1 problem if you can help me out with it (it is my issue). i do change the layout to RTL successful. the only remaining part which i could not solve is when i click on (About – Contact us – Services- .. etc) the content is sliding from right-to-left i just want to flip it to show from left-to-right instead. i could not just figure it out :-(

Hello,

Thans for having chosen MALIN and for the great message :-)

For this, you have to edit the main css file. In the css, instead of to place the right part on the right, edit the property to place it on the left. Next, edit also the css rule applied when a user clicks on the nav.

Just invert the right values by left.

Sorry to be not more precise but I don’t have the files under the eyes.

Madeon

i tried it but i have to give it 3rd hard try. i will keep you posted about this.

about (yakomatza) issue above i notice this behavior too only on Chrome (desktop and mobile version). i use latest update of Chrome Version 49.0.2623.87 (64-bit) on my ubuntu, anyway re-sizing the page manually each time i reload the page fixed it which can’t be considered as a solutions. thank you.

In the browser, Google Chrome theme with a slide show is not stretched over the entire length, even when watching your demo ??

Hello,

What version of Google Chrome are you using? Because I never heard to speak about this issue.

Madeon

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