• Resolved yhsh

    (@yhsh)


    Since the other thread remains unanswered, I made a new one. Please answer?

    The cookie policy page still doesn’t work, never has since I installed complianz. Already asked for help a while ago…didn’t get fixed.

    The menus listing all cookies are closed and stuck, cannot be opened. Could be a theme issue or something else. Please have a look.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter yhsh

    (@yhsh)

    Will do. Thank you!

    Until then, and have a nice weekend. grtz.

    Thread Starter yhsh

    (@yhsh)

    Hey guys.

    I updated the plugin.

    The menus are now all opened with the separate cookies listed for each menu.

    However, although the menu arrow now turns upside down and back upwards when I click it, the menus themselves remain opened. Not such a big deal because now the cookies are all visibly listed, but it still isn’t exactly as it should be working…

    In any case, the cookies are now visible so potential visitors can no longer complain about not seeing which cookies are operational…

    Don’t know what else you guys can suggest or do..I want to thank you all for the effort placed into fixing this.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi @yhsh,

    It looks like jquery is not enqueued. Can you add the following mu-plugin?

    https://github.com/Really-Simple-Plugins/complianz-integrations/blob/master/enqueue-jquery.php

    Then it should work.

    Thread Starter yhsh

    (@yhsh)

    Where do I add the code please?

    Plugin Contributor jarnovos

    (@jarnovos)

    @yhsh
    You can download the PHP file and upload it to /wp-content/mu-plugins/.

    Kind regards,
    Jarno

    Thread Starter yhsh

    (@yhsh)

    Nope. I am now stuck in wordpress, it shows the github page in my wordpress and keeps reloading it no matter where I click…

    Thread Starter yhsh

    (@yhsh)

    and on my site too. broke the site.

    Thread Starter yhsh

    (@yhsh)

    Removing it. Sorry.

    Plugin Contributor jarnovos

    (@jarnovos)

    @yhsh
    I have never seen this occur before. Can you list the steps you followed?

    Please verify if you uploaded the plugin in accordance with this guide: https://complianz.io/adding-filters-with-mu-plugins-quick-easy/

    Thread Starter yhsh

    (@yhsh)

    Hi Jarno,

    I downloaded the file because it was already in github as .php

    Then I uploaded it to the required folder via c-panel of my host, and used file manager (ftp) to upload it to folder mu-plugins under wp-content. I had to create the folder.

    That’s it. Then I get the Github page on my homepage, but in dressed in my site’s theme…

    Also on wordpress I see that same page, and everything is stuck there. I had to remove it…

    Plugin Contributor jarnovos

    (@jarnovos)

    @yhsh
    I think you may have saved the entire GitHub page. If you create an empty text file and add the exact code below, save it as a file with .PHP extension, and upload to the /mu-plugins/ folder, it should work fine.

    <?php
    /**
     * If jquery is missing, Complianz won't run on the front-end.
     * We use a high priority, to make sure there's no override
     */
    
    function cmplz_custom_enqueue_jquery() {
    	wp_enqueue_script( 'jquery' );
    }
    add_action( 'wp_enqueue_scripts', 'cmplz_custom_enqueue_jquery', PHP_INT_MAX - 100 );

    Kind regards,
    Jarno

    Thread Starter yhsh

    (@yhsh)

    now I can’t login to my cpanel…

    f* this. I’ll come back tonight and try again. Not working out right now and I’m pressed on time.

    Back later guys…

    Thread Starter yhsh

    (@yhsh)

    Hi,

    My host website was acting up a while back.

    I did what you suggested and indeed, my bad.

    I reuploaded the correct file, but it did not change anything.

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @yhsh,
    There is still some custom CSS active, I think this is still remaining from when we gave you the code to “always expand” the Cookie List.

    Removing that CSS code should fix your issue.

    Kind regards,
    Jarno

    Thread Starter yhsh

    (@yhsh)

    Hi Jarno,

    any idea where I can find that code? Cause I honestly don’t know.

Viewing 15 replies - 16 through 30 (of 36 total)
  • The topic ‘Cookie Policy page: menus stuck’ is closed to new replies.