Protostar header hidden on chronoforms page

kiran.cheema 17 Jan, 2018
Hi I have just noticed that the default protostar template header is hidden on pages with CF6 forms on them.

traced this to css being generated by libraries/cegcore2/cache/ XXXX.css

it is outputting a header.header{display:none}

Is there a reason for this? can it be switched off ? have I missed something?

I have for now put a style="display:block" inline in the template to fix
Max_admin 17 Jan, 2018
Answer
Hi kiran,

Yes, this is a known issue with the latest update, should be fixed on the next update, the issue appears when the template has a header tag with class = header

I can send you a patch file if you want, please send me a message using the contact page, or just wait for the net update!

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
kiran.cheema 23 Jan, 2018
thanks I will leave for now, till the next update.
Arctur 26 Jan, 2018
Me too. Please send me a patch file!
Max_admin 30 Jan, 2018
Hi Arctur,
Please send a message using the contact page to receive the file!
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Chris_COS23 24 Jan, 2019
Hey guys,

are there any news to this topic?
Even with the latest version of Chronoforms from January 2019, this problem persists.

In my case, the sticky header does not work on pages with CF6.

Regards,
Chris
Max_admin 30 Jan, 2019
Hi Chris,

That's on the protostar template only ?

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
healyhatman 31 Jan, 2019
Chris check your javascript console for errors, you might need to use JQuery Easy or some other plugin to force your template to load a newer version of JQuery.
Chris_COS23 31 Jan, 2019
Hey Max,

no, in my case it's the following template: lt-bespace.
You can check the demo right here: http://demo8enterprise.goebelmedia.de/index.php/pages/contact

Regards,
Chris
healyhatman 31 Jan, 2019
Had the same problem with LT-Wedding, fixed with jQuery Easy.
Chris_COS23 31 Jan, 2019
Thanks Healyhatman,

i installed the plugin. what options do i have to choose in these plugin jQuery Easy ?
healyhatman 31 Jan, 2019
Try setting jQuery to ON and use version 3.

Will look later for other settings but play around with it.
Chris_COS23 31 Jan, 2019
Hmmm. Tried a lot different settings, nothing helped.
May you could check the settings that worked fine for your site later.

thanks for your help!
healyhatman 31 Jan, 2019
Sorry I was wrong, was a different LT site with a different problem that JQuery Easy fixed. My LT Wedding site the menu bar doesn't appear when CF is on the page😟
Chris_COS23 01 Feb, 2019
Same on my site. Sometimes the menu bar doens't appers, sometimes i can't click any menu button.

I will have to accept the problem then so first until Max has found a solution.
@Max: If you need admin login or something else, let me know!

Regards, Chris
healyhatman 01 Feb, 2019
I would probably ask the LTheme people. Also to get Max's attention you're better off using the contact link up top.
Chris_COS23 01 Feb, 2019
Done.
For all who wants to follow, here is the Thread on LTheme: https://ltheme.com/question/header-hidden-on-chronoforms-page-lt-bespace/
Chris_COS23 14 Feb, 2019
Hey guys,

here’s the solution for the problem in this case (L.Theme Templates):
Add following to “Custom CSS Code” inside the Template Settings:
#sp-header.fixed {position: fixed;height: 70px !important;background: #fff;z-index: 999;}
Best regards,
Chris
This topic is locked and no more replies can be posted.