akuzma
Forum Replies Created
-
Thank you so much for supporting SQLite now!
- This reply was modified 2 years, 4 months ago by akuzma.
The strange thing is, that this is the only issue within all plugins I use. And it’s not an error or plugin crash, but it logs all data in the tables and shows nothing. I would guess it’s a bug which only comes to light when using SQLite…
I’m using the “official” one by the WordPress team:
https://de.wordpress.org/plugins/sqlite-database-integration/
Opening the SQLite file manually shows that the tables “wp_simple_history” and “wp_simple_history_contexts” are filled with data. But in Dashboard or Dashboard > Simple History view no data is shown. “No events today so far.”Is anyone able to reproduce this?
Forum: Plugins
In reply to: [Responsive Lightbox] WP 5.6 breaks plugin@subhansanjaya I’ve sent you a message via website. I have the same problem, it doesn’t work since I updated WP to 5.6.
You can test it here:
https://bit.ly/356f0F1
https://bit.ly/2XerbuWIt’s german, but simply ignore that. The green “Jetzt 7 Tage kostenlos testen!
” button and all “Buchung” buttons are using the Responsive Lightbox Pro plugin to open an iframe. It worked prefectly before the update.Please have a look.
Forum: Plugins
In reply to: [Real-Time Find and Replace] Replace only in document bodyThanks for your answer, unfortenately it doesn’t help.
Example: If I want to apply CSS to a special character (i.e. colorize all exclamation marks red) without using client-side JavaScript, I would use your plugin to search all ‘!’ and replace it with ‘<span class=”red”>!</span>’ but this will happen also to the head and produces an error, if the <title> contains an ‘!’.
Maybe you have a better idea to realize something like that?