susana_fernandez
Forum Replies Created
-
Never mind. I figured it out by using a plugin to duplicate the blocks and the new duplicated blocks open the ux builder. Thank you !
Hi Jose,
Thanks for Flatsome, it’s awesome. I have the same problem. I can’t load the blocks in the flatsome uxbuilder. I can load the pages but not the blocks.
Here’s a screenshot of the console. I started having this problem today after i changed the domain of the website . The new domain is with different company than hosting.. idk if that has something to do.
This doenst have a way to upload the screenshot
I’ll copy paste it here then:
jquery-migrate.min.js?ver=3.3.2:2 JQMIGRATE: Migrate is installed, version 3.3.2 ?post_id=558&uxb_iframe=1:1 Failed to load resource: the server responded with a status of 404 () load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:5 JQMIGRATE: Migrate is installed, version 3.3.2 load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:5 JQMIGRATE: Migrate is installed, version 3.3.2 load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2 jQuery.Deferred exception: Cannot read property 'value' of undefined TypeError: Cannot read property 'value' of undefined at initializeLanguageOldValue (https://perforacionesaragones.com/wp-content/plugins/polylang/js/build/classic-editor.min.js?ver=3.0.4:1:1240) at HTMLDocument.<anonymous> (https://perforacionesaragones.com/wp-content/plugins/polylang/js/build/classic-editor.min.js?ver=3.0.4:1:2868) at e (https://perforacionesaragones.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2:30005) at t (https://perforacionesaragones.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2:30307) undefined S.Deferred.exceptionHook @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2 load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:2 jQuery.Deferred exception: Cannot read property 'value' of undefined TypeError: Cannot read property 'value' of undefined at initializeLanguageOldValue (https://perforacionesaragones.com/wp-content/plugins/polylang/js/build/classic-editor.min.js?ver=3.0.4:1:1240) at HTMLDocument.<anonymous> (https://perforacionesaragones.com/wp-content/plugins/polylang/js/build/classic-editor.min.js?ver=3.0.4:1:2868) at e (https://perforacionesaragones.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.7.2:2:30005) at t (https://perforacionesaragones.com/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=5.7.2:2:30307) undefined S.Deferred.exceptionHook @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:2 load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2 Uncaught TypeError: Cannot read property 'value' of undefined at initializeLanguageOldValue (classic-editor.min.js?ver=3.0.4:1) at HTMLDocument.<anonymous> (classic-editor.min.js?ver=3.0.4:1) at e (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2) at t (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2) jquery-migrate.min.js?ver=3.3.2:2 JQMIGRATE: Migrate is installed, version 3.3.2 load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:2 Uncaught TypeError: Cannot read property 'value' of undefined at initializeLanguageOldValue (classic-editor.min.js?ver=3.0.4:1) at HTMLDocument.<anonymous> (classic-editor.min.js?ver=3.0.4:1) at e (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:2) at t (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7.2:2) editor.js?ver=3.13.3:1 Uncaught TypeError: Cannot read property 'isRoot' of undefined at t.value (editor.js?ver=3.13.3:1)Any help is apreciatte it, I’ll keep trying to figure it out in the meanwhile. Thank You !
Susana
- This reply was modified 4 years, 11 months ago by susana_fernandez.
Forum: Plugins
In reply to: [Frontend Uploader] Files Uploaded, but Nothing HappensI have exactly your same problem. Did you fix it? with form_layout=”post_media” im able to upload the post and image to the library but i need to show the image with the post in the blog page. 🙂
Forum: Themes and Templates
In reply to: [Formation] Slider Text Lengthyes it’s working !! sorry 🙂
Forum: Themes and Templates
In reply to: [Formation] Slider Text LengthHi,
I have the same problem and i can’t fix it yet . I changed functions.php like this :
function get_slider_excerpt(){
$excerpt = get_the_content();
$excerpt = preg_replace(” (\[.*?\])”,”,$excerpt);
$excerpt = strip_shortcodes($excerpt);
$excerpt = strip_tags($excerpt);
$excerpt = substr($excerpt, 0, 450);
$excerpt = substr($excerpt, 0, strripos($excerpt, ” “));
$excerpt = trim(preg_replace( ‘/\s+/’, ‘ ‘, $excerpt));
return $excerpt;
}and still cuts the text at the 15teen character .. what else can I do to try and fix it , i want the same length as your demo,
my site in progress:
http://www.dinamitacostarica.com/natalia/
i love your theme , thank you ,
susana