Andry
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Incorrect tag img in AMPUnfortunately these styles didn’t work.
Also didn’t workhtml[amp] .bahsegel_homeBonus__center { max-width: initial; }
Forum: Plugins
In reply to: [AMP] Plugin deleted all tags pictureHi, Weston.
Yes it wold be ok. I can change my default picture to this way (with this
).
<picture class="top_HomeBonus__picture"> <source media="(min-width: 1400px)" srcset="images/topHome/Bahsegel.jpg"> <source media="(min-width: 1210px)" srcset="images/topHome/Bahsegel-1600x400.jpg"> <source media="(min-width: 991px)" srcset="images/topHome/Bahsegel-1210x400.jpg"> <source media="(min-width: 768px)" srcset="images/topHome/Bahsegel-991x400.jpg"> <source media="(min-width: 450px)" srcset="images/topHome/Bahsegel-768x400.jpg"> <img src="images/topHome/Bahsegel-460x400.jpg" width="460" height="500" alt="Bahsegel egir"> </picture>
But when I use this plugin I got this amp img https://joxi.ru/Rmzy38Mcv6aeXr but I need a simple mobile image like this (img without amp) https://joxi.ru/J2bzjvQiq89KB2 I don’t understand what I’m doing wrong
Forum: Plugins
In reply to: [AMP] Plugin deleted all tags pictureThanks for answer. Unfortunately your additional plugin didn’t work for me. and I can’t use it for my project, but I hope you will resolve this issue in new version.
- This reply was modified 3 years, 1 month ago by Andry.
Forum: Plugins
In reply to: [AMP] Plugin deleted all tags picture1) I don’t understand why your plugin change order of
<source>
in my simple variant of picture. I expected that for the desktop AMP version I would get the same image source look as usual, and for mobile version it will show me my tiny img<source>
… This is confused.
2) Ok, thanks
3) I need to remove this attributes of<picture>
if it would be in first viewport screen. Will this feature be implemented in the new version of the plugin? Or attributesloading="lazy"
decoding="async"
will be assigned to all by default?
4) If I add thisdata-hero-candidate
will it removeloading="lazy"
decoding="async"
?
5) I didn’t testing, but want to ask will your plugin work with other img type ? svg/webp/avif in `<picture> <source> ?- This reply was modified 3 years, 1 month ago by Andry.
Forum: Plugins
In reply to: [AMP] Plugin deleted all tags pictureHi, I Add your plugin. I don’t understand why, but img in apm version looks bad. https://joxi.ru/V2V7jqoHBgWoPA In AMP version – https://joxi.ru/xAeoVPWFMzeEjm https://joxi.ru/l2Zqp0oulbZJ1m Also, when I checked my page in Google checker I find invalid HTML code. I’m not for shore that it’s a good idea to add
decoding="async"
andloading="lazy"
for ALL pictures in AMP version. In my variant for example I have picture in first viewport screen. I rather need atribute"loading="eager"
. Your solution is more likely to spoil my site page. I hope it will help you.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem with meta data from authorForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem with meta data from authorI don’t have another plugins. Only your and last version of Yoast SEO
https://joxi.ru/5md9ew6iqbE6P2Forum: Plugins
In reply to: [AMP] Plugin deleted all tags pictureThanks for answer. I will waiting on a result
Forum: Plugins
In reply to: [AMP] Plugin deleted all tags pictureMore precisely, I need the correct output of amp-img
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem with meta data from authorThe site working https://joxi.ru/LmGWvZotBq5kLm
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem with meta data from authorThis site is closed by direct link. You can visit site if write site:https://bettiltgirisyap.com/ by the way you can find this problem here https://search.google.com/test/rich-results/result/r%2Famp-articles?id=au6pSWPQvYM1OJE3rdZyFQ https://joxi.ru/Q2KZa5NTOLapYm
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Add custom JS on all amp pagesI use buttons on my site, they won’t be indexing like links. These buttons just need redirect users to other pages. But i have a lot of buttons on a page. So i need component that can help me with my problem.