Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1375100

    Dear support,
    i try to show the security-badge on the left side so it does not overlap the Button “Go to page-top”. I have switched in the enfold options: “Show badge on the left! but it remains on the right side. You know what to do?

    #1375137

    Hey dondela,

    Thanks for the login token. I’m not sure I understand what you are looking to move, could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1375163

    Hey Rikard,
    thanks for your help. I posted a screenshot and marked the Batch with a red circle. This badge should show up on the left screen-side.

    #1375199

    Hi,

    Thanks for that. Please try the following in Quick CSS:

    #scroll-top-link {
        right: auto;
        left: 50px;
    }

    Best regards,
    Rikard

    #1375204

    Hi Rikard,

    thank you for the help. Now the scrolltop-arrow moved to the left – but i managed to move the av-cookie-consent-badge to the left with your css. But the av cookie-sonsent-badge seems to be empty, there is no icon visible inside the badge?

    #1375217

    Hi,

    Thanks for the update. All I can see in your screenshot is the scroll to top link, so I’m still not sure what you are trying to move?

    Best regards,
    Rikard

    #1375221

    Hi Rikard,
    i am sorry to not making it clear enough. I attached another screenshot. Her you see the security-badge is overlapping the scroll to top-icon.
    I want to move the security-badge for example a little higher above the scroll-to-top-icon, to avoid they are overlapping.

    Also the security badge should have a lock-icon which has dissappeared. (Maybe of the wrong color?)

    #1375257

    Hi,

    Thanks for the clarification. Please try this CSS instead:

    #scroll-top-link {
        bottom: 100px;
    }

    Best regards,
    Rikard

    #1375365

    Thank you, that’s it!
    Do you know why the security badge does not have a lock-icon?

    #1375402

    Hi,

    I’m not sure I understand what you are referring to again, which icon is missing exactly?

    Best regards,
    Rikard

    #1375514

    Hi,
    sorry for the confusion.
    I postet a screenshot how the security badge should look like (with a lock-icon). On my website the security badge does not have a lock-icon, it is just a white square.

    #1375550

    Hi Dondela!

    I believe the issue might be related to modified header.php file you have on your child theme.

    I added following code to bottom of Quick CSS field to display it

    
    /* display lock icon on cookie badge */
    #av-cookie-consent-badge:before {
      font-family: 'entypo-fontello';
      content: "\e824";
      color: #091844;
    } 
    

    Please review your website :)

    Best regards,
    Yigit

    #1375577

    Hi Yigit,
    thank you so much for your help. Now everything seems right :-)
    I deleted the modified header.php, but nothing changed – there must be another reason i think.

    #1375667

    Hi,

    Could you please post FTP logins here privately as well so we can look into it?
    Also, can we temporarily de-activate active plugins and switch to parent theme for testing purposes? :)

    Best regards,
    Yigit

    #1375678

    Hi Yigit,
    i can´t give you FTP logins as they are locked to special-hardware fpr security reasons by my client.
    But you can deactivate plugins and themes – i don´t know if this helps?

    #1375695

    Hey,

    I tried testing as much as I could through backend however I could not find out what is causing the issue. If CSS solution works for you, shall we stick with that solution?

    Regards,
    Yigit

    #1375749

    Hey Yigit,
    thank you for trying. The css-solution works for me!

    Regards dondela

    #1375763

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1375764

    Hi Rikard,
    thanks for your help, you can close the topic.

    Best regards
    dondela

    #1375769

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Gdpr security dialog batch on left side’ is closed to new replies.