Title: Hide elements without function
Last modified: September 26, 2024

---

# Hide elements without function

 *  Resolved [DCLVBS](https://wordpress.org/support/users/decalvibes/)
 * (@decalvibes)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hide-elements-without-function/)
 * Hi there,
 * yesterday I’ve activated the checkbox “Hide “Settings” button & panel” within
   customizer for testing purposes. Now the Feature is hidden at my page and I am
   not able to reactivate again. When I remove the hook at the checkbox the feature
   is still hidden .
 * Is there any code (CSS) where I can display the hidden “Settings” button & panel”
   again? I am using the theme OceanWP.
 * I am looking forward to hearing from you soon.
 * Many thanks in advance for your efforts!
   Br, Alex
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-elements-without-function%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Krzysztof Planeta](https://wordpress.org/support/users/chrisplaneta/)
 * (@chrisplaneta)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hide-elements-without-function/#post-18038084)
 * Hi Alex
 * OceanWP is problematic. It modifies WordPress Customizer in a way that prevents
   consent banner settings from working correctly.
 * In your situation, you will have to completely clear the consent banner’s settings
   with:
 *     ```wp-block-code
       delete_option( 'fupi_cookie_notice' );
       ```
   
 * and then style the notice yourself in CSS. Do not use the customizer.
 * You can add this code directly to the functions.php file or use one of the plugins
   for adding PHP snippets. Then just open any page in your website and this function
   will trigger, removing all settings of the consent banner apart from the visual
   ones. Remove this code after you do this. Do not leave it in your code.
   Thank
   you for reporting this problem with the OceanWP theme. I talked to their developer
   and they were supposed to make some improvements in the customzier, but it looks
   like nothing changed. I have not tested it recently.I will add an in-admin notification
   about the incompatibility of this plugin with WP FP with the next update.
 *  Plugin Author [Krzysztof Planeta](https://wordpress.org/support/users/chrisplaneta/)
 * (@chrisplaneta)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hide-elements-without-function/#post-18041534)
 * Hey Alex
 * Today I got an idea on how you can go around the problem with the OceanWP. It
   is not a fix’all solution, but it is easier to do then adding the code above.
 * I described everything [in this documentation post](https://wpfullpicture.com/support/documentation/how-to-go-around-the-incompatibility-issues-with-oceanwp-theme/).
 * I am marking this thread as ¨resolved¨. This is the best I can do on my part 
   with this issue.
 * Have a nice day
   Krzysztof Planeta
 *  Thread Starter [DCLVBS](https://wordpress.org/support/users/decalvibes/)
 * (@decalvibes)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/hide-elements-without-function/#post-18044115)
 * perfect, thank you for all your efforts!
   Br, Alex

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

The topic ‘Hide elements without function’ is closed to new replies.

 * ![](https://ps.w.org/full-picture-analytics-cookie-notice/assets/icon-256x256.
   png?rev=3341747)
 * [Tracking and Consent Manager - WP Full Picture](https://wordpress.org/plugins/full-picture-analytics-cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/full-picture-analytics-cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DCLVBS](https://wordpress.org/support/users/decalvibes/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/hide-elements-without-function/#post-18044115)
 * Status: resolved