Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
hi - I am trying to hide the default image region shown within 'Manage Folders' - because I want to set up my own custom size image upload. I am referring to this post https://www.couchcms.com/forum/viewtopic.php?f=4&t=11515&hilit=dynamic+folder+image

I have placed the following within the <template></template> tags in my gallery template. But it doesn't work. I wonder if anyone else has managed to do this?

Code: Select all
<cms:editable name='my_css' type='message'>
    <style type="text/css">

        #k_element_k_image {
            display: none !important;
        } 
       
    </style>
</cms:editable>
Hi,

Am I correct in assuming that you have opted to use 'extended-folders', as suggested by the post you referred to?
If so, the code should be placed in the extended-folder template (and the template then visited as super-admin). Is that what you have done?

Please confirm.
... I actually haven't implemented the extended folders yet, but that is what I am planning on doing. Have I started at the wrong end?
Please begin with creating the template you plan to extend the core folder screen with.
Place the code you are using to hide the image region in that template.
It will affect the core screen once the extension is complete.
thank you
5 posts Page 1 of 1