93 comments found.
Does this plugin allow bypass passwords so clients can access the site while its in coming soon mode?
Unfortunately, no.
Bug report —-
PROBLEM When saving the parameters on /wp-admin/admin.php?page=csmm I get an error message “cannot save…”
INVESTIGATION On php logs Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: stripslashes(): Argument #1 ($string) must be of type string, array given in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/cs-mm/coming-soon.php:1308
QUICK SOLUTION Replace $this->options[$key] = stripslashes($POST[‘csmm’.$key]); By if(!is_array($POST[‘csmm’.$key])) $this->options[$key] = stripslashes($POST[‘csmm’.$key]);
NEXT STEP loop on sub Arrays ( csmm_background_urls / csmm_social_icons / csmm_social_links) to stripslashes the content
No support. I have created a support ticket, received an email a few days later asking for additional login and its been over 2 weeks without any update or fix. How. do I receive a refund?
You already requested one.
Hello, sent email with the contact form, Mailchimp subscribe form says Something went wrong. I put API and ID details already.
Hi. Please provide URL where to see the problem and access to WP dashboard. I’ll check what’s wrong.
The license is for one website? What i have to do if i want use the plugin in more than one website?
Unfortunately, Envato doesn’t have multi-site licenses. One license – one active installation.
When I tried enabling maintenance mode, I got the error – Something went wrong. We got unexpected server response.
Please provide access to wp dashboard. I’ll check what’as wrong.
Ok emailed
Where is the Mailster integration? For example, I don’t see it under the integrations tab on the demo.
What demo? I dont have admin demo. How can you see it…
Under screen shots > integrations there is no Mailster
Ah. Mailster parameters appears when this plugin activated.
Mailster integration is not showing. Why? Both plugins are activated.
Please update “Coming Soon” plugin to latest version (2.42). It’s already available on CodeCanyon.
Hi team,
It’s possible with your wordpress plugin to generate un secret link to share the link of website under construction.
Without the need to create an account or have a whitelist of IPs. Just some secret URL.
Thanks Stane
Unfortunately, there is no such feature.
HI There, I bought this and have installed it on a website www.annoyinggolfers.com and it is not displaying properly on my iphone6+ – what need to be done for it to be responsive?
Let me know Cheers Jim
I dropped the logo width from 640 to 320px and it is fitting the mobile now however why would the logo not just shrink to fit the available space? It now looks too small on desktop Do I need to use an svg file for that to happen?
Cheers Jim
Hi. Thanks for letting me know about this issue. I’ve just updated the plugin to fix it. Please download it from CodeCanyon and upload to your server.
Hello, I’m considering the idea of buying the plugin, but I have some pre-purchase questions:
1) Can the social buttons and the mail box be deactivated? 2) In the “Short Description” can you add a longer text and formatted via HTML? 3) In the box dedicated to Copyright can also add links via HTML? 4) The texts under the Countdown box: “days” “hours” “minutes” “seconds” can be translated into my language ie Italian?
Greetings and good work!
Hi. Thanks for interest in the plugin. Short answers for your question.
1) Yes. 2,3) No. 4) Yes.
Can I use things like shortcodes to pull in a gravity form and will it support iframes on the coming soon page?
Nope.
Excellent work and support. The team help me with an issue I had on my server. Thanks guys
Thank you.
Hi! It works great on desktop/laptop screens but on mobile, the social icons are not displaying correctly, just some unknown characters. Can you please help?
Hi. Could you please provide URL where I can see the problem.
Hi! This is how they look on mobile: https://ibb.co/hZhcaH . Facebook, Instagram, Twitter, Youtube and Soundcloud
I deleted cache on mobile, set the icon’s font smaller .. but that didn’t help
sorry, I asked now a friend to check and it shows OK for her. It’s only my phone? I don’t know..
Please provide URL. I’ll check too.
www.paulaseling.com

http://paulaseling.com/
and when you open www version (technically it’s absolutely different domain) browser report the following error:
Access to Font at '...' from origin 'http://www.paulaseling.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.paulaseling.com' is therefore not allowed access.How to resolve? There are several ways:
- Configure your server to redirect all www requests to non-www version. It’s good for search engines too.
- In folder
/wp-content/plugins/cs-mm/fonts/
create file.htaccess
with the following content:<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>
PS: If you have difficulties, please provide FTP-access to your site and I’ll help you.
I tried the second option and it works. Thank you for your help
When i enter a short description, where is that text being entered? into the mysql database or pulling from a file?
All settings are saved in standard WordPress table wp_options
.
Hi Just a pare sale question .. Are you planing add other mail serves as a mail poet ? Can i ad my on subscription form ( formcraft ) by shortcode ? Thanks
Hi. Unfortunately, at that moment I don’t have such plans and 3rd party form can’t be added.
Hi Just a pare sale question .. Are you planing add other mail serves as a mail poet ? Can i ad my on subscription form ( formcraft ) by shortcode ? Thanks
Hi. Unfortunately, at that moment I don’t have such plans and 3rd party form can’t be added.
Hey Halfdate,
Is it possible to embed a youtube video on the maintenance page?
Hi. Unfortunately, there is no such feature.
Hi. Unfortunately, there is no such feature.
Question, how do i put in google analytics.
Hi. Unfortunately, there is no such feature. It’s necessary to edit source code. But thank you for idea. I’ll add it into next release. For now you can provide access to WP dashboard and your GA code and I’ll add it into your copy of plugin.
Hey, thanks for replying so fast and also for helping out, where should i contact you with the admin details.
Just send them through Support Tab (you already contacted me such way – I just saw message from you in my mailbox).
Where can I change the color of the font “Thank you. We will let you know when we are ready.” which shows after someone inputs their email address and hits subscribe. It’s currently bright green and very small which makes it difficult with the background image that I have set up.
There is currently no option for this. Any suggestions of what/where to change this in the code?
Hi. At that moment you can change color only by editing css/style.css. Find class .optin-box .success
(line #88) and edit it. The font size can be set through Settings page (parameter “Font size of message:”).
can I set the exact date and time in timer? let’s say 19.8.2015 11:30AM ?
Hi. Yes. The time must be in server time zone.