- סטטוס
- נפתר על ידי המפתח
- תוסף/ערכת עיצוב קשורים
- Premium Addons for Elementor
- תגיות נושא
- Compatibility
סקירה כללית של התקלה
בעת שימוש בוידג’ט Vertical Scroll המסופק על ידי Premium Addons for Elementor כדי להציג תבנית של Elementor, תרגומי העמודים אינם מציגים תוכן כצפוי. העמודים המתורגמים מופיעים ריקים, ללא התוכן המיועד.
פתרון עוקף
אנא ודא שיש לך גיבוי מלא של האתר שלך לפני שתמשיך.
- פתח את הקובץ …/wp-content/plugins/premium-addons-for-elementor/includes/class-premium-template-tags.php
- חפש את שורה 140.
- החלף את:
$args = array( 'post_type' => 'elementor_library', 'post_status' => 'publish', 'posts_per_page' => 1, 'title' => $title, //'suppress_filters' => true, );
- ב:
$args = array( 'post_type' => 'elementor_library', 'post_status' => 'publish', 'posts_per_page' => 1, 'title' => $title, 'suppress_filters' => true, );