chrisB-30
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 |
---|---|---|---|---|---|
Problem With Image Upload
Started by: chrisB-30
in: Toolset Professional Support
Problem: Image size is being added to the image URL I would recommend taking a look at the link below https://toolset.com/forums/topic/problem-with-image-upload/#post-1207035 |
2 | 3 | 5 years, 8 months ago | ||
Shortcode Not Working Inside Quotes
Started by: chrisB-30
in: Toolset Professional Support
Problem: The HTML codes and Views shortcodes are being changed to something else, see details here: https://toolset.com/forums/topic/shortcode-not-working-inside-quotes/#post-1193502 Solution: It seems Views shortcode [wpv-post-date] does not work as attribute of HTML div tag in the user's website, as a workaround, you can use content template to display the HTML codes + shortcodes, see details here: https://toolset.com/forums/topic/shortcode-not-working-inside-quotes/#post-1193531 Relevant Documentation: |
2 | 5 | 5 years, 9 months ago | ||
Converting Taxonomy to Post/Page
Started by: chrisB-30 in: Toolset Professional Support |
2 | 7 | 5 years, 9 months ago | ||
Toolset Causing Excessive hots to admin-ajax file
Started by: chrisB-30 in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Style Sheet 404s
Started by: chrisB-30 in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Toolset Galleries Creating Duplicate Pages
Started by: chrisB-30 in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
Conditional calls seem to be slowing site down
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 6 years, 5 months ago | ||
Image URL missing www. in front end display
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: |
2 | 13 | 6 years, 5 months ago | ||
CAnt register Plugin
Started by: chrisB-30
in: Toolset Professional Support
Problem: The issue here is that the user site is say not registered when his plugins have a valid site key. Solution: This was a known issue by our team and has since been resolved. |
2 | 6 | 6 years, 5 months ago | ||
How to display a different View on mobile devices?
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: Something like this: [wpv-conditional if="( wp_is_mobile() eq '1' )"] [wpv-view name="mobile-view"] [/wpv-conditional] [wpv-conditional if="( wp_is_mobile() eq '0' )"] [wpv-view name="normal-view"] [/wpv-conditional] Relevant Documentation: |
2 | 5 | 6 years, 5 months ago | ||
Creating Mobile Responsive Image Grid
Started by: chrisB-30 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Taxonomy not showing up in back-end enu selection
Started by: chrisB-30 in: Toolset Professional Support |
1 | 3 | 6 years, 6 months ago | ||
Missing Term Fields on Custom Taxonomy Archive Pages
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: add_shortcode( 'taxonomy', function( $atts ){ global $wp_query; $tax = $wp_query->get_queried_object(); if ( isset( $atts['field'] ) ) { $content = get_term_meta( $tax->term_id, $atts['field'], true ); } else { $content = ""; } return $content; }); Then use it in the custom archive like so: [taxonomy field="wpcf-term-field-slug"] |
2 | 5 | 6 years, 6 months ago | ||
Remove custom taxonomy slugs
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: However, it can be made to work (with risks) using custom redirects, as described here (https://wordpress.stackexchange.com/a/57186/35739) or as used in this plugin: https://wordpress.org/plugins/remove-taxonomy-base-slug/ |
2 | 3 | 6 years, 6 months ago | ||
Create Custom Affiliate Link
Started by: chrisB-30
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 10 | 6 years, 6 months ago |