• Resolved xaotikdesigns

    (@xaotikdesigns)


    Are there any options for changing the way, or even removing entirely, the way that the featured image is displayed at the top of the page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    Hi xaotikdesigns

    remove below code from page.php maybe line:67

    the_post_thumbnail( 'full','class=page-featured-image' );

    or

    stye.css add to last line

    .page-featured-image{
    	display:none;
    }

    Thank you.

    Thread Starter xaotikdesigns

    (@xaotikdesigns)

    Neither worked.

    Theme Author nobita

    (@nobita)

    It was confirmed whether the explained code would be effective.

    Please check your cache.

    cache plugin or browser cache.

    Thank you.

    Thread Starter xaotikdesigns

    (@xaotikdesigns)

    Except I have the same problem in three browsers, even after clearing the cache, and I don’t have any caching plugins.

    Theme Author nobita

    (@nobita)

    featured image is displayed at the top of the page?

    Please tell me again.

    You want remove featured image from page ? or post ?

    Thank you.

    Thread Starter xaotikdesigns

    (@xaotikdesigns)

    That would be posts.

    I guess I did say page in my initial post here, that would make a difference, wouldn’t it…

    Theme Author nobita

    (@nobita)

    Please open single.php line:99

    /**
     * Show featured image
     *
     *
     *
     *
     */
                    raindrops_featured_image( );

    change below

    //raindrops_featured_image( );

    Thank you.

    Thread Starter xaotikdesigns

    (@xaotikdesigns)

    That fixed it. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Featured image’ is closed to new replies.