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 - 406 through 420 (of 487 total)
The issue here is that the user's Layout is repeating for when they are logged out.
Solution:
In this case the user was using Layouts to control the header and footer of the pages. Nothing is wrong with this but they have duplicate elements on the pages that displays the menu area for logged out users.
Problem: I would like to use a custom shortcode to display some custom pagination links, but when I try to echo the code in PHP it is displayed in the wrong place on the page.
Solution: Check the documentation for the Shortcode API. It's best practice to build a string with concatenation, then return that string. Echo should not be used in a shortcode.