• Resolved house98

    (@house98)


    It seems that no matter how long I wait, the secondary coming soon message does not display. Using version 1.5

    I thought I may be able to get around this by adding a paragraph tag and class, and modifying the size accordingly — but the tag was stripped. Any quick workaround?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter house98

    (@house98)

    Quick update for anyone with this issue and/or wanting to ‘expand’ your coming soon message with line breaks, try adding this to your CSS portion under the general tab:

    .nifty-coming-soon-message:after {
    display: block;
    white-space: pre;
    content: “\A Line 1 \A Line 2”;
    font-size: 0.8em;

    }

    The \A will result in a break (<br />) You can change the font size as well. You could also change the pseudo from ‘after’ to ‘before’ if you would rather pre-pend your coming soon message.

    Hi,
    Thank you for sharing the code! I’m looking into the issue to make a proper fix in the next version ??

    A new version is coming out on Monday; this issue will be fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Your second coming soon message | Never displays’ is closed to new replies.