Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 631 through 645 (of 749 total)
Problem:
Searching two different post types on separate pages using one view Solution:
You can use the Toolset block/view's filter hook "wpv_filter_query" to change post type on fly.
Problem: It seems like my Content Template styles are not applied when I visit the page after clearing my browser cache.
Solution: In this case, it seems like the issue was related to the SG Optimizer setting "Defer Render-blocking JS" causing problems for logged-out Users. Disabling this option prevents the issue, and styles are applied correctly for both logged-in and logged-out Users.
Problem:
I am trying to: Style my radio buttons by adding and some simple classes. It works on the "default-label" field but not on the "format" field of the wpv-control.
I expected to see: Additional taxonomy buttons are styled like the default first option.
Instead, I got: All the html is being output as is. I even tried just putting %%NAME and it didn't work. The entire line just put out "%%NAME" in plain text.
Solution:
This was fixed in the latest release. Update all Toolset plugins.