Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Advanced Editor not working #1481951

    So it looked like the Theme was unable to update. I installed the Evento market plugin, and the update kept failing, saying the theme was up to date. Created a staging site, and the staging site said the theme was out of date. Updated the staging site, and the advanced layout editor came back.

    Uninstalled the Evento Market plugin and reinstalled, generated a new token, and the site then updated successfully, resolving the Advanced Layout Builder.

    in reply to: Advanced Editor not working #1481950

    Thanks for that, Magnus. I tried that, but unfortunately, no joy. I have disabled all plugins, and it still displays blank, so it doesn’t seem to be a plugin conflict.

    in reply to: Hiding Elements based on user role and reflowing content. #1473475

    Thanks for your help Ismael.

    Here are two screen grabs. User A has full access. User B has some hidden content, but the hidden elements are still holding blank spaces.

    https://img.savvyify.com/image/User-B-empty-spaces.9xktO
    https://img.savvyify.com/image/User-A-Full-Access.9xIYz

    Thanks
    Nick

    • This reply was modified 5 months ago by Nick_Skehan. Reason: Typo
    in reply to: Hiding Elements based on user role and reflowing content. #1473426

    Thanks, Ismael.

    Perhaps I am not explaining myself or maybe overexplained!; when an item is hidden on a page, how do I prevent there being blank white spaces where the hidden item has been removed?

    What I would like is for the other elements to flow into the empty white spaces. This is the CSS I have tried, but the spaces are not being filled out.

    CSS:

    #av_section_2 {
    display: flex; /* Enable flexbox layout */
    flex-wrap: wrap; /* Allow items to wrap to the next row if necessary */
    justify-content: flex-start; /* Align items to the left */
    padding: 0; /* Remove internal padding */
    margin: 0; /* Remove external margins */
    height: auto; /* Adjust height dynamically */
    gap: 10px; /* Optional: Add spacing between items */
    }

    #av_section_2 > .flex_column {
    flex: 1 1 auto; /* Allow items to grow and shrink dynamically */
    margin: 0; /* Remove margin between elements */
    padding: 0; /* Remove internal padding */
    }

    in reply to: Hiding elements in Advanced Layout Elements. #1470590

    Each of the Elements is contained within a column layout element.

    in reply to: Blog Layout #1469769

    I’m not sure if I need to open another topic on this. But here is my issue.

    I want to reduce the size of the colour section on the homepage that contains the video overlay, but the height will not be reduced no matter what option I pick.

    I have also tried to give it a custom ID and add that to the CSS, but nothing seems to work.

    Can you advise?

    Thanks
    Nick

    in reply to: Blog Layout #1469395

    Thanks for that Ismael

    However the date does not disappear, I have disabled it on the Meta Elements section and added the code to the CSS, but the date is still on the blog posts.
    I have tried adding it to the Style.css and the CustomCss but no joy

    Thanks
    Nick

    in reply to: Blog Layout #1469163

    Hi Mike, if you could return to me regarding hiding the date, also can I order the blog posts I created to display the oldest post first?

    Thanks in advance.
    Nick

    in reply to: Blog Layout #1469110
    This reply has been marked as private.
    in reply to: Blog Layout #1469065
    This reply has been marked as private.
    in reply to: Blog Layout #1469064
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)