swipeware
Forum Replies Created
-
@gwenvador
I always get email-notifications for core updates nowadays.
Have you entered an admin email address in Settings->General ?I have full access to my database, and I ended up issuing a simple SQL statement that replaced all occurrences in one step. It worked like a charm!
UPDATE wp_posts SET post_content = REPLACE (post_content, '[youtube=', '[youtube url=')
The above will search the contents of every post and update all
[youtube=
to[youtube url=
.Make sure to make a backup of the database before you do this in case something goes wrong.
It’s interesting. For me, the first link you mentioned above shows a video, however the second link just shows a clear-text shortcode.
BTW.
Great site. I’m getting a craving for cake just looking at the pictures ??I temporarily got around the issue by removing the shortcode and just leaving the Youtube URL in the post on a separate line (making sure the URL isn’t formatted as a hyperlink).
Nevertheless it’d be nice with a fix. I don’t want to have to go through all my posts ??
Yeah, I fully understand (I didn’t remember that I had activated the 4.4 settings)
I’ll wait and see what happens after 4.4 is installed.Thanks!
PS. Burning the midnight oil? It’s quite late in Japan ?? But I’m doing the same. I’m in Korea… 1 am and still no intention of going to bed ^^
I found it!
There seems to be a minor bug in the WP Retina 2x settings. When I activate “Disable Medium Large (WP 4.4+)”, I get the warning when uploading new media.
When it’s deactivated, then everything works fine.
Strange. I tested on my testing website now and it works without warnings.
The warnings only occur on my live website, and when I deactivate WP Retina 2x the warnings go away. Very strange indeed.I’ll have to do some more testing to see what’s really going on…
Hi,
I just updated to version 4.0.2 of the plugin and I’ve noticed a warning every time I add new media.The warning is:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /home/bergmark/swipeware.com/wp-includes/plugin.php on line 213 818
If I disable the plugin, I don’t get the warning, so I assume something’s up with the new version as I didn’t get that warning before.
I’m running WordPress 4.3.1