-
AuthorPosts
-
April 14, 2020 at 2:07 am #1203418
Hi there.
After last Enfold Theme upgrade, a shortcode section appeared on top of each page while editing, leaving Avia Layout Builder bellow. Each time I click on Update button, refresh action turns very slow due to displaying shortcodes again. How could I hide this section in order to only see Avia Layout Builider?
Thank you.
April 14, 2020 at 7:37 pm #1203732April 14, 2020 at 8:00 pm #1203737Same problem here
April 15, 2020 at 2:26 am #1203827I don’t understand the function of this option either.
It would be nice to get rid of itApril 16, 2020 at 5:46 am #1204248Hi,
Sorry for the problem and for the late reply, please refer to this: https://kriesi.at/support/topic/shortcodes-window-after-updating-to-wordpress-5-4/
Best regards,
RikardApril 16, 2020 at 11:39 pm #1204579Thank you Rikard. This worked great.
April 17, 2020 at 7:09 pm #1204764Thanks, problem solved!
April 18, 2020 at 9:41 am #1204868Hi,
Great, I’m glad that you got it working and sorry again for the problem. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 21, 2020 at 4:51 am #1205650Hi Rikard.
I switched to Classic Editor as suggested. Everything works fine with Avia Layout Buildir and shortcode section disappeard.
Nevertheless PUBLISH options are not fixed on the top of the window anymore while scrolling down, so I have to scroll up to the begining of my construction page each time I want to update changes and then scroll down to continue with design element I was working on. Is there a way to fix options again using Classic Editor or maybe instead turn “update” button to be a floating one?
Thank you!
April 22, 2020 at 4:25 am #1206006Hi,
That is not possible with the Classic Editor unfortunately, but you can change back to the block editor when this is fixed with the next release of the theme. It should only be a few more days until we get it published.
Best regards,
RikardApril 30, 2020 at 8:49 pm #1208638Hello, I’m having this same issue, but unfortunately the link you provided above in the comments:
https://kriesi.at/support/topic/shortcodes-window-after-updating-to-wordpress-5-4/
no longer works and goes to a 404 page.Could you please update or put the answer in this forum, please?
May 2, 2020 at 5:24 am #1209040Hi MaryHeim,
The link is working, please try it again.
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.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.