Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I inherit a webpage, where the k_page_name field in cloned pages are not shown and so not editable,

Something like this is not used:
Code: Select all
<cms:config_form_view>
    <cms:field 'k_page_name' hide='1' />
</cms:config_form_view>

kfunctions.php has no entry, too. Any ideas, where and how it is done?
Please use your browser's dev tools and see if that field is present in the DOM but is hidden through CSS - if yes, you'll need to figure out how that bit of CSS styling was injected in the page. If not, then definitely there is some PHP code that is filtering out the field.

There can be several kfunctions.php files (site root, couch/addons, couch/theme/whatever_is_the active_theme); please see if you are not missing one. Also, some custom addon could be doing this so try finding if there is one in the addons folder.

Hope the lost field is safe and gets located soon :)
2 posts Page 1 of 1
cron