Tagged: boxed layout, CSS, enfold
-
AuthorPosts
-
March 14, 2019 at 5:06 pm #1078754
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-
This topic was modified 6 years, 7 months ago by
corepart. Reason: title change
March 14, 2019 at 5:11 pm #1078756Seems 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;
}March 14, 2019 at 5:41 pm #1078761So 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.March 14, 2019 at 6:02 pm #1078767Have got this fixed now.
March 14, 2019 at 11:07 pm #1078918Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This topic was modified 6 years, 7 months ago by
-
AuthorPosts
- The topic ‘Boxed Layout Bug modifying urls’ is closed to new replies.
