BorisG4880
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Creating and deleting many-to-many relationships in the frontend
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 4 | hace 2 años, 2 meses | ||
Converting mulitline to wysiwyg – again
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 3 | hace 2 años, 11 meses | ||
Repeatable Groups in Frontend Form
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 2 | hace 3 años, 1 mes | ||
I try to safe changes to custom fields but the safe button disappeared
Iniciado por: BorisG4880
en: 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 | hace 3 años, 3 meses | ||
Link to next/previous search result in single custom post if opened via search
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 8 | hace 3 años, 8 meses | ||
Creating a view/block to use in an elementor tab widget
Iniciado por: BorisG4880
en: 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 | hace 3 años, 9 meses | ||
Elementor Toolset view widget
Iniciado por: BorisG4880 en: Toolset Professioneller Support |
2 | 3 | hace 5 años, 10 meses | ||
View changes wont save + Loop-Assistant won't work
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 4 | hace 5 años, 10 meses | ||
Use a one to one relationship in both directions
Iniciado por: BorisG4880
en: 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 | hace 6 años | ||
Trying to deactivate original theme on woocommerce products page
Iniciado por: BorisG4880 en: Toolset Professional Support |
2 | 6 | hace 6 años, 1 mes | ||
Link to a specific tab
Iniciado por: BorisG4880
en: 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 | hace 6 años, 8 meses | ||
Assign parent layout to pages created with the content layout editor.
Iniciado por: BorisG4880
en: 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 | hace 6 años, 9 meses |