-
AuthorPosts
-
October 28, 2015 at 8:49 pm #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,
October 28, 2015 at 9:14 pm #526395Hi 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!
ElliottOctober 28, 2015 at 9:16 pm #526397Hi 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 ..October 29, 2015 at 12:37 am #526473Hi!
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,
BasilisOctober 29, 2015 at 1:46 am #526492Hi 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.October 29, 2015 at 1:35 pm #526728Hi,
Exactly what parts do you want to hide? We could provide you with custom CSS.
Thanks,
RikardOctober 29, 2015 at 1:38 pm #526729Hi 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.
October 29, 2015 at 2:45 pm #526781Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.