With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 4,831 through 4,845 (of 4,854 total)
Problem:
How to add a link to a map marker which will open up the same map in Google Maps itself (for a larger map) and still display a marker in the same location?
Solution:
Output the Types address field as part of a google URL in a format like so:
<a href='https://www.google.com/maps/place/[types field='street-address'][/types]'>View address on Google</a>
Problem: I have a repeating field group that contains address fields. I would like to show all the addresses on a map using markers, and I would also like to show the addresses as text. Some of the markers are not appearing on the map, and some addresses do not show up in text.
Solution: Check the custom field slugs, in this case a slug from a different custom field was used, causing problems.
The issue here is that the user wanted to create a lightbox for his images and in that lightbox they wanted to display the custom fields as well
Solution:
This now seems like a highly specific case where I would recommend a complete custom solution and as such I would suggest that you contact one of the contractors we have available on our site for the best advise on this. https://toolset.com/contractors/
Problem:
The output of an existing View now includes wrapper divs with classes of .et-boc and .et_builder_inner_content which messes with the current style rules.
Solution:
Divi introduced this change—which even affects Views where the template is *not* designed with Divi—in version 3.10.1.
After many user complaints about side-effects it is expected to be removed in subsequent Divi versions.
Problem:
A page with a View that includes custom CSS janks around when loading, i.e. the page loads without the styles and then after a delay the styles are applied.
Solution:
We may change the behaviour of how custom CSS is added, but at the moment it involves JS being used to apply the CSS.
This can be avoided by just adding your custom CSS inside style tags in any of the editors in a View.