liatG
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 |
---|---|---|---|---|---|
Unable to edit forms all of a sudden
Started by: liatG
in: Toolset Professional Support
Problem: The issue here is that the user was unable to edit their Toolset Forms. Solution: I checked the site and the form and noticed that there is some errors on the site console for this customer. This points me to the issue coming as a plugin conflict from the "HTML Editor Syntax Highlighter" plugin. If you were to disable this plugin and check your form once more it should start working again. |
2 | 3 | 5 years, 8 months ago | ||
Use custom structure in permalink settings without affecting Custom Post types
Started by: liatG
in: Toolset Professional Support
Problem: I would like to set my WordPress permalink settings to custom structure "/blog/category/postname." So blog posts would show up like this: Solution: There isn't such a built-in feature within Toolset Types plugin Relevant Documentation: |
2 | 5 | 5 years, 9 months ago | ||
View showing on Post page but not on Category page
Started by: liatG
in: Toolset Professional Support
Problem: Views does not work in some other Category archive pages. Solution: The problem is abnormal, please try these: https://toolset.com/forums/topic/view-showing-on-post-page-but-not-on-category-page/#post-1220161 Relevant Documentation: |
2 | 5 | 5 years, 9 months ago | ||
Trying to create basic blog archive page following Toolset directions
Started by: liatG
in: Toolset Professional Support
Problem: I'm trying to create a basic blog archive page with posts listed and grouped by date, according to the instructions in https://toolset.com/2013/10/how-to-group-views-results-by-year-and-month/. I created the Custom Code snippet following the instructions. I pasted in the Loop content following the instructions. I wasn't sure if I should add the shortcode "heading" to my Front-End Content settings, so I tried it with and without. Solution: I assume you are putting the custom PHP codes here: If it is, please make sure you have activated the snippet code. Relevant Documentation: |
2 | 5 | 5 years, 9 months ago | ||
Layout suddenly not showing on WooCommerce Products pages
Started by: liatG in: Toolset Professional Support |
1 | 3 | 5 years, 10 months ago | ||
Filter View by front-end shortcode (modify existing custom code)
Started by: liatG
in: Toolset Professional Support
Problem: Display all top level terms of taxonomy "video-category". Solution: It does not need custom codes, you can create a taxonomy view: - Query terms of taxonomy "video-category" - Filter by: Select taxonomy terms whose parent is None. Relevant Documentation: |
2 | 4 | 5 years, 10 months ago | ||
Help with ideas for how to reduce page load time (maybe using Lazy Load option)
Started by: liatG in: Toolset Professional Support |
3 | 8 | 6 years ago | ||
Add a custom title to the post featured image in a View
Started by: liatG
in: Toolset Professional Support
Problem: I would like to add a custom title attribute to the featured image displayed with the wpv-post-featured-image shortcode, but the title attribute isn't working. Solution: The title attribute isn't supported on the wpv-post-featured-image shortcode, but you can create an image tag using custom HTML and apply the title and src attribute as needed. <img src="[wpv-post-featured-image size='custom' height='150' width='150' output='url']" title="[types field='short-menu-title-2'][/types]" alt="[wpv-post-featured-image output='alt']" /> Relevant Documentation: |
2 | 3 | 6 years, 1 month ago | ||
Astra Theme Product Archive Layout Theme Options for Sidebar don’t work
Started by: liatG
in: Toolset Professional Support
Problem: It seems that the Layouts Theme Options for Sidebar settings with the Astra theme are not working as expected. I am unable to activate the sidebar in my Product Archive Layout using Theme Options. Solution: We have filed an internal ticket to look into the issue with sidebar theme options in Astra and Layouts. In the meantime, you can simulate a sidebar design by shrinking the width of the content in your Layout, then adding a widget with sidebar to the right edge. |
2 | 3 | 6 years, 1 month ago | ||
Make Products Archive page show up just in the content area not the whole page
Started by: liatG in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago | ||
Only load images inside Bootstrap panel on click – to reduce page load time
Started by: liatG
in: Toolset Professional Support
Problem: I am using a Bootstrap accordion to display various views. I want to only load the images within the panel once the panel is clicked. The page is very large (12-30 Mb) when all the images load directly when the page loads. Is there some js or HTML or CSS that I can paste in here or some Custom Code I can add so that the images only load once the panel is clicked? Solution: There isn't such a built-in feature within Views plugin, see details here: Relevant Documentation: |
2 | 3 | 6 years, 2 months ago | ||
Filter Favorites for WordPress shortcode by Custom Post type
Started by: liatG in: Toolset Professional Support |
2 | 3 | 6 years, 2 months ago | ||
Use current taxonomy View term archive URL in nested post View
Started by: liatG
in: Toolset Professional Support
Problem: I have a View of Taxonomy terms. In the loop of that View, I have a nested View of posts. I would like to access the archive URL of the current taxonomy term inside the loop of the View of posts, so I can build a link back to the term archive page. Solution: Use a View attribute to pass the current archive term URL into the nested View of posts, then use the wpv-attribute shortcode to access that attribute. [wpv-view name="chapters-within-each-chapter" classpart="[wpv-taxonomy-url]"] Access the URL inside the nested View's loop: <a href="[wpv-attribute name='classpart']#[wpv-post-slug]">...</a> Relevant Documentation: |
2 | 7 | 6 years, 2 months ago | ||
Only call one taxonomy term for use in a view when a post has several
Started by: liatG in: Toolset Professional Support |
2 | 4 | 6 years, 2 months ago | ||
Conditionally display Bootstrap panel button only if view is not empty
Started by: liatG
in: Toolset Professional Support
Problem: I want to conditionally hide the panel if the view within it is empty. Solution: You just need to move those panel HTML codes into the child view, within shortcode [wpv-items-found] ... [/wpv-items-found], for example: Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-attribute |
2 | 4 | 6 years, 2 months ago |