Profiles

  • Member Since: March 19th, 2021
  • Find me on:
  • 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=…

  • 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…

Plugins