Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #526381

    Hi, I’m wondering how to edit post pages.
    I need to make some changes on specific post pages and would love to have the ability to hide only some parts of already existing posts.
    At this point there is only the ability to delete the section for example. I would prefer to hide the section and maybe later activate it again.
    I couldn’t find a plugin for this.

    In my mind it is simple like the plugin “duplicate post” .. hope you understand what I’m looking for,

    #526395

    Hi beingwithbyronkatie!

    In the layout builder there is a big blue button that says, “Templates”, you can save your work as a template and load it on other posts / pages.

    Cheers!
    Elliott

    #526397

    Hi Elliott, thanks for your fast reply.
    What I want to do is to only hide a specific part of my page, not all of it but I don’t know how.
    I used Typo3 in the past and there it was so easy to hide just one part of a content just by clicking an icon hide/show ..

    #526473

    Hi!

    That option is not possible for now.
    What we can suggest, is add a custom CSS class to the row ( example: hidelemenet ) and then on the Custom CSS type

    .hidelement { display: none; }

    lets us know if that helps

    Best regards,
    Basilis

    #526492

    Hi Baslis,
    thanks for this suggestion.
    I’m not a pro .. I’m grateful if you describe this more precisely what I need to do.
    Thank you.

    #526728

    Hi,

    Exactly what parts do you want to hide? We could provide you with custom CSS.

    Thanks,
    Rikard

    #526729

    Hi Rikard,

    on some pages I have different Text Blocks and Widgets .. and some of them contain information that I want to hide until I need them again.

    #526781

    Hi!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give the elements that you would like to temporarily hide a custom class and then add following code to Quick CSS

    .your-custom-class { display: none !important; }

    You can simply remove the code when you would like to display them again

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.