WPML
סטטוס
נפתר על ידי המפתח
תוסף/ערכת עיצוב קשורים
BeTheme
תגיות נושא
Compatibility

סקירה כללית של התקלה

בעת שימוש בעורך החי BeBuilder של BeTheme, תוכן שתורגם באמצעות עורך התרגום המתקדם (Advanced Translation Editor) של WPML מתורגם בהצלחה, אך עיצוב העמוד אינו מועתק לתרגום.

פתרון עוקף

אנא הקפד לבצע גיבוי מלא של האתר שלך לפני שתמשיך.


  1. פתח את הקובץ …/wp-content/themes/betheme/functions/builder/class-mfn-builder-front.php .

  2. חפש את שורה 146 והחלף את:
    $dir = wp_upload_dir()['basedir'] . $path;
    
    if( get_post_meta($this->post_id, 'mfn-page-local-style', true) && file_exists($dir) ){

    ב:

    $css_file_path = '/betheme/css/post-'. $this->post_id .'.css';
    $dir = wp_upload_dir()['basedir'] . $css_file_path;
    
    if( get_post_meta($this->post_id, 'mfn-page-local-style', true) && file_exists($dir) ){

כל התקלות הידועות →