GuiLeC
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscThat worked great,
Sorry for bothering you with this (and not even using your plugin at the end…) !
A big thank you !Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscIt’s working on your url.
I don’t think I can use prettyPhoto for opening html page content… That’s why I chose to use both.Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscI think I learned more about the problem. It’s working on Edge and not on Chrome & Mozilla.
For the focus thing : https://ww.wp.xz.cn/support/topic/focus?replies=11
It worked on Chrome & Mozilla but not Edge.
Could the focus be the problem for closing the lightbox using Esc ?
Thanks in advance.Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscI found
keyboard_shortcuts: true, /* Set to false if you open forms inside prettyPhoto */
in a prettyPhoto.js file. I set it to false but it didn’t work either (in fact it was worse because all my pictures on the website with a lightbox were not closing by pressing Esc anymore).Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscThe button “Store” not the “About us”, sorry.
Forum: Plugins
In reply to: [Firelight Lightbox] Exit by pressing EscThanks for your answer,
Yes there’s a close button and it works, when I click the overlay it also works. It just doesn’t work when I’m pressing Esc on my keyboard.
I sent to you the website link about a month ago (I think). If you don’t have it anymore just tell me.
(One example : ESC doesn’t work when pressing the button “About Us” on the Home Page).
Thanks for your help.Forum: Plugins
In reply to: [WP Customer Area] Problem when I want to logI finally found the problem after a week guys. I did a lot of research and I found a topic of a guy who had the same problem as me four year ago (but not with wp customer area).
All of that because in Settings > General
Wordpress web url had the www. and website url didn’t have the www. extension
I added www. on the website url and the redirection finally worked, it’s really strange.
However it’s all good now, I wanted to share the solution with you.
Thanks,
RegardsForum: Plugins
In reply to: [Firelight Lightbox] Lightboxes on MacOh thank you, I removed those lines.
It didn’t change anything on iMac :/Forum: Plugins
In reply to: [Firelight Lightbox] Lightboxes on MacI sent the URL yesterday 🙂 Thank you !
Forum: Plugins
In reply to: [Firelight Lightbox] FocusOkay that’s not a big deal then, it’s already great that it works on most of the browser !! If you find a solution, don’t hesitate to release it in a future update.
Thanks a lot for your support !!Forum: Plugins
In reply to: [Firelight Lightbox] Lightboxes on MacYes, didn’t do anything :/
Forum: Plugins
In reply to: [Firelight Lightbox] Lightboxes on MacI don’t see anything wrong…
When I first set the plugin up, I added theses lines in the footer.php.<script> function callit() { if(navigator.userAgent.indexOf('Mobile') != -1) { left = (screen.width )/3 ; newcss = '<style>#fancybox-wrap{left:230px!important;top:240px!important;}</style>' + '<style> #fancybox-overlay {width:3000px;} </style>'; jQuery("#inlinecontent").html(newcss); } } </script> <script type="text/javascript"> jQuery(document).on('ready post-load', function() { jQuery('.fancybox').mouseenter( function() { jQuery(this).trigger('click'); } ); } ); </script>Is it the problem ?
Forum: Plugins
In reply to: [Firelight Lightbox] FocusIt’s still not working on Edge but a dotted line is appearing on the border right of the lightbox now.
Forum: Plugins
In reply to: [Firelight Lightbox] Lightboxes on MacThat’s really weird, all the lightboxes of your website are working on the Mac. It just doesn’t work for my website… That’s weird.
I can’t give my website url publicly but could I send you somewhere the url ? And then take a look on what’s really happening?
Thanks in advance.Forum: Plugins
In reply to: [Firelight Lightbox] FocusHey!
That doesn’t seem to work on edge for me 🙁