Tagged: boxed layout, CSS, enfold
Hi Guys, long time user of Enfold.
Have found a bug where as a boxed layout it will not let me add custom css to the html. html_boxed it seems to be adding additional information to the url. https://easyhydro.co.uk/wp-content/uploads/dynamic_avia/*background url for CDN*
if i use the Custom Background Image options its fine until you try and make it point to the static.easyhydro.co.uk then it just fails.
Assuming this is a bug, i would ideally prefer to use the custom background image options, if you can change it to be able to link offsite to a cdn.
is this something you have came across before?
Kind Regards
Seems to be the same error and url changing for my menu background :
CSS Quick Editor –
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
background-image: url(“https://static.easyhydro.co.uk/wp-content/uploads/2018/08/menu_background_green.jpg”);
background-repeat: repeat;
background-color:#84a70b;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
CSS LIVE –
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
background-image: url(https://easyhydro.co.uk/wp-content/uploads/dynamic_avia/static.easyhydro.co.uk/wp-content/uploads/2018/08/menu_background_green.jpg);
background-repeat: repeat;
background-color: #84a70b;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
So after a bit of reading found a few posts regarding the CSS file merging and compression.
disable this and now the static.easyhydro.co.uk is working.
Have got this fixed now.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon