Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35568
    wendy
    Member

    I would like to have the homepage headline/homepage-message to be on all pages but have yet been unable to figure out how to do this.
    any assistance appreciated.

    ie: the div here with the headline/subheadline and buy now button in it
    http://catchthemes.com/demo/catch-kathmandu/

    thank you

    #35666
    Sakin
    Keymaster

    @wendy: There is no option to show Homepage headline and subheadline in all pages. Currently it only support adding it in Homepage only, that is why it is called Homepage Headline. That you can add from “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”

    But we are in process of changing this option as Promotion Headline just like we have recently activated in Adventurous Pro theme. For this you have to wait for update in Catch Kathmandu Pro theme soon.

    #35687
    wendy
    Member

    ok thanks..
    can you tell me which page controls the non home pages display?

    #35760
    Sakin
    Keymaster

    @wendy: It’s not the page. It’s the function that controls the homepage headlines. So, if you want to edit this then first you need to build child theme and create new functions.php file in your child theme and then copy function catchkathmandu_homepage_headline() from catchkathmandu-functions.php file and paste it in your child theme functions.php file. Then need to replace the following code
    if ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) ) {

    with the following
    if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) {

    This is bit technical. So, I hope you understand it.

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘homepage_headline’ is closed to new replies.