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
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
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
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
thanks I will leave for now, till the next update.
Hi Arctur,
Please send a message using the contact page to receive the file!
Best regards
Please send a message using the contact page to receive the file!
Best regards
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
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
Hi Chris,
That's on the protostar template only ?
Best regards
That's on the protostar template only ?
Best regards
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.
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
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
Had the same problem with LT-Wedding, fixed with jQuery Easy.
Thanks Healyhatman,
i installed the plugin. what options do i have to choose in these plugin jQuery Easy ?
i installed the plugin. what options do i have to choose in these plugin jQuery Easy ?
Try setting jQuery to ON and use version 3.
Will look later for other settings but play around with it.
Will look later for other settings but play around with it.
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!
May you could check the settings that worked fine for your site later.
thanks for your help!
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😟
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
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
I would probably ask the LTheme people. Also to get Max's attention you're better off using the contact link up top.
Done.
For all who wants to follow, here is the Thread on LTheme: https://ltheme.com/question/header-hidden-on-chronoforms-page-lt-bespace/
For all who wants to follow, here is the Thread on LTheme: https://ltheme.com/question/header-hidden-on-chronoforms-page-lt-bespace/
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:
Chris
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.