Francisco Ramón Molina Busquiel
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 |
---|---|---|---|---|---|
Use Layouts with DIVI
1
2
3
Iniciado por: Francisco Ramón Molina Busquiel
en: Toolset Professional Support
Problem: Solution: |
2 | 42 | hace 7 años | ||
The sorting of products on the archive page does not work correctly.
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
2 | 3 | hace 7 años | ||
Problem when adding product to cart from the products page (DIVI)
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
2 | 12 | hace 7 años | ||
Problem displaying the DIVI main menu
Iniciado por: Francisco Ramón Molina Busquiel
en: Toolset Professional Support
Problem: After updating plugins, I am seeing an undesired hover effect on my main menu navigation elements with Divi active. Solution: #top-menu-nav>ul>li>a:hover, #top-menu-nav>ul>li>a:focus { background: none; } |
2 | 14 | hace 7 años | ||
How can I include a country selection field for user registration?
1
2
3
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
3 | 38 | hace 7 años | ||
How can you design the file page format of the taxonomies of a CPT?
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
2 | 9 | hace 7 años | ||
How can I create a form for managing users using DIVI Builder?
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
2 | 5 | hace 7 años | ||
Types not work correctly to add options to the new taxonomies of a CPT
Iniciado por: Francisco Ramón Molina Busquiel
en: Toolset Professional Support
Problem: Solution: |
2 | 8 | hace 7 años | ||
Get the current Content Template, and find out if the current page is a custom post type Archive using Toolset API
Iniciado por: Francisco Ramón Molina Busquiel
en: Toolset Professional Support
Problem: Using PHP, I would like to know if the current page is a custom post type archive, and I would like to be able to determine the name of the Content Template applied to the current page. Solution: if ( is_post_type_archive( 'my-custom-post-type-slug' ) ) { // do something } Use the wpv_filter_content_template_output filter to determine the assigned Content Template, and assign that value to a global variable. Then access the title of the Content Template post using get_the_title() since Content Templates are technically posts: add_filter( 'wpv_filter_content_template_output', 'get_content_template_id', 99, 4 ); function get_content_template_id( $content, $template_selected, $id, $kind ) { global $current_archive_template_id; $current_archive_template_id = $template_selected; // $template_selected = current Content Template ID return $content; } // later... $content_template_title = get_the_title($current_archive_template_id); Relevant Documentation: https://codex.wordpress.org/Function_Reference/is_post_type_archive |
3 | 4 | hace 7 años | ||
How to implement email verification in user registration?
Iniciado por: Francisco Ramón Molina Busquiel en: Toolset Professional Support |
3 | 15 | hace 7 años, 1 mes | ||
'Content Layout Editor' does not work correctly
Iniciado por: Francisco Ramón Molina Busquiel en: Soporte profesional de Toolset |
3 | 14 | hace 7 años, 1 mes | ||
EXTRA Theme and Toolset serious problems
1
2
3
4
Iniciado por: Francisco Ramón Molina Busquiel en: Types Community Support |
6 | 60 | hace 7 años, 4 meses | ||
How can I include a country selection field for user registration?
Iniciado por: Francisco Ramón Molina Busquiel en: Types Community Support |
2 | 7 | hace 7 años, 5 meses | ||
Strange message every time I click on 'Save Draft' on the page.
Iniciado por: Francisco Ramón Molina Busquiel en: Soporte profesional de Toolset |
2 | 4 | hace 7 años, 5 meses | ||
The 'Template layout' selector on the pages exits the panel.
Iniciado por: Francisco Ramón Molina Busquiel en: Soporte profesional de Toolset |
2 | 4 | hace 7 años, 5 meses |