Manera
Forum Replies Created
-
Thanks for the reply. I might add that the HTML embed code is as well a hot mess.
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Lizenz wird nicht angenommen@shapepress Vielen Dank! Das hat gefunzt! (SOLVED)
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Lizenz wird nicht angenommenSame here. Grade erworben, hochgeladen und sofort Update ausgeführt (1.3.1).
Ich kann die Lizenz nicht aktivieren, es ist egal, was ich in das Feld eintrage.Hi @pigeonhut , thank you for the blazing fast response. I disabled Lazyload and it works, so I can confirm your assumption
Forum: Plugins
In reply to: [JPG, PNG Compression and Optimization] Latest Update: Images No Longer Showsame here. Version 1.6.26, all images broken. Had to deactivate the plugin.
Forum: Plugins
In reply to: [WordPress Helpers] Error after todays updateSame here. Had to deactivate the plugin.
Forum: Plugins
In reply to: [Pixabay Images] White ScreenSame here. Had to delete the plugin from the directory because I had no access to the site anymore.
Forum: Plugins
In reply to: [Mixcloud Embed] Can't have the embedded players to playconfirmed, fix works!
Forum: Plugins
In reply to: [Mixcloud Embed] Can't have the embedded players to playConfirmed. Plugin does not work anymore due to the error. The Player is displayed but the file is not played.
The error is:
“OH, SNAP THERE WAS A PLAYBACK ERROR”Forum: Themes and Templates
In reply to: [Pinboard] Roll back or fix and update the broken 1.0.8Thank you very much. I would have to update 3.500 sites and I don’t want to use a plugin, but I am sure that a lot of people here will be very glad to find your fix/plugin here!
downgrade, or wait for an update?
Forum: Themes and Templates
In reply to: [Pinboard] Video posts not scaling in 1.0.8 on front pagesame here.
Hi again,
the warning comes up because of a missing
isset.
Here is the fix 🙂Change lines 346-354 to:
// read if there is a default value or a customized value $options = array( 'height' => (isset ($options["height"]) != "") ? $options["height"] : $this->getOption("player_height"), 'width' => (isset ($options["width"]) != "") ? $options["width"] : $this->getOption("player_width"), 'color' => (isset ($options["color"]) != "") ? $options["color"] : $this->getOption("player_color"), 'iframe' => (isset ($options["iframe"]) != "") ? $options["iframe"] : $this->getOption("player_iframe"), 'playlist' => (isset ($options["playlist"]) != "") ? $options["playlist"] : $this->getOption("player_playlist"), 'profile' => (isset ($options["profile"]) != "") ? $options["profile"] : $this->getOption("widget_profile"), );Forum: Plugins
In reply to: [Mixcloud Embed] Doesn't escape ampersands and breaks XML (RSS)fixed!
Hey, seems to work well since the last update! Thank you!