Akhil
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 |
---|---|---|---|---|---|
custom code to hide a accordion depending on selection
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: //display tenure only when select 'For Sale' function display_tenture(){ $("div[data-target='#collapse-tenure']").parent('div.panel-info').hide(); //hide Tenure $('select[name="property-type"]').change(function(){ if(this.value == 'For Sale') { $("div[data-target='#collapse-tenure']").parent('div.panel-info').show(); //show Tenure } else{ $("div[data-target='#collapse-tenure']").parent('div.panel-info').hide(); //hide Tenure } }); //display tenure when select 'for Sale' on page loaded if($('select[name="property-type"]').val() == 'For Sale'){ $("div[data-target='#collapse-tenure']").parent('div.panel-info').show(); //show Tenure } } |
2 | 7 | hace 7 años, 1 mes | ||
Custom post title from 5 different custom fields.
1
2
3
Iniciado por: Akhil
en: Toolset Professional Support
Problem: |
3 | 33 | hace 7 años, 1 mes | ||
frontend sorting using custom field not working Part2
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: |
2 | 3 | hace 7 años, 1 mes | ||
frontend sorting using custom field not working
1
2
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: |
4 | 31 | hace 7 años, 1 mes | ||
sorting order for Post Field Groups ?
Iniciado por: Akhil en: Toolset Professional Support |
2 | 3 | hace 7 años, 1 mes | ||
ability to add cs and js for the backend ?
Iniciado por: Akhil en: Toolset Professional Support |
2 | 8 | hace 7 años, 1 mes | ||
Sabai Directory plugin and toolset
Iniciado por: Akhil en: Toolset Professional Support |
2 | 2 | hace 7 años, 1 mes | ||
using post Field groups for Terms Fields
Iniciado por: Akhil en: Toolset Professional Support |
2 | 7 | hace 7 años, 1 mes | ||
Taxomony as required for CPT
Iniciado por: Akhil en: Toolset Professional Support |
2 | 2 | hace 7 años, 1 mes | ||
account issue
Iniciado por: Akhil en: Toolset Professional Support |
2 | 9 | hace 7 años, 1 mes | ||
format user input
Iniciado por: Akhil en: Toolset Professional Support |
2 | 8 | hace 7 años, 1 mes | ||
Advance Search form for document search ?
Iniciado por: Akhil en: Toolset Professional Support |
2 | 2 | hace 7 años, 1 mes | ||
discover-wp.com loading spanish by default !
Iniciado por: Akhil en: Toolset Professional Support |
2 | 3 | hace 7 años, 2 meses | ||
Having many Many CT will slow down the sites ?
Iniciado por: Akhil en: Toolset Professional Support |
2 | 6 | hace 7 años, 2 meses | ||
url parameter options
Iniciado por: Akhil
en: Toolset Professional Support
Problem: |
2 | 4 | hace 7 años, 2 meses |