Dynamic content includes hidden posts outside the condition parameter.
-
I can’t quite figure out why it is doing this, but I thought I would post the issue here and see if you or anyone here could assist.
Webpage: https://www.bamidbartherapy.org/our-programs/
Also here: https://www.bamidbartherapy.org/calendar/Dynamic Condition Settings
Dynamic Tag: ACF (Start Date)
Show/Hide: Hide when condition
Condition: Less than
Compare Type: String to time
Conditional value: nowCustom Sort Order: I also have a custom query snippet running to sort by the start_date.
add_action( ‘elementor/query/course_sorted_by_date_desc’, function( $query ) {
$query->set( ‘meta_key’, ‘start-date’ );
$query->set( ‘orderby’, ‘meta_value_num’ );
$query->set( ‘order’, ‘DESC’ );
});The page I need help with: [log in to see the link]
- The topic ‘Dynamic content includes hidden posts outside the condition parameter.’ is closed to new replies.