Home Forums WoodMart support forum Usercentrics Cookie Plugin makes Menu problems on mobile menu

Usercentrics Cookie Plugin makes Menu problems on mobile menu

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #543325

    cagli2701
    Participant

    My Usercentrics Cookie Plugin needs this code in header.php

    <link rel=”preconnect” href=”//app.eu.usercentrics.eu”>

    <link rel=”preconnect” href=”//api.eu.usercentrics.eu”>

    <link rel=”preconnect” href=”//sdp.eu.usercentrics.eu”>

    <link rel=”preload” href=”//app.eu.usercentrics.eu/browser-ui/latest/loader.js” as=”script”>

    <link rel=”preload” href=”//sdp.eu.usercentrics.eu/latest/uc-block.bundle.js” as=”script”>
    <script id=”usercentrics-cmp” async data-eu-mode=”true” data-settings-id=”DTNMXM4bJ” src=”https://app.eu.usercentrics.eu/browser-ui/latest/loader.js”></script&gt;
    <script type=”application/javascript” src=”https://sdp.eu.usercentrics.eu/latest/uc-block.bundle.js”></script&gt;

    If i add that code, it blocks my mobile menu on phone. If i look for the mobile menu on pc it works .
    Now i deleted it again so the menu works

    #543326

    cagli2701
    Participant

    i cant use the cookie function of XTemos because the rules here in germany are very strict and my lawyer said it is not enough for min requirements

    #543839

    Hello,

    Navigate to Dashboard > WoodMart > Patcher, find the # 536142 patch and click on the “Apply” button. Let us know if it works for you.

    Best Regards.

    #545136

    cagli2701
    Participant

    it doesnt work ;(

    Mobile Menu still doesnt work
    My Cookie Button on the left bottom also doesnt show on mobile

    Attachments:
    You must be logged in to view attached files.
    #545285

    Hello,

    But i have checked your site in mobile device and the mobile menu is working fine:
    https://ibb.co/JykBDrw

    Best Regards.

    #546986

    cagli2701
    Participant

    Hello,
    it only works when i delete it from header.php

    I need the site on working stage because i have daily visitors. That is the reason why i delete the code if it doesnt work

    #547416

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution.

    Best Regards.

    #562831

    cagli2701
    Participant

    If you add the Codes in Header, you will see the problem. Thank you so much for your support

    #563077

    Hello,

    Can you please share the FTP login details of your site we need to check the code in the header.php file but you have disabled the Theme File Editor option from the WP. So we need the FTP logins to access the Header.php file.

    Best Regards.

    #563122

    cagli2701
    Participant

    ofc

    #563456

    Hello,

    We have disabled all third party plugins, and added your custom code to the head see screenshot:

    https://monosnap.com/file/e77YR1xWjkQfvDMxTBgHGYIDCQj8HL

    and your mobile menu continues to work properly on the real mobile device See the video:
    https://monosnap.com/file/D7rIPnB0tffMuguKcvQtHyjiacBjcN).

    Also, to make sure that this custom code will work properly after future theme updates you needs to add it to the Child Theme function.php file via the following action:

    add_action( 'wp_head', function () {
    	?>
    		<link rel="preconnect" href="//app.eu.usercentrics.eu">
    		<link rel="preconnect" href="//api.eu.usercentrics.eu">
    		<link rel="preconnect" href="//sdp.eu.usercentrics.eu">
    		<link rel="preconnect" href="//app.eu.usercentrics.eu/browser-ui/latest/loader.js" as="script">
    		<link rel="preload" href="//sdp.eu.usercentrics.eu/latest/uc-block.bundle.js" as="script">
    		<script id="usercentrics-cmp" async data-eu-mode="true" data-settings-id="DTNMXM4bJ" src="https://app.eu.usercentrics.eu/browser-ui/latest/loader.js"></script>
    		<script type="application/javascript" src="https://sdp.eu.usercentrics.eu/latest/uc-block.bundle.js"></script>
    	<?php
    } );

    Note: Please make sure to check the site without 3rd party plugin.

    Best Regards.

    #563612

    cagli2701
    Participant

    Hello what do you mean with 3rd Party Plugin?

    I use GTranslate, which i need for the Website
    Also Siteground has tools like: Security Optimizer and Speed Optimizer from my Webhosting Provider
    Rankmath is for SEO
    eRecht24 is the Tool for the cookie Bot
    ALD cant be the problem because it happened before adding it.

    hmm I also dont know how to make a child theme. Cant you help me on a working mode? I need those Plugins. I looked for them 🙁

    #563813

    Hello,

    You should install the child theme after read the below article:
    https://xtemos.com/docs-topic/setup-child-theme/

    The 3rd party plugins means you have to disabled all the 3rd party plugins other than the theme required plugins then check back the site after adding the code in the child theme.

    Best Regards.

Viewing 13 posts - 1 through 13 (of 13 total)