Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1200395

    Hi,

    If you are seeing an extra shortcode window before the regular Layout Builder window then please try to activate the Classic Editor in the main page of the theme options as a temporary fix.

    ———————————————————

    If you are having problems with scrolling down below the fold when dragging an element and the Block Editor is active, then please try adding this to your functions.php file:

    function avia_block_editor_scrolling_fix() {
    	?>
    		<style>
    			body.block-editor-page.avia-advanced-editor-enabled .block-editor-editor-skeleton__content{
    				position: relative !important;
    			}
    		</style>
    	<?php
    }
    add_action(‘init’, ‘avia_block_editor_scrolling_fix’);

    This fix will be added in the next update of the theme.

    Regards,
    Yigit

    • This topic was modified 4 years, 2 months ago by Yigit.
    #1210253

    Hi,
    Since this morning after the update of WooCommerce 4.1.0, I have the problem with the fix that on the dashboard the WooCommerce status display was extremely lengthy :( Test Fix again deactivated the display was ok, Fix again activated the display was extremely lengthy.
    After a few tests I have now rebuilt / extended the fix as follows, no idea if this is the actual fix sense is so okay, but for me now runs the display but again in order:

    
    function avia_block_editor_scrolling_fix() {
    	?>
    		<style>		
    			<!-- Fix -->
    			body.block-editor-page.avia-advanced-editor-enabled .block-editor-editor-skeleton__content{position: relative !important;}						
    			.edit-post-visual-editor .block-editor-writing-flow__click-redirect {min-height: 2vh !important;}
    		</style>
    	<?php
    	//
    }
    //add_action('init', 'avia_block_editor_scrolling_fix');
    add_action('admin_head', 'avia_block_editor_scrolling_fix');
    

    best regards, Jörg

    #1210295

    Hi Jörg,

    Thanks for sharing your solution!

    Best regards,
    Yigit

    #1239801

    My website is experiencing an issue where the full content of the homepage is not loading properly. The main front page slider image fails to load and the product image sliders are supposed to be 1 row each in which a user can scroll through various products however, the site is showing all of the products at once (incorrectly). This may be a javascript issue or something similar. It mat have happened as of a latest update. I have tried to activate and deactivate various plugins to see if the issue gets fixed but it has not.

    Thought may be there was a hosting issue so i contacted them but they seem to think there is a theme error.

    Can you assist?

    #1240230

    Hi redrumintl,

    The login details you posted are not working, please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1242017

    Hi!
    I’m also having the shortcode problem after updating wordpress and I tried your suggestion of changing back to classic editor in theme options but it doesn’t allow me to change it. Any assistance would be greatly appreciated.

    #1242136

    Hi Nabilinho,

    You need to update php to at least php7.2, update the theme to the latest version and maybe use the jQuery Migrate helper.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.