With the help of page layout changes we are able to hid the appearance for child pages. But some of the spaces are using documentation Theme which do not allow the changes of space layout. In that case how can we hide the appearance of child pages for a space using Documentation theme
Browse to Confluence Admin | Look & Feel | Custom HTML
Paste into At the end of the HEAD:
<script> AJS.toInit(function () { AJS.$('#children-section').remove(); }); </script>
This has the happy side-effect of allowing you to reset all your page layout modifications and therefore will provide an easier upgrade path :)
Hi David,
I have already gone through this solution and the blog post that describes this solution. How ever this does not solves my issue. This solution actually aplies to global level and will affect all the sapces. My problem is related to a single space having documentation theme. How can I add the rendering of child pages in a "SPACE" having documentation theme?
Regards,
Nawaz Q.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On the same note, we are trying to hid the Administror changes on the top of the page. This would make the page look so much cleaner. Does someone have any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may also refer to this blog post by Andrew: http://blog.networkedcollaboration.com/2012/03/12/hide-confluence-child-pages-with-jquery/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hanis,
I have already gone through this solution and the blog post that describes this solution. How ever this does not solves my issue. This solution actually aplies to global level and will affect all the sapces. My problem is related to a single space having documentation theme. How can I add the rendering of child pages in a "SPACE" having documentation theme?
Regards,
Nawaz Q.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.