Units made in Elementor

Home Forums Legacy Support Support queries Other issues Units made in Elementor

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • #353301
    Huib Croon
    Participant
    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.
    #353332
    Veronica
    Moderator
    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)
    #353366
    Huib Croon
    Participant
    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?
    #353599
    Veronica
    Moderator
    hi please provide all the details in a private reply to replicate this
    #353888
    Huib Croon
    Participant
    This reply has been marked as private.
    #354130
    Ada
    Participant
    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.
    #354595
    Huib Croon
    Participant
    This reply has been marked as private.
    #354611
    Huib Croon
    Participant
    This reply has been marked as private.
    #354659
    Ada
    Participant
    This reply has been marked as private.
    #354686
    Huib Croon
    Participant
    OK Go ahead. I hope you can find it. Regards
    #354950
    Ada
    Participant
    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.
    #355112
    Huib Croon
    Participant
    I would say, try everything necessary to see what the problem is and how it can be solved. Regards
    #355391
    Veronica
    Moderator
    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);
    #355421
    Huib Croon
    Participant
    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
    #355463
    Ada
    Participant
    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.
Viewing 15 posts - 1 through 15 (of 30 total)
  • The topic ‘Units made in Elementor’ is closed to new replies.