oferlaor
@oferlaor on WordPress.org
- Member Since: March 19th, 2021
-
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=… -
Created a topic, when plugin “instant images” is installed, the paste will break, on the site WordPress.org Forums:
If "The paste" is installed in the same WP instance th… -
Posted a reply to Pasting in classic editor sometimes creates duplicate images, on the site WordPress.org Forums:
it happens when we copy paste from file manager (e.g., in windows). -
Created a topic, Pasting in classic editor sometimes creates duplicate images, on the site WordPress.org Forums:
When some of my users paste an image they later see th… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
I wrote some basic code that might be useful as a solution for this (in… -
Posted a reply to Blank image on social tab configuration (if i use CDN like Cloudfront), on the site WordPress.org Forums:
try turning off Polish in cloudflare and see if that makes a difference. -
Posted a reply to creating a custom og:image url – how to adjust other properties, on the site WordPress.org Forums:
result for my URL (https://htmag.co.il/%d7%94%d7%92%d7%91%d7%a8-%d7%94%d7%9e%d7%95%d7%a9%d7%9c%d7%9d-%d7%a9%d7%9c%d7%9a.html) is: <meta property="og:image" content="https://htmag.co.il/thumb/Dan-Stevens_Sandra-Hüller_cChristine-Fenzl-copy-1614730501-568x320.jpg" class="yoast-seo-meta-tag" /> <meta property="og:image:width" content="1296" class="yoast-seo-meta-tag"… -
Created a topic, creating a custom og:image url – how to adjust other properties, on the site WordPress.org Forums:
I have been playing around with the option of creating… -
Posted a reply to webp causing issues in og:image, on the site WordPress.org Forums:
the issue is that is the wrong thumbnail image... the image it took was a… -
Created a topic, webp causing issues in og:image, on the site WordPress.org Forums:
looks like linkedin and other platforms do not support… -
Created a topic, Super simple way to get WCAG compliance for your site, on the site WordPress.org Forums:
We needed a fast and simple way to get our accessibili… -
Posted a reply to 2.1.3 – home page slowed down, on the site WordPress.org Forums:
I have an MySQL cache set up, so I'm not sure DB query cache with… -
Posted a reply to 2.1.3 – home page slowed down, on the site WordPress.org Forums:
few findings: 1. Turns out that the server's DNS was incorrectly set, which caused all… -
Posted a reply to 2.1.3 – home page slowed down, on the site WordPress.org Forums:
I forgot to mention, for logged in users it works slow. i know that it… -
Created a topic, 2.1.3 – home page slowed down, on the site WordPress.org Forums:
Since updating to 2.1.3 our home page has really slowe… -
Posted a reply to Increase rate of attack, on the site WordPress.org Forums:
You misunderstand. I’m not asking to turn off the email but rather why not take… -
Created a topic, Increase rate of attack, on the site WordPress.org Forums:
Sometimes I get “increased rate of attack” but I’m not…