BorisG4880
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Creating and deleting many-to-many relationships in the frontend
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 4 | vor 2 Jahren, 2 Monaten | ||
Converting mulitline to wysiwyg – again
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 3 | vor 2 Jahren, 11 Monaten | ||
Repeatable Groups in Frontend Form
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 2 | vor 3 Jahren, 1 Monat | ||
I try to safe changes to custom fields but the safe button disappeared
Gestartet von: BorisG4880
in: Toolset Professional Support
Problem: How to change the custom field slugs and keep field values? Solution: You can change custom field slugs directly in within Types UI. After change the field slug, all related custom field meta key will be changed automatically. But I suggest you backup your database first in case any unexpected result. Relevant Documentation: |
2 | 5 | vor 3 Jahren, 3 Monaten | ||
Link to next/previous search result in single custom post if opened via search
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 8 | vor 3 Jahren, 8 Monaten | ||
Creating a view/block to use in an elementor tab widget
Gestartet von: BorisG4880
in: Toolset Professional Support
Problem: So I would like to create a block/view with that one and insert it the Elementor template. Solution: Toolset Blocks plugin is based on WordPress Blocks editor, it is not recommended to display View block into Elementor template. In you case, I suggest you setup the view with classic editor, then display view's shortcode into Elementor template, for example: Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-view |
2 | 3 | vor 3 Jahren, 9 Monaten | ||
Elementor Toolset view widget
Gestartet von: BorisG4880 in: Toolset Professioneller Support |
2 | 3 | vor 5 Jahren, 10 Monaten | ||
View changes wont save + Loop-Assistant won't work
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 10 Monaten | ||
Use a one to one relationship in both directions
Gestartet von: BorisG4880
in: Toolset Professioneller Support
Problem: I have a one-to-one (o2o) relationship between two post types and I have linked two posts using that relationship. I'm able to display information about CPT A in the template for CPT B, but not the other way around. Are two different relationships required? Solution: No, only one relationship is required. Check to be sure the item attribute is set with a post selection identifier like "@project-product.parent" in both templates. Relevant Documentation: |
2 | 3 | vor 6 Jahren | ||
Trying to deactivate original theme on woocommerce products page
Gestartet von: BorisG4880 in: Toolset Professional Support |
2 | 6 | vor 6 Jahren, 1 Monat | ||
Link to a specific tab
Gestartet von: BorisG4880
in: Toolset Professioneller Support
Problem: Solution: jQuery("document").ready(function() { jQuery.urlParam = function(name){ var results = new RegExp('[?&]' + name + '=([^&#]*)').exec(window.location.href); return results[1] || 0; } setTimeout(function() { if(jQuery.urlParam('tab') == 2){ jQuery(".nav-tabs li:nth-child(2) a").click(); }else if(jQuery.urlParam('tab') == 3){ jQuery(".nav-tabs li:nth-child(3) a").click(); } }, 10); }); To use this ensure that you are on a page that has the Layouts Tabs section. Notice Layouts uses 2 classes for the tabs. Example use case “mytesturl/somepage?tab=2” will select tab 2 when the page is loaded instead of defaulting to tab 1. |
2 | 5 | vor 6 Jahren, 8 Monaten | ||
Assign parent layout to pages created with the content layout editor.
Gestartet von: BorisG4880
in: Toolset Professional Support
Problem: I would like to use the Content Layout editor to design Pages on my site, but when the Toolset Starter Theme is active I am shown an error that a parent Layout is required to display the Page. Solution: Create a Template Layout for all Pages. Insert a Visual Editor cell in that Layout and include the post body shortcode: [wpv-post-body view_template="None"] Then you can use the Content Layout editor to design each page individually. |
2 | 2 | vor 6 Jahren, 9 Monaten |