Adam Silverstein
Forum Replies Created
-
Forum: Plugins
In reply to: [Performance Lab] AVIF not supporting Transparent PNGThis may be to the version of Imagick you server uses – you can check the version under Tools->Site Heakth->Info->Media – could you post a screenshot of your setup on the ticket linked above, that might help pinpoint the issue.
Note that Imagick::getImageAlphaChannel() is only available if Imagick has been compiled against ImageMagick version 6.4.0 or newer.
If not, I’ll go back to WebP.
makes sense! If you find you do have an old Imagick library, your web host may be able to upgrade it (since its a drop-in library), I would suggest opening a ticket with them describing the issue.
Forum: Reviews
In reply to: [Modern Image Formats] Don’t Regenerate Thumbnails!@mkautsarjuhari what tool did you use to regenerate images? When regenerating images, there is usually an option to leave the old images in place which you want to keep checked if you have references to these images that would break if the image filenames changed.
Forum: Plugins
In reply to: [Modern Image Formats] AVIF Image QualityThis should be fixed in WordPress 6.7, see https://core.trac.www.ads-software.com/ticket/61614.
Forum: Reviews
In reply to: [Performance Lab] Only JPG File converts what to do for PNG ImagesHi @loanpaye –
You can use the
webp_uploads_upload_image_mime_transforms
filter to add additional mime transforms.Something like:
add_filter(
webp_uploads_upload_image_mime_transforms
function( $transforms ) { $transforms['image/png'] = 'image/webp'; return $transforms; } );- This reply was modified 1 year, 1 month ago by Adam Silverstein.
Forum: Plugins
In reply to: [Modern Images WP] webPHi @sanne65 can you try the latest version to see if it works now, the previous version had a breaking bug.
Forum: Alpha/Beta/RC
In reply to: WebP very large filesize [5.8 RC2]Hey @mmxxi – thanks for reporting this.
What tool did you use to create the original WebP image you uploaded to WordPress?
@iusmanswift we have been working on this issue and determined the constant link decoration is a bug upstream in the AMP library. I am working on a fix in https://github.com/ampproject/amphtml/pull/32100 that will resolve this issue.
Hi @lampir and @steffan00 – I have created a mini plugin that adds the fix we hope to deploy in the next version of qTranslate: https://gist.github.com/adamsilverstein/199f3a4cfe8b4ccc881713a7ece05438.
Can you give this plugin a test to see if it fixes the disconnect issue you are experiencing?
Thanks for clarifying. That means the first step of adding your site to Search Console failed for some reason.
Final questions – and thanks again for sharing all the info – did you already have ANY sites in search console? Did you have to complete any steps BEFORE adding the site (for example agree to terms of service or set up an account)?
@saadcasm Glad to hear the issue was resolved.
To help us figure out the underlying issue, can you tell me what you saw in Search Console when you logged in? Was your site already listed there, or did you have to add it?
Hi @saadcasm Thanks for reporting this issue.
So far it appears the error is happening when Site Kit tries to confirm your site has been added to Search Console. Can you check Search Console, to see if the site was added there?
1. Go to https://search.google.com/search-console/ and log in with the same account you are setting up Site Kit with.
2. Check the list of properties (in the upper left hand dropdown). Do you see your domain listed there? If so, does it appear exactly as you see it in WordPress when you go to the settings screen?Forum: Plugins
In reply to: [MathML Block] Is there a way to format the output by default?I’m not familiar with the menu you are speaking of, you may want to check the MathJax library site – https://www.mathjax.org/ (which this plugin uses to render formulas).
Also: can you confirm is your wp-admin installed in the root folder or in the
lang
folder?Hi @superdifficult – thanks for the bug report. I am trying to troubleshoot this issue. Can you please help clarify a couple of items from your report:
> The plugin registers the base site URL as https://site.com/lang/ instead of https://site.com/.
Where is this registered? Do you mean you see this during the initial setup of the plugin?
> Then all paths are listed as /lang/page.html so the full URLs appear as: https://site.com/lang/lang/page.html which is incorrect.
When you say “all paths are listed as …” do you mean in the Site Kit dashboard under “Most popular content”? or on the WordPress dashboard?
I am trying to reproduce this issue and the more details I can gather the better!
Hi @shelta – I am working on investigating this issue. Can you let us know if you have been able to set up Site Kit or are still blocked? Also, did you try the suggestions linked above?