I made all my units in Elementor. Now the layout doesn't look the same as i made it. For example: Colums in Elementor editor are not shown when i look at the preview in Elementor. Also the lettertypes are different.
hi
can you please share the details like comparison screenshots or explained video?
and also make sure that you have updated to the latest version of the theme and plugins(vibe and wplms)
Hi,
See the following link how it looks in Elementor editor:
https://photos.app.goo.gl/Ex1qjCboHuikDd686
and how it loks when i click to preview (eye left under screen):
https://photos.app.goo.gl/Xwh98iZys8W79SQPA
At the time i created the units this problem (difference) didn't occur then. How can i solve this so he layout is the same?
hi
please provide all the details in a private reply to replicate this
This reply has been marked as private.
Hi,
I replicated this on my setup but it is working fine. It shows the columns
correctly
https://prntscr.com/11x1u9y
https://prntscr.com/11x1r0s
I need to check on your site.
Please share this unit or course URL and admin credentials for the site in
private reply.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
OK Go ahead. I hope you can find it.
Regards
Hi,
we are using elementor version 3.0.1 It's 3.2.2 on your site.
We need to degrade the elementor plugin to check if that is creating issue.
I would say, try everything necessary to see what the problem is and how it can be solved.
Regards
hi
please add this code in customizer.php in the customizer plugin
add_filter('wplms_load_single_unit_js',function($bool,$post){
if ( Elementor\Plugin::instance()->db->is_built_with_elementor( $post->ID ) ) {
$bool = false;
}
return $bool;
},10,2);
Thanks for this sugestion.
It will be my modest knowledge of the system, but where can I find this file or plugin. I can find a directory customize and a file customize.php in wp-admin, but with the wp-content / plugins there is no customizer plugin.
Please advise.
sorry for any inconveniance
Hi,
You can download wplms-customizer plugin from here
https://wplms.io/support/knowledge-base/wplms-customizer-plugin/
Install and activate it then goto plugin editor>> wplms-customizer.php and add the above code.