Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Jose David Moliner

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 36 total)
  • Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #27191

    Hey Ross,

    Works fine but not perfect. I found a bug:

    First level childs with childs (grandchild) not shows his posts:

    – Father 1 OK
    — Child 1 OK
    — Child 2 FAIL
    — Granchild 1 OK
    — Granchild 2 OK
    — Granchild 3 OK
    – Father 2 OK

    Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #26864

    Hi Ross, any news of this?

    Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #26712
    This reply has been marked as private.
    Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #26709
    This reply has been marked as private.
    Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #26703

    With include children in parents I get:

    Notice: Undefined index: repertorio-jurisprudencial in /var/www/vhosts/…/wp-content/plugins/search-filter-pro/public/includes/class-search-filter-cache.php on line 719 Warning: array_merge(): Argument #1 is not an array in /var/www/vhosts/…/wp-content/plugins/search-filter-pro/public/includes/class-search-filter-cache.php on line 719 Warning: array_unique() expects parameter 1 to be array, null given in /var/www/vhosts/…/wp-content/plugins/search-filter-pro/public/includes/class-search-filter-cache.php on line 719

    Jose David Moliner in reply to:
    Hierarchical category doesn't work properly
    #26699
    This reply has been marked as private.
    Jose David Moliner in reply to:
    Form with author and checkbox breaks in 2.0.1
    #26680

    Perfect! thanks

    Jose David Moliner in reply to:
    Filter by Year only
    #26220

    I use ACF to create a custom field with year, then ‘post_meta’ and ‘choice’ with ‘checkbox’ in Search Filter.

    You must to add each year with ‘auto suggest’, then order. The problem is that the next year I need to go to wp-admin and add new option with year.

    Jose David Moliner in reply to:
    Date Range
    #26041

    I’m also looking for this feature but with ‘date range’ or ‘individual days’. I have made a lot of pages with this feature. For performances, classes, theater… many times are date range (all days) but other times are certain days.

    Then I have ACF with:

    – Date range: ‘start date’ and ‘end date’
    – Individual days: repeater with ‘days’

    And a radio button to select between ‘date range’ or ‘individual days’.

    1

    2

    And I’m using this SQL query:

    ....
         (
            ( $wpdb->postmeta.meta_key = 'date_start' AND CAST($wpdb->postmeta.meta_value AS DATE) BETWEEN '".$date_start."' AND '".$date_end."' ) 
            OR ( $wpdb->postmeta.meta_key = 'date_end' AND CAST($wpdb->postmeta.meta_value AS DATE) BETWEEN '".$date_start."' AND '".$date_end."' ) 
         )           
         OR ( 
            ( $wpdb->postmeta.meta_key = 'date_start' AND CAST($wpdb->postmeta.meta_value AS DATE) <= '".$date_start."' ) 
              AND 
            ( mt1.meta_key = 'date_start' AND CAST(mt1.meta_value AS DATE) >= '".$date_end."' ) 
         )
         OR ( $wpdb->postmeta.meta_key LIKE 'individual_days_%_day' AND CAST($wpdb->postmeta.meta_value AS DATE) BETWEEN '".$date_start."' AND '".$date_end."' ) 
         )";
    Jose David Moliner in reply to:
    Search Form is regenerated each click using Ajax (after update to 2.0.1)
    #25684
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 36 total)