This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Elementor single and archive templates
Started by: nikiforosB
in: English Support
Problem: I need to show the same template in both languages, greek and english but only one works. The other shows the default layout of the theme. Solution: There is a workaround for this issue provided by our specialists. Please follow these steps to apply the workaround: $query = new \WP_Query( [ 'posts_per_page' => -1, 'post_type' => Source_Local::CPT, 'fields' => 'ids', 'meta_key' => '_elementor_conditions', ] ); To: $query = new \WP_Query( [ 'posts_per_page' => -1, 'post_type' => Source_Local::CPT, 'fields' => 'ids', 'meta_key' => '_elementor_conditions', 'suppress_filters' => true, ] ); - Re-save the Display Conditions for each template. Could you tell me if the workaround solves the issue? Important note - This workaround has two effects: Relevant Documentation: |
|
2 | 9 | 4 years, 9 months ago |