Forum Replies Created
-
AuthorPosts
-
September 22, 2018 at 3:44 pm in reply to: Color section hight (50 px) OK as "Draft Preview" NOT OK if published (100 px) #1013084
Hi Rikard,
Thanks for your help. You can close the topic now.
In summary:
* The Enfold->Performance setting of the CSS file merging and compression IS DECISIVE :
– Disable – no CSS file merging and compression –> OK: Color section is 50 px hight
– Enable – merge and compress all theme CSS files –> NOT OK: Color section is 100 px hight* About CSS syntax: those both syntax are working (only if CSS file merging and compression is disabled)
1°) yellow Color section within my TEST PAGE: https://study-sup.fr/zen
#zenmiddle {
min-height:50px !important;
}2°) yellow Color section on top of my LANDING PAGE: https://study-sup.fr/
div#middle {
height: 50px ;
min-height: 50px;
}Best regards.
Noemi.September 22, 2018 at 11:49 am in reply to: Color section hight (50 px) OK as "Draft Preview" NOT OK if published (100 px) #1013036Hi Rikard,
>I can’t see your CSS applying at all, where exactly are you placing it?
>Please try it in Quick CSS,
It was in the Quick CSS allright>then regenerate the files under Enfold->Performance as well,
>or just deactivate everything there until you are done with your edits.I did that… It did worked perfectly!
I’m quite impressed.
Thanks so much Rikard!
Noemi.September 22, 2018 at 9:50 am in reply to: Color section hight (50 px) OK as "Draft Preview" NOT OK if published (100 px) #1013015Hey Rikard,
Thanks very much for your help.
Sorry about that: I was’nt accurate enought:: this was my CSS:
div#zenmiddle {
height: 40px;
min-height: 40px;
}
I did replaced it by your CSS instead:
#zenmiddle {
min-height:50px !important;
}
Unfortunatly does’nt work. Cannot figure out why
Best regards,
Noemi.July 26, 2018 at 7:57 pm in reply to: from my old layerslider enfold bundled version to uptodate layerslider plugin #990374This reply has been marked as private.July 25, 2018 at 2:26 pm in reply to: from my old layerslider enfold bundled version to uptodate layerslider plugin #989701Hi Nikko,
Thanks a lot for your explanation which make the choice perfectly clear.
It does helps.
Do appreciate!
Noemi.July 24, 2018 at 10:36 am in reply to: from my old layerslider enfold bundled version to uptodate layerslider plugin #989089Hi Rikard,
Thank you for your advice: “You can deactivate or remove the bundled version of LayerSlider under Enfold->Layout Builder”. I do agree.
My concern was: within the “Layout builder” popup which is the best choice in order to keep safe my sliders and settings before installing the standard Layerslider plugin:– Option 2) Deactivate but leave plugin files in theme folder ?
or
– Option 3) Remove theme plugin files only and keep slides ?Obviously, one’s must try to know. But is it risky?
Best regards.
Noemi. -
AuthorPosts