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
Hello!
Thanks a lot for having chosen MALIN and for enjoying it 
If I understand, you want that when the user clicks on the newsletter button, it’s redirected to an external page?
No. I want to link from an external web page to directly to the Newletter section
Not sure if it’s possible but let me check if I can do something.
I keep you posted.
Much appreciated. Alternatively, is there a way for the page to open on the Newsletter page (then I can simply have another page like this and link to that) Anyway, your help is really appreciated and I think your work is awsome
This is what I’m trying to build 
I’ve almost found the solution 
Found what you need I guess 
I take example for the not “boxed” variant.
Open main.js and add this :
var hash = window.location.hash;
if(hash == "#newsletter") {
$('#content-part').removeClass("right-content opacity-03").addClass('');
$('.overlay').removeClass("").addClass('darky-overlay');
$('#home-part').removeClass("right-home opacity-03").addClass('');
$('#home-part .item-title').removeClass("fadeIn").addClass('fadeOut');
$('#newsletter-part').removeClass("opacity-0 right-home newsletter-touch opacity-03").addClass('');
$('#newsletter-part .item-title').removeClass("fadeOut").addClass('fadeIn');
$('.mCSB_scrollTools').removeClass("mCSB_scrollTools-left").addClass('');
$('#navigation').removeClass("translate-nav");
$(".open-menu-mobile").removeClass("dark-button translate-button");
$(".opening-menu").removeClass("display-none");
$(".closing-menu").addClass("display-none");
setTimeout(function() {
$("#mcs_container").mCustomScrollbar("scrollTo", "#main-about",{
scrollInertia:500,
callbacks:false
});
}, 601);
}
Just below this :
$(document).ready(function(){
Now, if you open your page with simple anchor newsletter, the newsletter form will be displayed 
Example : http://www.your-example-website.com/index.html#newsletter
You are a GENIUS, Thank you !
I closed the function, so made $(document).ready(function(){ to $(document).ready(function(){}) and this works
Have a great weekend.
Oh thank you 
You’re more than welcome!
If you have few minutes, I would be very grateful if you could rate my item MALIN on this link : https://themeforest.net/downloads
Have a great weekend too 
Unfortunately this addition to the main.js sets the countdown to 0 days and stops the More Info link from working
Any Suggestions?
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
this error 
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
Hi,
Thanks for having chosen MALIN 
This feature is probably disabled by the scroll plugin used on this template.
Maybe edit the viewport settings in the head tag could solve this. Have a look here for more info : http://meta.stackexchange.com/questions/217543/double-tap-doesnt-auto-zoom-anymore-on-mobile
Best
Hi Madeon,
I actually tried that before messaging you 
It is not working unfortunately, is there some other way to fix this?
Thanks Rex
Oh ok 
Mhm, maybe edit like this the js code for the plugin scroll in your main js file :
$(function() {
$('body').bind('mousewheel', function(event) {
event.preventDefault();
var scrollTop = this.scrollTop;
this.scrollTop = (scrollTop + ((event.deltaY * event.deltaFactor) * -1));
//console.log(event.deltaY, event.deltaFactor, event.originalEvent.deltaMode, event.originalEvent.wheelDelta);
});
});
var ifTouchDevices = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone)/);
// ScrollBar on Desktop, not on Touch devices for a perfect ergonomy
function scrollbar(){
if (ifTouchDevices){
$('body').addClass('scroll-touch');
$('a#open-more-info').on( "click", function() {
event.preventDefault();
var target = "#" + this.getAttribute('data-target');
$('body').animate({
scrollTop: $(target).offset().top
}, 500);
});
}
else {
$('body').mCustomScrollbar({
scrollInertia: 150,
axis :"y"
});
}
}
scrollbar();
Best
Hi, I tried the suggested, but it does not work either
Did you test the code?
Add this before the function :
var ifTouchDevices = navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry|Windows Phone)/);
I used this code in a previous project.
Hi, still not working
are you sure that if the cause of the problem?
No but even if you combine viewport tag and the jQuery it’s not working?
Ok, at least something is happening now, but when I double tap, the screen actually zooms out instead of zooming in, do you perhaps know why this happens?
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
Bonjour,
Merci d’avoir choisi MALIN 
Le fonctionnement du formulaire peut dépendre de votre hébergement, suivant la version PHP utilisée.
Pouvez-vous me communiquer un lien vers votre site pour voir ce qui ne va pas?
Rebonjour… et merci
! Vous pouvez vous connecter sur www.unmondedigital.com… le formulaire semble bien fonctionner… mais les mails ne partent pas :-\ !
Merci par avance de votre aide !
Anthony
Je viens de faire un test, je ne suis pas sûr que la version PHP soit adéquate mais dans le doute.
Supprimez cette ligne dans votre HTML :
<!-- Countdown plugin -->
<script src="js/countdown.js"></script>
Cette partie dans main-boxed.js :
// Set you end date just below
$('#countdown_dashboard').countDown({
targetDate: {
'day': 31,
'month': 12,
'year': 2016,
'hour': 11,
'min': 13,
'sec': 0
},
omitWeeks: true
});
Refaite un test après ça, et vérifiez également si les mails n’arrivent pas dans un dossier spam. A tester aussi avec une adresse gmail si ce n’est pas déjà le cas.
Malheureusement, rien n’y fait. J’ai supprimé les éléments dans le code… et j’ai reconfigurer la version de PHP en 5.4 (j’étais en 5.6). Mais rien… les e-mails n’arrivent toujours pas.
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.