Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 2,746 through 2,760 (of 2,782 total)
Problem:
I need auto-insert paragraphs, but only on the WYSIWYG fields. The trouble is that my content template contains all sorts of other content as well, and I really don't want it to be full of paragraph tags where they don't belong.
Solution:
You can use [wpv-autop] shortcode over that particular field in Content Template. And change Content Template >> Settings to >> Manual paragraphs.
This ways auto-paragraph will only work on the particular fields which are within this shortcode. For example:
Problem: The bottom margins I have applied to the "row" CSS class do not appear to effect all the items in mobile. It only shows a margin on some items.
Solution: Apply the bottom margin to the individual items rather than the row, since the columns in a row are broken into separate rows on mobile.
Problem:
Video do not play with AJAX view pagination
Solution:
Views offers ajax callback events. When you visit view's Filter section's JS box - you will see a button "Frontend Events" which will allow you to add AJAX calllback events for AJAX view.