93 comments found.
Hello, I just bought the MALIN – Perfect Coming Soon template but the installation on Wordpress failed.
I need your support to fix it.
The error message is: “The theme does not have a style.css”.
hi. I have purchased and been working on this. Also left you a good review because you have done a great job. I have two questions as I cannot find it in your help file, neither searching withing the CSS and JS files.
1- How can I increase the OPACITY of my photos on the landing page. There seems to be a Blue/purple soft overlay on those slide show photos.
2- Is there any way to shorten the loading process (circle rotating) upon entering the site? It takes a few seconds and I feel it almost discourages the client from waiting to enter the site.
3- How can I change the color of the Roll-Over buttons on landing page (currently it is BLUE and GREY) where in CSS can I change that?
thank you so much in advance for your time, Joe
Hi,
Thanks a lot for the review
1. Through CSS in style.css :
.overlay { background: rgba(10, 26, 36, 0.6); position: relative;...
2. main.js file:
/* ------------------------------------- */ /* 1. Loading / Opening ................ */ /* ------------------------------------- */ $(window).load(function() { setTimeout(function() { $(".loading-part").addClass("fadeOut"); $("#home-part").removeClass("scale-max").addClass("scale-uni"); $("#navigation").removeClass("").addClass("fadeInLeft"); }, 2000); setTimeout(function() { $(".loading-part").addClass("display-none"); $("#home-part").removeClass("scale-uni").addClass(""); }, 3200); });
3. style.css, rule is #navigation ul li a:after
Regards
You are amazing! Thank you so much
Hello,
I am currently using the youtube index-1-youtube.html template, I have added my youtube URL but I am receiving the below error within the developers console:
Access to XMLHttpRequest at ‘https://gdata.youtube.com/feeds/api/videos/NcS7yopM4Lw?v=2&alt=jsonc' from origin ‘http://dev.saltlightgroup.com' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
VM63:53 GET https://gdata.youtube.com/feeds/api/videos/NcS7yopM4Lw?v=2&alt=jsonc net::ERR_FAILED
Hi!
How is it possible to turn off preloader? When I delete code snippet my site does not work anymore.
Hoping for your reply!
Alex
And could you show me where I am able to turn off smooth scroll? On IOS scrolling does not really work well, struggeling a little bit.
Hi,
to change the ‘countdowd-dashboard’ i can’t see any way neither style.css or index.html / can you please help?
Best, J
Hi,
What do you mean, to edit the countdown date?
Did you check the documentation attached to the template?
Kind regards
Dear Sir,
I’ve the theme Malin bought and i can’t upload this theme with my wordpress as it’s continuosly giving me a error of:
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Can you please provide the support asap?
Thanks, Joao Toscano
Hello,
Thanks a lot for having chosen MALIN
Please note that MALIN is a simple HTML template and not a Wordpress plugin and actually, not visible and customizable in the back office of Wordpress.
The editing is manual but you can use it in the background of Wordpress or others CMS.
You have to install MALIN 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 files 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.
You can get in touch privately through the contact form on my profile page if you have any further questions, or if I can help with anything else
Best regards
Thanks Madeon I’ve managed. Other question and i’ve looked into the style-1.css but i can’t change the thumbnails with a picture of my preference .. that’s really odd .. This is the line [1251] i’m trying to change with the right picture uploaded on my file manager but it doesn’t change anything … .large-square { background: url(../img/gallery-1.jpg); – what am i missing?
Well you can ignore i’ve managed to fix it!
No worries
Need your help – can i change the background of the 000 Days with something like a picture? and also the initial white loading background can be changed?
What do you mean by the background of the 000? The 2 points must be done through your CSS, you can change the background for the loading screen in your style.css file.
I meant when you select about … the top where says ”...before the….” it mention also 000 Days – that background colour.
Also setting up Mailchimp – the Step 4 – Be careful that your list asks just the email address, Lists > Signup forms > General forms > Build it. See the screenshot below …. (where’s this can be found? on the Wordpress Mailchimp/on the Mailchimp portal itself or where?)
do you now in which style.css file (1,2,3 or4) i need to change it? and which line.. there’s so much code /// also struggling with the maps – is there any documentation for the maps?
is there any way also to add/change the social icons .. see twitter and facebook .. what about add instagram? is there a way>
last not least the favicon – how and where to change?
I advise you to use Google Chrome, make a right click on the element and choose Inspect. Then you will be able to see in the chrome console where and in which file you have to edit. There is a documentation attached with the template. For the favicon, change the path to the favicon in your HTML. If you want customisation, you can contact me through the contact form on my profile page and I will give you a quote.
Thanks for the advise but that’s not helping much on my questions above. How can the maps be edited/adjusted to a different location?
Hi there,
In your file main.js, edit these lines :
line 372 :
// The latitude and longitude to center the map (always required) var center = new google.maps.LatLng(40.70820, -74.00487);
line 543 :
['<h6>Bondi Beach, East Coast</h6><p>This is where we are currently, the sun is up...<br /><i class="fa fa-coffee" /> Visit us, we pay the coffee!</p>', 40.70820, -74.00487, 4],
Check this useful link to generate the coordinates : http://www.gps-coordinates.net/
Hi Madeon08, when changing the altitude and longitude with the values i get from gps-coordinates site it doesn’t change anything.
52.3288426,4.9214542
still points to New York …
Did you well change the coordinates at the 2 places? For entering the map and the other one to put the map marker like I explained in my previous comment? Did you clear your cache?
Yes I did. With the LatLng i need [52.3288426,4.9214542]:
Line 373: var center = new google.maps.LatLng(52.3288426,4.9214542);
Line 543:
up…
Visit us, we pay the coffee!’, 52.3288426,4.9214542]
well .. i’ve managed to change the location but i’m now experiencing the pop-up from Google: This page can’t load Google Maps correctly … and there’s a “For development purposes only” watermark also. How to remove this?
Hi!
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
Then, put the KEY in your google map link at the bottom of your HTML
Thanks Madeon08 but where you mean put the KEY in your google map link at the bottom of your HTML. You mean in the JS (main.js) file?
No, in your HTML file.
The example is show on the link I sent you.
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" type="text/javascript"></script>
You mean replace the http://maps.google.com/maps/api/js?sensor=false with the mentioned above?
Correct
Odd. I get the something is wrong view with the example you gave me:
<!- Google Maps API ->
<script src="https://maps.googleapis.com/maps/api/js?key=MY_API_KEY" type="text/javascript"></script>
Did you well replace MY_API_KEY by yours in the link?
yes. exactly. wondering if there’s anything else i’m missing.
I don’t know but if you follow the Google tutorial, that will work.
Do you know how to change the color or edit the ion-lock combination icons under the What we do?
Your style css file:
.service-item i { display: block; font-size: 4em; color: #00c8aa; margin-bottom: 10px; }
Thanks!
Hi, bought your template through Envato Elements but I am not receiving the emails from the contact form… i read the comments and seems few people have the same issue. I am using php7 and 5.6 mysql. Any help ? thanks
I tried gmail, hotmail or corporate email with gmail and none are working but the one on the notify me is working fine.
Hello,
Thanks a lot for getting MALIN on Elements
If you’re getting some troubles to receive the form submissions, here are some possibilities that could block the sending :
• Check your spam folder
• Is PHP Mail() function active on your server?
• Try to change your email with a Gmail address
• Upgrade the PHP version running on your server to 5.6 (can be done in your hosting provider’s panel or by their)
'noreply@yourdomain.com'in order to be based on the same domain as the form. If you try to use a ‘From’ that’s not based on the domain on which your form resides, like :
$headers .= 'From: My website' . "\r\n";
the anti-spam could block the sending, but you can give a try. If you do not know what to write in the ‘From’ field for your contact form, you may wish to contact your hosting provider for assistance.
// Proceed with PHP email $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type:text/html;charset=UTF-8' . "\r\n"; $headers .= 'From: MALIN Template <noreply@yourdomain.com>' . "\r\n"; $headers .= 'Reply-To: '.$_POST["userEmail"]."\r\n";
Best regards
Hi,
I tried everything mentioned and its still not working, making this template useless!
We use php7 could that be the problem? and site is under SSL but again the notify feature is working properly
Really need it to work as we already put it online for the customer. Please advise.
Thanks
Yes that could be the problem, as mentioned in my previous answer.
Can you send me a link?
Hi Madeon08,
Is there a quick way to change font for the main title? Again I have tried but I’m finding it a little hard to adjust.
Thanks J
Hi,
In your main CSS file, you can create the following rule:
h1.cd-headline { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
Best regards
Thanks for the design it looks great and I hope it will work great for my needs. I’ve purchased and downloaded the files, but web design is not my strongest skill. Can you recommend a program that will make customising more simple than editing lines of code? Or is that the best way? Thanks
Hello!
Thanks a lot for choosing MALIN
I advise you to use the excellent text software called Sublime Text
Best regards
yeah thought so thank you. I’ve read the Documentation supplied but as mentioned i’m not great with code. I have updated a few things to fit with my colours etc. but where can I change the colour of scroll bar and ‘send message’ button? Thanks
You’re welcome,
The scroll bar is in your style-(n).css file, depending about the variant you are using :
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: rgba(0, 200, 170, 0.75); }
Send message button :
#contact-form button#valid-form { ... background: #00c8aa; ... }
Hope that helps
Great and thank you again for your fast response!
You’re very welcome
Two things:
1. When I try to install the MALIN coming soon theme, it fails in WordPress. Please see the messages below that I receive when trying to install:
===================== Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
2. When I get support, I prefer it be private, not in comments. I understand why you prefer public support, but that’s not what I prefer.
Hello,
Thanks a lot for having chosen MALIN :-)
Please note that MALIN is a simple HTML template and not a Wordpress plugin and actually, not visible and customizable in the back office of Wordpress.
The editing is manual but you can use it in the background of Wordpress or others CMS.
You have to install MALIN 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 files 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.
You can get in touch privately through the contact form on my profile page if you have any further questions, or if I can help with anything else
Best regards
Both your wave and malin templates-scroll is not working good with touch screens. I test it on samsung note8 and s8+ with chrome.. How can i solve problem?Screen doesnt response well when i touch and sometimes it doesnt move.. I think it is about mscroll but i couldnt solve.Any suggestions?Very urgent:(
Hello,
It’s probably the mCustomScrollbar plugin you’re right.
I will have a look tomorrow morning and I will let you know
Best regards
Can you try in your main.js file to set this setting to 0 in the scrollbar function:
scrollInertia: 0,
Keep me updated
Hi, thanks for reply..I tried but nothing changed
Ok after some researches, the best option is to disable the Scroll plugin on small screens.
In your main.js (I take example for MALIN), rewrite this :
scrollbar();
By this :
$(window).on("load resize", function() { if ($(this).width() < 768) { $('body').mCustomScrollbar('destroy'); } else { scrollbar(); } });
Then, in your CSS, media queries part, after this :
/* Small Devices, Tablets */ @media only screen and (max-width: 767px) {
Add this :
#home-part { position: relative; } #content-part { left: 0 !important; top: auto; }
Then, you will just have to link the menu,
That should do the trick,
Keep me updated
it works thank you for perfect template
You’re welcome, thank you
- MALIN – Perfect Coming Soon Template
- Build Date: August 2015
- Author: Madeon08
- Copyright© 2015 Madeon08
- This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio */
Hi,
Can you be more precise about what you want to know?
Best regards
Is this theme free? Can I also use without $12$ payment or permissions! Something called Copyright Piracy?
No, this HTML template must have a licence to be used. Once you purchased it, you can use it for one website.
Hi there, great theeme, quick question, the green color of buttons, the can we change it for one that matches our brand identity? Many thanks in advance, Best
Hello!
Yes of course, you can use the color you want
Best regards
1) Does your theme’s CONTACT FORM require Mailchimp, or can I use my server’s smtp?
2) Does your theme include coding to easily enable CAPTCHA ?
3) If not, then do you provide documentation or support on how to add CAPTCHA?
1. Simple PHP mail function is used by default but you can integrate a SMTP solution like phpmailer
2. Say easily depends about the knowledges, it’s possible with a bit of development
3. Unfortunately I don’t have doc but you can find all you need on Google I guess
Thanks for answering my q’s
Pretty sure most contact forms use CAPTCHA nowadays—and if they don’t, the webmaster quickly adds it once he begins getting contact form spam. So for future theme releases, it may make sense to look into including a simple 2+2= captcha system, plus include code that supports Google’s catcha.
Unfortunately, I won’t be able to purchase this theme, as I need a theme with CAPTCHA already integrated, or specific docs on how to add it. This is a nice theme, perhaps I’ll purchase in the future if I have an application that does not require a contact-us form. Thank you again for promptly answering my q’s!
No worries, you’re welcome and I keep in mind your recommendations
Hi, awesome theme! Before I purchase, I wanted to address that the theme seems to be not working properly in Safari
Issue:
Safari 10.0 ….
From your theme demo page, while viewing demo #2 “Mozaic”, and going to the About page, trying to navigate back and forth between the pages “Services”, “Contact”, and “About” sometimes works, sometimes does not. It’s intermittent. For example I cannot always get to one page unless I first go to one of the other pages. (iMac running Mac OS X Yosemite 10.10.5 with Safari browser 10.0.1)
Safari 10.1 ….
Works perfectly in Safari 10.1 (Macbook running Mac OS X Sierra 10.12.5 with Safari browser 10.1.1)
.
This issue may be worth investigating as Safari has 9% of the browser market. If you identify the issue, would you let me know the projected fix date, thank you! Looking forward to purchasing this theme.
Hi!
Thanks for the message!
I will get a look on that today
I keep you updated here
I made some tests and it looks like a performance issue from Safari as it’s working fine on the other browsers. If we remove the transition effects on the moving divs, it’s working, but indeed, as it’s basically, it’s random.
Thank you. Apparently this is a known issue. There’s a github page with discussion and solutions here: github.com/Prinzhorn/skrollr/issues/342 ...seems there’s a few fix suggestions mentioned in various posts, including the last two posts, may be worth a look.
Thanks for the link, I will get a look on it tomorrow morning
Hi! I’m trying to modify the newsletter screen and add some extra fields, but I’m not able to retrieve the data, can you help me to find what I’m doing wrong? ))$/; if (p.test(h)) { $(”.message”).removeClass(“error bad-email success-full”); $(”.message”).hide().html(’’).fadeIn(); $(”.fa-spinner”).addClass(“fa-spin”).removeClass(“opacity-0”); o.show(); e.ajax({ type: “POST”, url: s, data: { email: h, name: name, code: code, newsletter: newsletter }, dataType: “json”, error: function(e) {
var r = e(this);
var i = e(this).find("input[name=email]");
var name = e(this).find("input[name=name]").val();
var code = e(this).find("input[name=code]").val();
var newsletter = e(this).find("input[name=newsletter]").val();
var s = e(this).attr("action");
var o = e(this).find(".note");
e(this).on("submit", function(t) {
t.preventDefault();
var h = i.val();
var p = /(([<>()[\]\\.,;:\s@\"]\\.,;:\s@\"])*)|(\".\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]\.)+[a-zA-Z]{2,}\
Hi!
Add extra fields to the newsletter form needs some JS and PHP developments on the notify-me(-2).php and notifyMe.js files.
I can do the job for you as freelance work for some dollars.
If you are interested, you can get in touch with me through the contact form on my profile page
Best regards
Bonjour et merci pour ce thème! J’aimerais savoir comment supprimer le voile grisé qui recouvre le slideshow?
Par avance merci !
Bonjour!
Merci beaucoup d’avoir choisi MALIN et pour les 5 étoiles
C’est très simple, dans votre html vous avez juste à supprimer la div suivante :
<div class="overlay">.</div>
Bien cordialement
Génial, mille mercis!
De rien!
Hi, I’m thinking about buying. I really like what you have designed. Why am I wondering? I’m worried about scrolling on the phones. This is not smooth. I have the impression that it is trimmed. Can it be done to work smoothly? I am waiting for a response.
Hello!
Basically, the scroll is smooth with the plugin used, but you can easily disable it, I can provide you the code to do this
Excellently! Smooth on the computer. Smooth on the phone when I click on the menu. I have a problem with scrolling when I touch the screen and I want to slide down. “I swipe my finger,” and the page should go down quickly. But here it stops. You can not fast-forward a “one-page” page. If you help me solve this, I will gladly buy your template !
I see what you mean, this is due to the scroll plugin used, making a very smooth scroll on desktops.
I will help you for sure
Okay, so we’re doing a deal
Keep me posted once you will have proceed to the purchase by sending me an email through the contact form on my profile page
Okey.
Hi, it seems the only way to get a video running in the background is via a youtube link. What change would be required to support FTP hosted videos? I understand this might not be easy, so any advice would help. Thanks!
Bonjour!
Vous êtes français visiblement
Je vous remercie d’avoir choisi MALIN, en effet il faut que la vidéo soit sur YouTube…
Pour utiliser une vidéo de votre serveur, il faut utiliser et intégrer un autre plugin, je peux vous le faire pour quelques € si cela vous intéresse
Vous pouvez me contacter via le formulaire de contact sur ma page de profil.
Cordialement!
Can i expand the portfólio section with more itens? (If yes) and maybe some kind of filter to categories?
Hi,
You can add more item yes, just duplicate in your HTML the existing ones.
There is no filter unfortunately.
Best regards