-
Posted a reply to classic editor embedded youtube broke on 6.8, on the site WordPress.org Forums:
done -
Created ticket #63308 on Core Trac:
tinymce cache key should be updated -
Posted a reply to 6.8 upgrade image issue, on the site WordPress.org Forums:
can you share a link? -
Posted a reply to classic editor embedded youtube broke on 6.8, on the site WordPress.org Forums:
OK, at first I thought it was a bad version. I played with parts of… -
Created a topic, classic editor embedded youtube broke on 6.8, on the site WordPress.org Forums:
when I paste a youtube link into wordpress classic edi… -
Posted a reply to separate notification on publish vs update post, on the site WordPress.org Forums:
I fixed it with a hacky js I inject -
Posted a reply to feature request – switching providers with a query, on the site WordPress.org Forums:
really? seems like a simple usability issue -
Created a topic, RTL looks a bit weird, on the site WordPress.org Forums:
when using the plugin in an editor in an RTL site, the… -
Created a topic, feature request – switching providers with a query, on the site WordPress.org Forums:
When you perform a search and have a query in place, a… -
Posted a reply to Notice: Function _load_textdomain_just_in_time was called incorrectly., on the site WordPress.org Forums:
few updates:1. I'm on Yoast 24.5 and it still happens2. I disabled Yoast and confirmed… -
Posted a reply to Notice: Function _load_textdomain_just_in_time was called incorrectly., on the site WordPress.org Forums:
I’m on 24.4 and getting it when turning on DEBUG. I only use Yoast. how… -
Posted a reply to separate notification on publish vs update post, on the site WordPress.org Forums:
in many sites, you are right. In our case, the decision is up to the… -
Created a topic, Notice: Function _load_textdomain_just_in_time was called incorrectly., on the site WordPress.org Forums:
Hi, I turned on debugging and saw that I was gettin… -
Posted a reply to separate notification on publish vs update post, on the site WordPress.org Forums:
@jon1signal WDYT? -
Posted a reply to Too many notifications – a suggestion, on the site WordPress.org Forums:
the problem is that In my case, I have quite a few writers. They can… -
Created a topic, separate notification on publish vs update post, on the site WordPress.org Forums:
for some reason, there's only one checkbox for both se… -
Posted a reply to Automatically send notifications when a post is published or updated, on the site WordPress.org Forums:
I'm a bit confused. The request (which I share) is that we have an option… -
Created a topic, scheduled post editing, on the site WordPress.org Forums:
Is it possible to add "Edit scheduled posts" right to … -
Created a topic, prevent base64 in post, on the site WordPress.org Forums:
one of the issues we keep seeing is that if there's an… -
Created a topic, fuse search without auto complete, on the site WordPress.org Forums:
I see that fuse.js works and that it does what it's su… -
Created a topic, cleanup error, on the site WordPress.org Forums:
I'm getting this error at the end of the deployment: … -
Created a topic, Not working: Copying from explorer, pasting to classic editor, on the site WordPress.org Forums:
version 2.1.2, running on Windows 10 + explorer JPG… -
Created a topic, completely disable document paste, on the site WordPress.org Forums:
I'm realizing that the copy/paste features that were a… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
Few things:1. the redirect loop is not restricted to specific pages, it happens on random… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
I had this happen again today with anonymous users on the home page. This time,… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
will try, thanks! -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
there are a few, they all redirect to the no www -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
there are lots of redirects (both in htaccess and in article posts), but none are… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
I saw another issue related to this, with an incorrect redirect of another page. I… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
The issue appears to be affecting just the home page (htmag.co.il/) any thing I can… -
Posted a reply to too many redirects started recently, on the site WordPress.org Forums:
We are using Cloudflare, but beyond that, nothing but W3Totalcache.We are not aware of any… -
Created a topic, too many redirects started recently, on the site WordPress.org Forums:
we recently moved to a new server (OS is now Ububntu i… -
Posted a reply to New option – Drag images, on the site WordPress.org Forums:
drag how? From a file explorer ? I think wp provides this out of the… -
Posted a reply to add the-paste-format option for clipboard paste, on the site WordPress.org Forums:
you are not the only one. I love this plugin and it’s crazy it’s not… -
Created a topic, amazing support!, on the site WordPress.org Forums:
I had a small question and issue and they were extreme… -
Posted a reply to Copy/Paste on bullet list is broken, on the site WordPress.org Forums:
from what I can see this is the Google docs code. It has also some… -
Posted a reply to Critical Error when trying to access User Profile, on the site WordPress.org Forums:
from what I can tell this was all solved -
Created a topic, new issue – lazy loaded images don’t appear on Safari on iOS, on the site WordPress.org Forums:
open safari on incognito (so you can reproduce more th… -
Posted a reply to when plugin “instant images” is installed, the paste will break, on the site WordPress.org Forums:
https://wordpress.org/support/topic/instant-images-breaks-the-paste-plugin/#post-16746734 -
Posted a reply to instant images breaks “the paste” plugin, on the site WordPress.org Forums:
you are right, no comment from the author, though :( -
Posted a reply to instant images breaks “the paste” plugin, on the site WordPress.org Forums:
@dcooney were you able to see the problem? -
Posted a reply to instant images breaks “the paste” plugin, on the site WordPress.org Forums:
my wordpress is in Hebrew (not sure if a screenshot will help you because of… -
Posted a reply to instant images breaks “the paste” plugin, on the site WordPress.org Forums:
now try going into a post, press the "add Media" button. That's what exploded last… -
Posted a reply to when plugin “instant images” is installed, the paste will break, on the site WordPress.org Forums:
am I the only one using both plugins? -
Created a topic, instant images breaks “the paste” plugin, on the site WordPress.org Forums:
when you install both "instant images" with "the paste… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
So, when a post (single) is requested to produce an og:image, the filter tests if… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
//og:image yoast add_filter('wpseo_opengraph_image', 'fix_image', 10, 2); function fix_image($image, $present) { $prevent_cloudflare_polish_webp_conversion="?nopolish=1"; /* if( is_single()) {… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
it's a half baked patch for yoast only. It's not a great solution, IMO. The… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
$prevent_webp_convert= "?nopolish=1"; I use this in cloudflare's polish with a page rule that prevents it… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
add_filter('wpseo_opengraph_image', 'fix_image', 10, 2); function fix_image($image, $present) { if( is_single()) { $thumb= get_the_post_thumbnail_url(get_the_ID(), 'mobile'); $thumbext=…