Okay
  Public Ticket #820262
Coming Soon page
Closed

Comments

  • UWS started the conversation

    Hi there, 

    I am having some issues with the coming soon page and I wonder if you could help. 

    First of all, I have created a coming soon page using the advice from your documentation but when I go to the website it goes to the normal homepage, even when I'm logged out or using an incognito window. Am I forgetting anything here? How do I activate the coming soon page?

    Is it possible to change the coming soon template with the visual composer? 

    For the subscribe feature, is it possible to connect the opt-in to our email provider (where our address book is) with an API key? 

    Thanks for your help, as always.

    Philippe

  •  895
    TheFox replied

    Hello Philippe,

    You need to set the coming soon page as your "homepage".

    It's not possible to edit the coming soon template with the Visual composer.

    For the subscribe feature, this is not possible without doing your own modification to the coming soon php file.

    Do not hesitate to contact us if you have more questions.

    Regards.


  • UWS replied

    Hi there, 

    Thanks for the quick response. I will set the coming soon page as my front page. 

    Do you know how I can hide the footer of the page? I have managed to hide the header with a CCS code I have found in another ticket.

    #header_container,.mt_menu { display:none!important; }

    Also, is it planned to add a countdown element in Visual Composer in the future? The countdown from the coming soon page template looks great and it would be super to have it as an element. 

    Thanks again, 

    Philippe

  •  895
    TheFox replied

    Hello Philippe,

    You're welcome,

    For the footer you can hide it using the following css :

    #footer_bg { display:none; }

    For the count down element, we tried have some request but the problem is that we can't let the user choose the color for the module so for the moment we don't have it enabled.

    Regards