• Resolved rahzah

    (@rahzah)


    Hi @hrs2015,
    thanks again for this great plugin ?? I have already mentionend this in a comment on codecanyon but i thought this might be a more suitable environment to discuss the issue.

    There seems to be a bug in the plugin that makes the cursor disappear after viewing a fullscreen lightbox. I implement youtube videos as a grid on one of my sites and to be compliant with the gdpr it is necessary to embed them into a lightbox. Unfortunately after viewing the lightbox and closing it, the cursor has disappeared and it gets impossible to navigate.

    Maybe this helps you to address the issue. But anyways its still a great and easy to use plugin!

    Best

    Raphael

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hamid Reza Sepehr

    (@hrs2015)

    Dear Raphael,

    I just saw your message on Codecanyon. I also checked your link and now I am working on the issue. Please let me know if I can test the update on your server.

    Thanks

    Plugin Author Hamid Reza Sepehr

    (@hrs2015)

    The issue is fixed on the latest version.

    Thread Starter rahzah

    (@rahzah)

    Hi @hrs2015 ,

    thank you so much for your support. I can indeed confirm that the problem has been fixed in that particular case but it still happens in some other situations. I am referring to the use of Firefox (116.0.1). When there is a scroll bar on the right and I leave the browser window, the custom cursor does not reload and disappears. It seems to work fine with Safari and Firefox.

    Let me know if you need anything! Thank you ??

    Best
    R

    https://tinyurl.com/yxydc9f9

    Plugin Author Hamid Reza Sepehr

    (@hrs2015)

    Can you tell me which WP Custom Cursor version are you using?

    Thread Starter rahzah

    (@rahzah)

    No problem at all! I have been using the most recent update version 3.2.

    I have added these classes to the cursors settings: a, button, .html5-video-container. And added the following CSS code to adapt the cursor itself. I wanted the flower to be in the centre of the spot where I click.

    .cursor-image .cursor-el1 img {
    
    transform: translate(-50px, -50px);
    
    }

    And this code I have added to make sure that the standard cursor does not appear on any element.

    .a, button, i, .mejs-time-rail, .mejs-time-total, .mejs-time-slider, .x-anchor-content, .a .x-image, .x-image {
    
    cursor: none !Important;
    
    }
    .animate__animated .animate__fadeIn {
      
      cursor: auto !important;
      
    }

    Hope this helps!
    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug report: Cursor disappears after viewing lightbox’ is closed to new replies.