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 - 1,696 through 1,710 (of 1,711 total)
Problem:
How to filter view by parent post ID from child post content template
Solution:
To filter the view with parent post ID, you should pass parent post ID as view's shortcode argument and filter the view by adding "Post relationship filter".
3. After you created a layout, you can either head to the Single Page or Post where you want to use it, and you will (in the Posts/page edit screen) see a Meta Box on the right hand, called "Template and Layout"
There you will choose your recently created Layout and assign it to the Page/Post
4. Also, you can assign a layout to many pages a time, or to archives, or whatever content type you have on your WordPress install.
This customer was experiencing duplicate posts in their archive view.
Solution:
For this customer's specific case he had some extra elements outside of the wpv-loop tag which was causing duplication of the first post.
All he had to do was remove this extra code.
If you are experiencing a similar issue ensure that only the code required for displaying your content is present and that it is wrapped within the tags
Problem:
Can I customize BuddyPress or BBPress templates with Toolset, and will those plugins work with Toolset
Solution:
1. Both Plugins will work with Toolset and our Starter Theme
2. You will not be able to customize the templates of the Plugins
3. You can add information to those templates only by inserting Toolset Contents with the API we provide: https://toolset.com/documentation/user-guides/views-api/ https://toolset.com/documentation/customizing-sites-using-php/functions/
4. You will be able to produce some output of BuddyPress using a hidden code fraction of layouts plugin
- To enable it, head to your FTP Layouts folder and locate the Extra/buddypress folder.
- Open it and locate the file "buddypress.php"
- Remove the first
return;
statement you find in it, and save
- If now you enable Layouts and Buddypress, a new Cell will be available in layouts to let you render BuddyPress Content.
- That Layout then can be used on any Page, and it will display BuddyPress contents.
- But this code section is not under active development and we do not provide support for issues regarding it.