Why Can't See Page Title, Content, Date... On Comingsoon Page? - Question | JoomShaper

Why Can't See Page Title, Content, Date... On Comingsoon Page?

GP

Gianluca Pantaleo

Template 1 year ago

Hello, I use Fixter template. I set the comingsoon page but it shows only the logo. No title, content, date, login, ecc...

0
5 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #172146

I have updated this code from Helix default option.xml to your template option.xml file.

https://prnt.sc/tBL7EretBe04

<!--Coming soon-->

<field name="comingsoon" 
            helixgroup="comingsoon" 
            type="checkbox" 
            default="0" 
            label="HELIX_ULTIMATE_COMINGSOON_MODE" />
        <field name="comingsoon_title" 
            helixgroup="comingsoon" 
            type="text" 
            default="Coming Soon Title" 
            label="HELIX_ULTIMATE_COMINGSOON_TITLE" 
            showon="comingsoon:1" />
        <field name="comingsoon_content" 
            helixgroup="comingsoon" 
            type="textarea" 
            rows="6" 
            cols="30" 
            default="Coming soon content" 
            label="HELIX_ULTIMATE_COMINGSOON_CONTENT" 
            filter="safehtml" 
            showon="comingsoon:1" />
        <field name="comingsoon_date" 
            helixgroup="comingsoon"
            type="calendar"
            translateformat="true"
            filter="user_utc"
            default="NOW"
            showtime="true"
            label="HELIX_ULTIMATE_COMINGSOON_DATE"
            description="HELIX_ULTIMATE_COMINGSOON_DATE_DESC"
            showon="comingsoon:1" />
        <field name="comingsoon_social_icons" 
            helixgroup="comingsoon" 
            type="checkbox" 
            default="1" 
            label="HELIX_ULTIMATE_COMINGSOON_SOCIAL_ICONS" 
            showon="comingsoon:1" />
        <field name="comingsoon_title_status" 
            helixgroup="comingsoon" 
            type="checkbox" 
            default="1" 
            label="HELIX_ULTIMATE_COMINGSOON_TITLE" 
            showon="comingsoon:1" />
        <field name="comingsoon_content_status" 
            helixgroup="comingsoon" 
            type="checkbox" 
            default="1" 
            label="HELIX_ULTIMATE_COMINGSOON_CONTENT" 
            showon="comingsoon:1" />
        <field name="comingsoon_countdown" 
            helixgroup="comingsoon" 
            type="checkbox" 
            default="1" 
            label="HELIX_ULTIMATE_COMINGSOON_COUNTDOWN" 
            showon="comingsoon:1" />
        <field name="comingsoon_logo" 
            helixgroup="comingsoon" 
            type="helixmedia" 
            preview="true" 
            label="HELIX_ULTIMATE_COMINGSOON_LOGO" 
            showon="comingsoon:1" />
        <field name="comingsoon_bg_image" 
            helixgroup="comingsoon" 
            type="helixmedia" 
            preview="true" 
            label="HELIX_ULTIMATE_COMINGSOON_BACKGROUND_IMAGE" 
            showon="comingsoon:1" />
0
GP
Gianluca Pantaleo
Accepted Answer
1 year ago #172149

Thanks.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #172152

You are most welcome! We appreciate your feedback and are delighted to hear that you're satisfied with our service.

To officially close this forum post, mark it as accepted. If you have any more questions or need further assistance in the future, please don't hesitate to reach out to us.

As for writing a review about our product and support quality, we would greatly appreciate it! Your feedback helps us improve and serves as a valuable reference for others. Please take a moment to share your thoughts about your experience with our product and the support you received. Your input is valuable to us and the community. Thank you in advance for your time and support.

Joomla Extension Directory

JED.png

TrustPilot

Trust-Pilot.png

We're here to assist you with any further questions or requests you may have. Once again, thank you for choosing our product and for being a part of our community.

Best regards,

Toufiqur Rahman

Team Lead, Tech Support (JoomShaper)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #172123

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Please check now.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
GP
Gianluca Pantaleo
Accepted Answer
1 year ago #172132

Excellent, can you say me the instructions how you fixed it, please?

0