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 - 346 through 360 (of 484 total)
So I looked at waterfall view with Youtube videos and it looks like it is parsing javascripts twice. I dont know why.
Solution:
That is Youtube Iframe tag, there isn't anything we can do, and in most browser, if it is same javascript files, it will be loaded from cache of browser.
Problem: How can I customize the output of the wpv-woo-related-products shortcode?
Solution: There aren't any customization options for this shortcode, but you could use Views to create your own custom list of related products. Related products can be queried by product category and product tags, then the loop can be customized using your own HTML and shortcodes.
The issue here is that the user has a view that is listing their products but wanted to filter this view to only list the featured woocommerce products.
Solution:
For this to work you must first create a view that would list all the products.
Then you would add the following to your functions.php file