Okay
  Public Ticket #2309933
Page Heading Title
Closed

Comments

  • aboutkidshealth started the conversation

    Hello, 

    Is it possible to show the Page Heading Title by default instead of checking the box in the parameters for every single page? Thank you.

  •  1,558
    Laborator replied

    Hi there,

    Unfortunately there is no way to do it generally, you can create a sample page with the "Heading title" on and then duplicate it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aboutkidshealth replied

    I see, I will try that, thanks for your reply.

  • aboutkidshealth replied

    Hi again,

    I use a child theme of Kalium. Is there a way to edit the child page.php or in the child functions.php file where I could specify the checkbox be checked by default? Each page has its own unique title. Thank you.

  •  1,558
    Laborator replied

    Hi aboutkidshealth,

    You can edit any page in the child theme and it will overwrite the original theme, but what you're trying to change is located under inc/acfpro-fields.php and this is the field ID of the Page Heading field_54e6228220eac so switch the value from 0 to 1:

    medium
    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aboutkidshealth replied

    Thank you, Art, the checkbox is checked by default.

    However, would a future theme update to the parent Kalium theme override this file and revert the value back to 0?

  •  1,558
    Laborator replied

    Hi there,

    If you're doing the changes in the child theme then these changes won't be reverted in any future update.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aboutkidshealth replied

    Ok thanks for your reply.