Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • 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 1 week, 3 days 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 9 posts - 1 through 9 (of 9 total)