The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.
I am trying to: Create a page that uses a view - and displays all 'EVENTS'
I visited this URL: This is the URL of the page: hidden link
I expected to see: Titles of all events.
Instead, I got: Only the first title is displaying. This is a development site - only have 2 entries to test. But I expect to see Titles as the first item for each post.
Visiting your site it looks like you are using Beaver Builder in your design.
Can I get some more details about how you have set up this search page?
- How have you added the search View to the page?
- If you create a test page and do not use Beaver Builder to design the page and insert the View there, how does it appear?
- I can see from your screenshots that the output of the View is generated using the inline content template "Loop item in EVENT SEARCH": can you show me what that looks like?
Let's continue here with this issue, but generally, yes, you should open new tickets for distinct issues. Also, you should post your questions in the Professional forum for more prompt attention.
I can't see how you are adding the styling to know why it is being lost. As a general observation, you should know that when you use ajax updates (for filtering, pagination etc.) this replaces the content area with the updated content. This is particularly relevant if you add Javascript event handlers to elements on the initial page load, and those elements are replaced with an ajax update, but that doesn't explain what is happening with your styling.
Can you describe how you are creating this page, specifically how you are adding the View, and how/where you are adding the styling?
I would expect your View to output (using the content template Loop Item in EVENT SEARCH) the whole of the content shown in my screenshot, so that any classes or inline styles you add would be included whether on first page load or via an ajax update.