Forum Replies Created
-
AuthorPosts
-
Hi Ismael, thanks for identifying the issue preventing the settings sidebar to display. I applied the code as instructed and it worked. So thank you for that! Said that, the uncaught error from Tinymce is still present, is it something you can help with?
Adding to my previous message: the Tinymce error is still there even with the fullscreen mode off.
Hi, yes disabling the fullscreen mode displays the settings panel which is a great alternative! Thanks for finding it for me. It would be great also if you could look into the issue with a view of resolving it. Perhaps a theme update? I’d be happy to keep your temporary account active in the meantime. Let me know
Hi, although the issue is present across all browsers for some reason the Chrome inspect tool doesn’t detect it. The Firefox inspect tool does find it and it is more helpful. Please find the screengrab I have taken from it in the private content. I hope it helps.
I also noticed that there is a legacy of issues between TinyMCE and the Nefold theme, strikingly similar issue is found here: https://kriesi.at/support/topic/enfold-tinymce-advanced-any-known-issues-or-is-it-me/
Hi, I have disabled all the plugins just now and the issue is still there. Inspecting the portfolio edit page I see several warning and a error messages related to tinymce.js. Have a look and let me know. Thanks
This reply has been marked as private.Hi Ismael,
the site was working fine until I updated it to version 5.6.8. Since then, the settings sidebar of the portfolio items page has disappeared. Normally that sidebar is found on the right hand side of the page, and it can be toggled on or off by pressing the relevant button at the top right of the page. I took a screenshot for you.
I circled in red the settings sidebar toggle button, when it’s black it as in the screenshot the settings column should be displayed on the right side of the screen. Instead, it’s not being displayed and pressing the toggle button makes no effect. Furthermore, if I switch the editor from advanced to basic the page settings column magically re-appears.
I was able to reproduce the same issue across a variety of browsers including Chrome and Firefox for mac osx 13.4 (Ventura)
Many thanks for your help.
Regards,
PatrizioJanuary 19, 2021 at 5:07 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273787That makes perfect sense. Thank you so much for your help and assistance. All good now : )
All the very best,
PatrizioJanuary 18, 2021 at 9:24 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273482This reply has been marked as private.January 18, 2021 at 9:23 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273481This reply has been marked as private.January 18, 2021 at 8:25 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273456This reply has been marked as private.January 18, 2021 at 7:40 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273430This reply has been marked as private.January 15, 2021 at 11:24 am in reply to: Grid row layout element generates after_submenu elements with nested containers #1272663This reply has been marked as private.January 13, 2021 at 1:52 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1272158This reply has been marked as private.January 13, 2021 at 1:49 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1272157Hi,
thanks for your reply.
I have updated the page so the issue is clearer, on the page I now have:
– 1/1 element
– Grid element
– 1/1 element
As you can see the last 1/1 element is indented, which should not happen. I have inspected the last 1/1 element and the html is as follows:<div id="after_submenu_1" class="main_color av_default_container_wrap container_wrap fullsize" style=" "> <div class="container"> <div class="template-page content av-content-full alpha units"> <div class="post-entry post-entry-type-page post-entry-4623"> <div class="entry-content-wrapper clearfix"> <div class="flex_column av_one_full flex_column_div av-zero-column-padding first avia-builder-el-12 el_after_av_layout_row avia-builder-el-no-sibling " style="border-radius:0px; "> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="avia_textblock " itemprop="text"><h2>This is a full width element 1/1 but it is nested in a new ‘contaner’ div for some reason</h2> </div></section></div> </div></div></div></div></div>
The first 5 divs are totally redundant because all elements are already in a wrapper and a container, so these are not necessary. In fact, if I remove them with Inspector and only leave the following then the layout works as intended.
<div class="flex_column av_one_full flex_column_div av-zero-column-padding first avia-builder-el-12 el_after_av_layout_row avia-builder-el-no-sibling " style="border-radius:0px; "> <section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="avia_textblock " itemprop="text"><h2>This is a full width element 1/1 but it is nested in a new ‘contaner’ div for some reason</h2> </div></section></div>
I am not sure what is causing the Theme to add un-necessary HTML.
Let me know.
Thanks
January 13, 2021 at 12:10 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1272128This reply has been marked as private.January 10, 2021 at 11:30 am in reply to: Grid row layout element generates after_submenu elements with nested containers #1271332This reply has been marked as private. -
AuthorPosts