Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    On my local copy of Atmosphere Pro, the title is overlaying the featured image properly. Note that the title does not show on the front page by default, as most themes opt to remove it anyway. You can override that and force the title to show on the front page with this code:

    add_filter( 'display_featured_image_genesis_excerpt_show_front_page_title', '__return_true' );

    (Before adding code to your site, please back things up, practice safe coding, etc. etc.)

    Since Atmosphere does use backstretch on the front page, I personally would probably tell the plugin not to output there (on the settings page), but I’m not seeing any conflicts between the two here.

    If the title is not showing sitewide, there may be something else going on. If you can share a link to the site in question, I’m happy to take a look and see.

    Thread Starter deenidesigns

    (@deenidesigns)

    Thank you for the fast response!

    I actually deactivated and reactivated the plugin, and now it is working perfectly!
    Strange, but at least it works now ??

    Plugin Author Robin Cornett

    (@littlerchicken)

    I’m glad you got it sorted, however you managed it–thank you for letting me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Atmosphere Pro — Title not overlaying’ is closed to new replies.