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.
Viewing 15 topics - 271 through 285 (of 303 total)
I want to use different images according to the viewport size, and show them alternatively. For instance one pic for mobile and another for large screens. Is this possible?
Solution:
I suggest you try the attribute "srcset" and "sizes" attributes of the img HTML tag, for example:
Views shortcode [wpv-post-featured-image size="large"] will be able to output the HTML image tags like this:
Problem: I would like to hide a tab when its tab panel contents are empty.
Solution: There's no way to apply conditional logic to a Layouts tab cell like this, but if you know how to create tabs using CSS / HTML / JavaScript you may be able to implement conditional HTML around each tab and tab panel.