• Resolved shearwater

    (@shearwater)


    Hello,

    First of all…congrats for the theme. It’s awesome and really flexible.

    My problem right now is with the config to show the title on the posts (in its own page). In the principal blog page and categories pages it shows perfectly.

    My related config (i’m using spanish version, so maybe the translated texts are a little off):
    – Theme options > Blog Options:
    – Show title in header post (defect): ON
    – Title by defect for the post header: Post title
    – Show post title below header: ON

    – Post config:
    – Format: Standard
    – Post title and subtitle:
    – Post header title: “Welcome post”
    – Subtitle: “subtitle for welcome post”
    – Hide page title: Show
    – Page title background behind header: ‘Don’t place behind header’

    With this config, it doesn’t show the title…just the post after the header.
    I have tried a bunch of combinations between theme options and post config…with no success. But, if I choose ‘Place behind header’ in the “page title background behind header” option…surprisingly it shows the title…and, as it is suppose, the background behind the header (which I don’t want to…).

    Hope someone could give me an idea to solve my problem.

    Best regards and thanx in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • ok, I see the issue, thanks for reporting. I’ll push an update out as soon as possible. The issue is with templates/blog-post-header.php

    line 2 is this:

    if(!pinnacle_pagetitle_behind_header()) { ?>

    and it should be this:

    if(!pinnacle_hide_pagetitle()) { ?>

    If you want to just edit that one file now you can have a quick fix while your waiting for the update.

    Kadence Themes

    Thread Starter shearwater

    (@shearwater)

    Ok, thank you for your fast reply!
    I’ve just test the fix…it works like a charm.
    Glad to help ??

    Thanx and regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post title not showing with option "Don't place behind header"’ is closed to new replies.