-
AuthorPosts
-
April 3, 2020 at 7:40 am #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, 6 months ago by Yigit.
May 6, 2020 at 8:56 am #1210253Hi,
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
May 6, 2020 at 12:12 pm #1210295August 21, 2020 at 2:43 pm #1239801My 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?
August 24, 2020 at 4:27 am #1240230Hi 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,
RikardAugust 31, 2020 at 12:34 am #1242017Hi!
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.August 31, 2020 at 12:19 pm #1242136Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.