Layouts plugin allows you to design and customize the front-end display of your website. You can design entire pages, including header, footer, menus, content and all other elements.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Problem: I would like to use CSS to make the background image of an element transparent, but keep the contents of the element full opacity.
Solution: It's not possible to modify the opacity of just the background image of an element using CSS. An alternative approach is found at the link below.
Problem: A lightbox gallery has stopped working. The link href attribute contains a Types field shortcode that is not parsed as expected.
Solution: In this case it appears another plugin was causing a conflict. Delaying that plugin's execution by modifying the priority seems to have fixed the issue.