Problem:
A View to show results on a Map is not displaying markers from the address field.
Solution:
On this client site the API key was configured incorrectly, as evidenced by the REQUEST_DENIED message when using the Check API button on the Toolset > Settings > Maps page.
Problem: When I activate the Layouts plugin, I see the Relationship Form table take over the entire screen and I am unable to use wp-admin.
Solution: Be sure your server meets the minimum requirements for Toolset, especially the eval function and the mbstring extension. Download fresh copies of the plugins from your account downloads area, then delete the plugins from your server and install from clean downloads.
Problem: I want to design an Archive layout which will apply to all pages. So on the main Member Profiles archive page, a user can click on one of the taxonomy terms and see the same archive layout for all members who have that taxonomy term selected. And finally, once it is designed, I want to use a shortcode to place the archive view in my pages.
Solution:
- WordPress automatically generates archives for custom post types and for custom taxonomy terms. You can customize the archive pages using Toolset's WordPress Archives feature.
- A Toolset WordPress Archive can be applied to a custom post type archive, and also to a taxonomy archive. So yes, you can create one WordPress Archive and use it for both.
- You can insert taxonomy term links in each post in the archive using the wpv-post-taxonomy shortcode. In the Loop Editor section, you will have the ability to insert the shortcode in the wpv-loop tags. When a User clicks one of these terms they will be redirected to the corresponding term archive.
- WordPress Archives cannot be inserted with a shortcode, because they are designed to be displayed only on archive pages. Since these are generated automatically by WordPress, no shortcode is provided. If you want to create similar lists of posts and display them on other parts of your site besides the archive pages, you can create filtered Views that return the same results. You can copy the code from the Loop of your WordPress Archive and apply it to the Loop of your filtered View.