- סטטוס
- נפתר
- דווח עבור
- WPML Multilingual CMS 4.5.2
- נפתר בגרסה
- WPML Multilingual CMS 4.5.9
- תוסף/ערכת עיצוב קשורים
- Elementor
סקירה כללית של התקלה
כרגע לא ניתן להציג תבניות Elementor שונות לכל שפה. למרות שאתה רואה שהתבנית הנכונה נבחרה בממשק הניהול, האתר שלך תמיד יציג בצד הלקוח את התבנית האחרונה שנשמרה.
פתרון עוקף
אנא צור גיבוי מלא של האתר שלך לפני שתמשיך.
- פתח את הקובץ /wp-content/plugins/elementor-pro/modules/theme-builder/classes/conditions-cache.php.
- חפש את שורה 109.
- עדכן את:
'posts_per_page' => -1, 'post_type' => $post_types, 'fields' => 'ids', 'meta_key' => '_elementor_conditions',
באמצעות:'posts_per_page' => -1, 'post_type' => $post_types, 'fields' => 'ids', 'meta_key' => '_elementor_conditions', 'suppress_filters' => true //Here's the added line
- שמור מחדש את התבניות שלך.