dogel
Forum Replies Created
-
Hi,
Thanks a lot for your reply, which basically solves my problem – but there’s still one little bug to report:
I had seen the “Thank You Message” option in the settings. However, when I had opened the editor (“Toggle Editor”), the box was empty and it was not possible to write into the editor box. Clicking into the empty editor box wouldn’t place the cursor there, and typing something after clicking there wouldn’t produce any result.
This was in “Visual Mode”. After reading your messsage I tried again (same result), but then I changed to the “Text” tab of that editor. And there it was possible to type. So I created a message there (using html), saved it and it worked as expected. The message still did not appear in the “Visual” tab of that editor, though.
Coming back after some time and opening those settings again, the saved message also appeared in the “Visual” tab, and now it was also possible to edit the message there (and also to add placeholders).
So in general, it works, but there seems to be a little bug with the visual tab of that editor when it’s still empty.
Thanks again and best regards!
- This reply was modified 7 months ago by dogel.
Hi @rochdesigns
Thanks a lot for your answer! I tried that code, and it works – keyboard navigation is on all the time.
But as you already wrote, it controls all sliders on the page at once, so they all move simultaneously. I am not sure yet if I can use that. But maybe if I change the design a bit so that each slider is in a section that has at least the full height of the viewport, so that only one slider is visible at a time.
Anyway, thanks for helping me, I really appreciate that!
Addition to the question: Or is there any JS I could add to make it work?
Hi again,
I wrote a more thorough description of this problem on Stack Overflow – if anyone is willing to help, please have a look:
Although the problem appears only when using a particular self-created (rather simple) theme, it does *not* appear when using another self-created theme which is almost identical code-wise except of its CSS.
And since the problem only occurs on the backend listing of EM events when it’s filtered by the event date, I’d be grateful to at least get some hints what the reason could be.
Thanks to anyone who responds!
Hi,
Thanks for your answer. I used the safe mode plugin and discovered that the error only occurs with the current theme ??
Since I created the theme myself: Do you have any idea what could cause this error in the theme? Everything else works as expected, so I really have no idea what to look for…
Hi, sorry for the late reaction! Thank you very much, that snippet really improves things a lot for me!!
One more questions Is it also possible to define the general options below the tickets in a similar way, i.e. “availabe admissions” and “max. seats per booking” (sorry, I see those in German here, not sure about the English labels)?And a final question: Are you planning/considering a waiting list functionality? That would be a reason for me to buy the pro version once more (bought it before)… ??
?? I already gave it a 5-star review quite a while ago. Sorry I can’t vote again…
Okay, I succeeded to change the general file permissions (as you wrote: for web server user instead of FTP user), the directory was created and so were the thumnails.
Thank you very much for your help!
There is no “cache” directory in “wp-content”…
Should I create one or should that happen automatically if a plugin needs it?
- This reply was modified 3 years, 8 months ago by dogel.
Hmm – the “wp-youtube-lyte” directory has file permission set to 755, the “lyteCache.php” file has 644 (as all other files and directories which I can see). I chose “Empty WP YouTube Lyte’s cache” several times and resaved the preferences.
Is there a directory where these thumbnails are saved whose file permissions I could check?
And when is the cached version created – only when the video is inserted in the editor, or also when “Empty WP YouTube Lyte’s cache” is chosen?
- This reply was modified 3 years, 8 months ago by dogel.
Forum: Plugins
In reply to: [WP YouTube Lyte] Add own thumbnail image to preview?Hmm, I just realized that I *can* use the Lyte shortcode in the PHP template (i.e. not needing to have it in
the_content()
), and that I can pass the Youtube ID to it as a variable.I can layer the intended thumbnail image over the lyte-wrapper covering it, add an additional button which when clicked triggers a jQuery function that changes the z-indexes to put the lyte-wrapper on top and trigger a click on it to start playing.
Actually now I more or less got what I wanted ??
So anyway, thanks for responding!
- This reply was modified 3 years, 11 months ago by dogel.
Forum: Plugins
In reply to: [WP YouTube Lyte] Add own thumbnail image to preview?@optimizingmatters PHP coding is fine, my goal is to use this in a php template with data derived from a CPT. Thinking about it, I wonder if You Tube Lyte applies / can be applied to youtube links that are *not* part of the content, but (with dynamical URLs) inside the template code?
Forum: Fixing WordPress
In reply to: Recent Posts Block bug when choosing excerpt option?Last report in this thread: Yes, the error was due to the “WP YouTube Lyte” plugin, but the plugin developer already fixed it after I reported it to him (in less than a day – great support!)
Forum: Plugins
In reply to: [WP YouTube Lyte] WP YouTube Lyte problem with Recent Posts Core BlockHi!
Yes, that works, the described error doesn’t happen anymore with this version.
Thank you very much for your extremely quick help!!
Forum: Fixing WordPress
In reply to: Recent Posts Block bug when choosing excerpt option?Thanks for your reply, Niall!
I did what you suggested. The 2020 theme makes no difference (same behaviour), but I additionally went through all the plugins again and found that the problem only appears when the “WP YouTube Lyte” plugin is active. So i guess I’ll have to contact the plugin author for this…