webD-3
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Toolset Maps (Google Maps) – no preview in backend
Started by: webD-3 in: Toolset Professional Support |
3 | 5 | 5 years, 6 months ago | ||
Archive loop showing twice on page
Started by: webD-3 in: Toolset Professional Support |
2 | 4 | 5 years, 8 months ago | ||
Gutenberg output in Layouts independent of Post Content
Started by: webD-3 in: Toolset Professional Support |
2 | 3 | 5 years, 9 months ago | ||
Using conditional display of wpv-post-author in archive template
Started by: webD-3 in: Toolset Professional Support |
2 | 7 | 5 years, 10 months ago | ||
Views: Display Taxonomy, ordered by "Taxonomy Order"
Started by: webD-3 in: Toolset Professional Support |
2 | 4 | 5 years, 11 months ago | ||
Post Type created by a non-Toolset plugin not available for creating Views
Started by: webD-3 in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
With Toolset Maps caching of coordinates, does displaying maps still count towards Google API use?
Started by: webD-3
in: Toolset Professional Support
Problem: Solution: |
3 | 5 | 6 years, 2 months ago | ||
Change “Enter your internal title for the item” placeholder in for RFG
Started by: webD-3
in: Toolset Professional Support
Problem: I would like to change the placeholder text shown when adding a Repeating Field Group, "Enter your internal title for the item." Solution: add_filter( 'gettext', 'change_rfg_internal_title', 20, 3 ); /** * Change RFG internal title text * * @link http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext */ function change_rfg_internal_title( $translated_text, $text, $domain ) { if ( is_admin() ) { switch ( $translated_text ) { case 'Enter your internal title for the item.' : $translated_text = __( 'Put your plain text message here' ); break; } } return $translated_text; } |
2 | 3 | 6 years, 3 months ago | ||
Views filter to display data from Repeatable field group
Started by: webD-3 in: Toolset Professional Support |
2 | 4 | 6 years, 3 months ago | ||
Permalink for child post: can it include the parent post?
Started by: webD-3
in: Toolset Professional Support
Problem: The issue here is that the user wanted to add the permalink for their parent post as a part of the child post slug. Solution: Unfortunately no this is not possible to do with our plugins ? Adding the Parent slug or name to the url will require some custom coding to achieve. |
2 | 3 | 6 years, 3 months ago | ||
Default layout for recurring events created by Events Manager
Started by: webD-3
in: Toolset Professional Support
Problem: Solution: you can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 3 | 6 years, 4 months ago | ||
Tested staging site with Beta version of Views and it breaks the site
Started by: webD-3
in: Toolset Professional Support
Problem: Testing with the beta plugins broke my site. Solution: Update to the latest versions of all Toolset plugins and migrate all relationships using the migration tool. |
2 | 9 | 6 years, 5 months ago | ||
Displaying custom post type content (from 3rd-party plugin) in Layouts
Started by: webD-3
in: Toolset Professional Support
Problem: I would like to use Layouts to design a single post page for a post type created in a 3rd-party plugin. I'm able to create the Layout and assign it to the single post successfully, but the post content seems to be repeated in multiple cells. Solution: Replace Content Template cells with Visual Editor cells, and choose the "Disable the_content filter" option in the cell dialog. |
3 | 10 | 6 years, 5 months ago | ||
Conditional display for "$current_page" returns incorrect result
Started by: webD-3 in: Toolset Professional Support |
3 | 5 | 6 years, 6 months ago | ||
Having trouble filtering and returning related results based on dropdown menu
Started by: webD-3
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 7 | 6 years, 6 months ago |