nicovideo
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Online Booking and Scheduling Plugin – Bookly] Floating time slotsAh ah, I did what you said, and then tried, but it didn’t change a thing… then I noticed that I did set up this settings on the service.
Once I disabled it, it worked.Thank you!
- This reply was modified 4 years ago by nicovideo.
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsI know about gallery and gallery.min, I saw where it is called in the PHP code ??
Rating submitted!
Thank you for your support.
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsHURRAY!!!!!
I found out what caused this strange behaviour.
1 – I redesigned in functions.php the thumbnail render, just getting the src and ignoring the data-* attributes… shame on me!
2 – My MCE editor is in an iframe, which prevent the gallery.js JQuery selector to work.So I will correct my hook, and I just replaced :
$('.document-gallery img[data-id]').each(function() {
by :
$('#content_ifr').contents().find('.document-gallery img[data-id]').each(function() {
in gallery.js… and gallery.min.js.Can’t believe this little JS line currently solve this long-time issue…
Thank you for your support anyway, I would definitely recommend this plugin!
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsHi,
Finally, I’m digging in the code to find the bug…
It seems that the hook function “generateIcons” is not called on a new gallery creation.
I guess “wp_ajax_dg_generate_icons” or “wp_ajax_nopriv_dg_generate_icons” is not fired.Do you have any idea, while I keep digging, deeper and deeper?
EDIT : There is no occurrence of these two terms in my whole plugin folder, except for the ones in class-ajax-handler.php. Does it seem normal?
- This reply was modified 8 years, 3 months ago by nicovideo.
Nothing in the permissions… I finally reinstalled the plugin, and it appeared. By chance, it didn’t remove my popups, so everything works fine.
But I’d be glad to know why it disappeared for my future migrations. Is there some crazy hashed configuration, like WordPress often does, which could have become unreadable on the new server?Thank you for your answers.
I have the same plugins on both environments. I checked the HTML/CSS and didn’t see the item at all.
Would a plugin prevent Popup Maker to be added in the menu…? It seems really weird.
I will check the permissions, but I guess they didn’t change with the migration.Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsI reinstalled DG, then disabled all my other plugins… and I see no difference at all.
Could the cause be about permissions on some folders?Unfortunately, I may consider find another solution, though I don’t doubt about how great your plugin is.
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsI didn’t see the error for a while, so I guess it was not relevant.
I am really worried about this feature, because I don’t really have the time to find another plugin solution…
I may try to properly reinstall DG. It’s the last test I didn’t try yet.Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsI recently updated DG, to see if it may solve the issue.
Instead of that, the new behaviour is that it loads infinitely in the editor. So everything goes worst…Any idea…?
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsHey!
I just noticed a JavaScript error on adding a new document gallery to my test galleries page:VM83073:1 Uncaught SyntaxError: Unexpected token o in JSON at position 1
Could this be a way to solve the issue?
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsThere is no error, in the editor or in the displayed page.
I checked the console and the network tab.Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsI can’t show you the website, because it’s not yet on a public network.
But here are some screenshots:
– The editor
– The thumbnails manager
– The result on the pageI’m able to dig into the code if needed, just tell me where to explore.
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsHi,
No, unfortunately, I just see the name of the documents, no icon.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Custom class removed on menu itemWell, I don’t find out where thoses damn menus are designed in my Virtue theme.
I will adapt my CSS. After all, this new rendering looks cleaner to me, and the changes won’t take long.Thank you very much !
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Custom class removed on menu itemI have a lot of menus with small icons, in PHP custom pages or in widgets, etc.
I don’t see how I could create a Walker class for all of them except the only one where I need specific images.Do you see any solution?
EDIT: Again, we answer at the same time ??