Possibility To Login On Coming Soon Site - Question | JoomShaper

Possibility To Login On Coming Soon Site

D

Domberg

Helix Framework 1 year ago

I am using Helixultimate 2.0.12 / SP Pagebuilder Pro 3.8.9 / Joomla 4.2.8

I have configurated a comming sonn site.All works fine, but I dont wnat to have the possibility to loging an this site. Where can i swictch it off?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #107788

Hi Domberg,

Try this Custom CSS

.coming-soon-login {
  display: none;
  visibility: hidden; pointer-events: none;
}

BTW

Please contact with splideghsvs module developer support, his javascript generate few errors:

info_612_2023.jpg

0
D
Domberg
Accepted Answer
1 year ago #107894

Thank you.

And what will be the code for display the login?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108009

Just remove or comment CSS that hides login.

0