josephQ
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Testing for the existence of an image in a parent post isn't working
Started by: josephQ in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Creating front-end filters
Started by: josephQ
in: Toolset Professional Support
Problem: I'd like to do is provide a couple of different kinds of filters on the front-end, see details here: https://toolset.com/forums/topic/creating-front-end-filters/#post-919062 Solution: I suggest you begin with our document: See details here: Relevant Documentation: https://toolset.com/documentation/user-guides/front-page-filters/ |
2 | 4 | 6 years, 6 months ago | ||
Displaying a post relationship in a View
Started by: josephQ in: Toolset Professional Support |
2 | 6 | 6 years, 6 months ago | ||
Conditional output referencing a post related to the current post
Started by: josephQ in: Toolset Professional Support |
2 | 7 | 6 years, 6 months ago | ||
Code to check for the presence of a repeated field group
Started by: josephQ
in: Toolset Professional Support
Problem: Check for the presence of at least one item in a repeated field group and conditionally display output if it's true. Solution: 2) With custom PHP function: Relevant Documentation: |
2 | 6 | 6 years, 6 months ago | ||
Embedded Media field has a very large amount of white space above and below it
Started by: josephQ in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Conditionally display output based on the presence of a post relationship
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: With Types 3.X.X, you should try to use following code to check if parent exists or not. To check if parent exists: [wpv-conditional if="( '[wpv-post-id item="@relationship-slug.parent"]' ne '' )"] parent exists [/wpv-conditional] You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | 6 years, 6 months ago | ||
Salient Visual Composer "Page Builder" button is not visible on Add/Edit pages
Started by: josephQ in: Toolset Professional Support |
2 | 4 | 6 years, 6 months ago | ||
Imagery isn’t spanning the full page width on a row set to span the full width
Started by: josephQ
in: Toolset Professional Support
Problem: I am using the Avada theme and Layouts, but a full-width row in my Template Layout is not expanding the full width of the page. Solution: The preferred workflow for using Avada requires using Content Layouts, not Template Layouts. Unfortunately Avada's container system constrains the output of Layouts to the main content area. To span the full width of the page, you may use the Avada Theme Options settings to configure a 100% width page, which will extend the main content area, as well as the rest of the page design, to the edges of the screen. Relevant Documentation: |
2 | 4 | 6 years, 6 months ago | ||
Adding the Field Group name on the Field Group Edit page.
Started by: josephQ in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Question about field groups with redundant fields
Started by: josephQ in: Toolset Professional Support |
2 | 5 | 6 years, 6 months ago | ||
Selecting and displaying a random post in a view
Started by: josephQ
in: Toolset Professional Support
Problem: I would like to choose one random post and show the results in a View. Solution: |
2 | 3 | 6 years, 6 months ago | ||
Conditionally displaying tags on a custom post
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: [wpv-conditional if="( '[wpv-post-taxonomy type='post_tag' format='name']' ne '' )"] <p>Keywords: [wpv-post-taxonomy type="post_tag"]</p> [/wpv-conditional] You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Customizing the tag page
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | 6 years, 6 months ago | ||
View pagination link styling questions
Started by: josephQ
in: Toolset Professional Support
Problem: I would like to move a View's pagination links to the bottom of the page, position them centered or left-aligned, and I would like to have them use the same font and color effects that you can see on archive pages. Solution: Move the wpv-pagination shortcodes into the Loop Output to reposition the pagination links. While the following CSS will align the pagination links to the left, further custom CSS will be required to style the links to match existing archive navigation in font, color, and interaction states. .js-wpv-pagination-nav-links-container.pagination { float: none; } Relevant Documentation: |
2 | 5 | 6 years, 6 months ago |