Layouts is a WordPress plugin that lets you design responsive layouts for entire pages, from the header down to the footer.
Layouts User Guides include detailed documentation on how Layouts editor works and how you can create Layouts and assign them to specific content, or as templates for all items of a post type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,291 through 1,305 (of 1,372 total)
Problem: I am using WPML, and I would like to include a custom language switcher in a Layout.
Solution:
- Go to WPML > Languages and enable Custom Language Switchers (custom-switchers.png)
- Customize the Language switcher however you want
- Edit the Layout and remove the old language switcher shortcode
- Add this shortcode to a Visual Editor cell:
Solution:
You can design a layout with two view's cell where left part holding categories link and right part will display associated products attached to specific category.
The issue here is that the user wanted to add pagination to his single post pages.
Solution:
Since this is a single Post Page then it would be up to the theme to add the pagination there. I would suggest contacting the support team for your theme and see if they can assist with adding the pagination to the post templates.
Tell us what you are trying to do? I want image on right to align in center vertically with button on right. The label logo on left should be centered with Artist Website button on right.
Solution:
I suggest you try to add some CSS to the DIV tag of "Artist Website" button, for example:
Problem:
Assigned layout not working with Enfold theme
Solution:
Enfold child theme do not use standard the_content() function to display the body part. If your theme is not using the_content() to display the Content of your Posts, neither Content Templates nor Layouts will work.
show count of child posts in parent post. I have done this partially, but at one place I am incorrect. See pic. For top, I used shortcode [wpv-view name="number-of-reviews"] . This seems to be incorrect. For bottom, I used shortcode [wpv-found-count] in view for child posts. That is why second is correct. How to show number of child posts of parent in parent entry?
<wpv-loop>[wpv-found-count]</wpv-loop>
Solution:
Since you have put the shortcode [wpv-found-count] insider Views loop section, and Views have found two items, so it displays two same numbers "2".
You just need to move the shortcode [wpv-found-count] outside the Views loop, for example: