David Gimenez
Web poet and Marketing adventurer
Admite hilos creados en los últimos 30 días: 2
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Custom search doesn't work with repeteable field of repeteable group
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 14 | hace 4 años, 9 meses | ||
Rank Math Seo and custom fields
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 11 | hace 4 años, 10 meses | ||
Problem with conditional and custom field
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 11 | hace 5 años | ||
Custom search of selected posts of one taxonomy
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 5 | hace 5 años, 1 mes | ||
Change post author is not possible in custom post types
Iniciado por: David Gimenez
en: Toolset Professional Support
Problem: I can change authors for posts but I can't change gratuit users for my custom post type. Solution: Please try these: 1) Dashboard-> Toolset-> Access Control-> Custom Roles 2) Assign those specific users to new user role Gratuit2, and test again. Relevant Documentation: |
2 | 9 | hace 5 años, 1 mes | ||
View above header
Iniciado por: David Gimenez en: Toolset Professional Support |
3 | 14 | hace 5 años, 2 meses | ||
Taxonomy views doesn't show in sidebar archive
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 5 | hace 5 años, 3 meses | ||
taxonomies in wordpress archive
Iniciado por: David Gimenez
en: Toolset Professional Support
Problem: The issue here is that the user wanted to create a taxonomy view with a post view to display their information in the format. Taxonomy B Solution: This can be done by using our nested view setup. I would recommend taking a look at our documentation below in order to set this up |
2 | 16 | hace 5 años, 3 meses | ||
Featured image crop
Iniciado por: David Gimenez en: Toolset Professional Support |
3 | 3 | hace 5 años, 3 meses | ||
Custom Content Template for WooCommerce Product doesn’t work
Iniciado por: David Gimenez
en: Toolset Professional Support
Problem: Solution: |
2 | 3 | hace 5 años, 5 meses | ||
No breaklines in TB Fields and Text
Iniciado por: David Gimenez en: Toolset Professional Support |
2 | 6 | hace 5 años, 7 meses | ||
Filter posts by date
Iniciado por: David Gimenez
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 7 | hace 5 años, 7 meses | ||
Hide template lyout box and astra settings for non admins
Iniciado por: David Gimenez
en: Soporte profesional de Toolset
Problem: Solution: add_action( 'admin_head', 'func_remove_layout_astra_metabox', 20); function func_remove_layout_astra_metabox() { global $current_user; if(!in_array('administrator',(array)$current_user->roles)){ remove_meta_box( 'wpddl_template', array("student"), 'side' ); remove_meta_box( 'astra_settings_meta_box', array("student"), 'side' ); } } You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | hace 5 años, 8 meses | ||
Image resizing transparency and padding color
Iniciado por: David Gimenez
en: Soporte profesional de Toolset
Problem: If I have proportional size... background of image is transparent. If I select size Pad, background of image is black i need to put white color in color padding. Why is it happen this? Solution: When you choose "pad", then background is "added" to adjust the image size. When you choose "proportional", the background is not modified. Relevant Documentation: |
2 | 3 | hace 5 años, 9 meses | ||
Problem with bootstrap grid
Iniciado por: David Gimenez
en: Soporte profesional de Toolset
Problem: My Bootstrap grid layout breaks when resizing to specific dimensions. Solution: Remove bottom margins from elements that have variable heights. |
2 | 7 | hace 5 años, 9 meses |