• Resolved DCLVBS

    (@decalvibes)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Krzysztof Planeta

    (@chrisplaneta)

    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:

    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

    (@chrisplaneta)

    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.

    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

    (@decalvibes)

    perfect, thank you for all your efforts!
    Br, Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.