Title: Ocean extra posts options
Last modified: April 27, 2019

---

# Ocean extra posts options

 *  Resolved [Alex](https://wordpress.org/support/users/teachingforfree/)
 * (@teachingforfree)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ocean-extra-posts-options/)
 * Hi there.
 * I bought oceanwp sticky header to use on front page [https://teachingforfree.com](https://teachingforfree.com)
   but it works on posts too [https://teachingforfree.com/blog/ferramentas-de-safety/](https://teachingforfree.com/blog/ferramentas-de-safety/)
   I turned off sticky options in ocean extra but doesn’t work. I work with wordpress
   + elementor. Can anyone help me, please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Focean-extra-posts-options%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ocean-extra-posts-options/#post-11474748)
 * Hello,
 * Since Sticky header is a premium plugin, can you open a ticket on oceanwp support?
   Have you cleared cache after disabling it using the OceanWP settings metabox?
 *  Thread Starter [Alex](https://wordpress.org/support/users/teachingforfree/)
 * (@teachingforfree)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ocean-extra-posts-options/#post-11498510)
 * Hi Amit,
 * I did many things, but actually, I need to put sticky option off on all posts.
   Generally, when a set options in elementor post models, it works for all posts.
   Thank you for helping me Amit!
 *  Plugin Author [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ocean-extra-posts-options/#post-11499688)
 * Add the below code to the functions.php file of the oceanwp child theme to disable
   the sticky header from all the posts –
 *     ```
       function disable_stickyheader_post( $return ) {
           if ( is_singular('post') ) {
                $return = false;
            }
            return $return;
           }
       add_filter( 'osh_enable_sticky_header', 'disable_stickyheader_post' );
       ```
   
 * Please open a support ticket on oceanwp.org for a premium plugin.

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

The topic ‘Ocean extra posts options’ is closed to new replies.

 * ![](https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940)
 * [Ocean Extra](https://wordpress.org/plugins/ocean-extra/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ocean-extra/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ocean-extra/)
 * [Active Topics](https://wordpress.org/support/plugin/ocean-extra/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ocean-extra/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ocean-extra/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/ocean-extra-posts-options/#post-11499688)
 * Status: resolved