gmoon
Forum Replies Created
-
Did you check this in the settings of the module? Navigate to?Integration → WooCommerce?in the plugin settings?and activate?Customer data in the data layer.
Yes, its fixed now, thank you!
Same issue here, for some sliders formatting is lost, appear much bigger than normal, i see in chrome that depicter.js.map could not be loaded, status code 404,
Forum: Plugins
In reply to: [Carousel Slider] Plug in stopped working this weekSame here, last update broke media library and also other stuff on admin. I’ve received notification that plugin is broken.
I use php 7.3 version and also elementor.
Forum: Plugins
In reply to: [AceIDE] Buggreat plugin, good work but
for me is the same bug like Kyle, after last update every files that open with aceide put on the begining ===FILE_CONTENTS_START===
Forum: Plugins
In reply to: [YITH Topbar Countdown] Love the plugin but it won’t count downIt seems that you need to modify the date from settings on wp admin, I change it in this format m/d/Y and now working.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal Errorthe plugin give me fatal error
that is the code
Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddStatusToPassings – Error executing ‘query’ with: ALTER TABLE
wp_t_passings
ADDpassing_status
enum(‘publish’,’trash’) DEFAULT ‘publish’ NOT NULL AFTERrespondent_id
Reason: Duplicate column name ‘passing_status’ thrown in /home/fericire/public_html/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259for me i have found solution
it seems that after major update of wordpress it was an issue with php memory limit, so i increased this limit to 64mb
Also for me is not working.
In javascript console i have two error :
admin-foogallery.js?ver=1.2.4:110 Uncaught ReferenceError: wp is not defined
and when check admin-foogallery.js it send me to this portion of code :
// Create the media frame.
FOOGALLERY.media_uploader = wp.media.frames.file_frame = wp.media({
title: $(this).data( ‘uploader-title’ ),
//frame: ‘post’,
button: {
text: $(this).data( ‘uploader-button-text’ )
},
multiple: true // Set to true to allow multiple files to be selected
});and another error say
Uncaught TypeError: $(…).on(…).on(…).sortable is not a function
.sortable({
items: ‘li:not(.add-attachment)’,
distance: 10,
placeholder: ‘attachment placeholder’,
stop : function() {
FOOGALLERY.calculateAttachmentIds();
}
});Thank you