CMS Development

nwoods
Member

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

I created customized landing pages and cloned them for similar events. They were working just fine a few days ago, but all of a sudden the content in the modules are not visible when you visit the page - instead it reads "coming soon". And this "coming soon" is appearing on all of my landing pages now.

 

I can see that the content I originally inputted is still in the modules, but for some reason its being overwritten by this "coming soon" text.

 

Please advise ASAP. This issue is preventing folks from registering for events.

 

Thank you

0 Upvotes
1 Accepted solution
nwoods
Solution
Member

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

Thanks so much for all of your input and help!

The issue has been resolved. Now we're just trying to figure out how it occured in the first place.

View solution in original post

0 Upvotes
6 Replies 6
ashleyidesign
Top Contributor | Partner
Top Contributor | Partner

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

Hey,

 

Can you provide a link to one of the landing pages?

0 Upvotes
nwoods
Member

landing pages say "coming soon" all of a sudden - what happened?

SOLVE
0 Upvotes
ashleyidesign
Top Contributor | Partner
Top Contributor | Partner

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

Looks like this is an issue with the CSS file you're pulling in on those pages.

 

In it are two sections that hide all the content and show 'Coming Soon':

 

.body-container:before {
  1. display: block;
  2. content: 'Coming Soon';
  3. text-align: center;
  4. padding: 20px 0;
0 Upvotes
nwoods
Member

landing pages say "coming soon" all of a sudden - what happened?

SOLVE
Thanks so much for the advice. We tried that out and don't see "coming soon" in any of the CSS files. And the modules are still listed as "shown", although they are clearly not. I also noticed that there have been no visible revisions to the template.

So we're still trying to figure out what could have overwritten these pages.

Any other suggestions you may have are much appreciated.
0 Upvotes
ashleyidesign
Top Contributor | Partner
Top Contributor | Partner

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

Looks like there's a custom module on the page with that CSS in it. Wouldn't be able to tell you which module without looking at the backend of the page itself.

0 Upvotes
nwoods
Solution
Member

landing pages say "coming soon" all of a sudden - what happened?

SOLVE

Thanks so much for all of your input and help!

The issue has been resolved. Now we're just trying to figure out how it occured in the first place.

0 Upvotes