hassadr
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] List IconsI haven’t received any updates from you regarding my issue. Could you please provide an update?
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeThank you.
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeThis code didn’t work. Could You please share with me the Plugin Settings that you are using.
I used this code:
.ast-oembed-container .lyte-wrapper .play {
width: 88px;
height: 63px;
position: absolute;
top: 50%;
transform: translate(-100%, -50%);
z-index: 2; /* Ensure the play button appears on top of the video */
}.ast-oembed-container .lyte-wrapper .pL {
position: relative;
z-index: 1; /* Ensure the video stays below the play button */
}But I found that the Play Button didn’t Center on Desktop (It’s good on Phone). https://prnt.sc/vFDurjo7pj9p
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeI’m having trouble playing YouTube videos on the mobile version of my site, even after disabling all plugins. It seems the issue might be related to how I’ve embedded the YouTube videos in my posts. I’m using the Classic Editor and simply pasting the video link. However, I discovered that changing the position from “absolute” to “static” in the following CSS code allowed the video to play:
body .ast-oembed-container * { position: absolute; top: 0; width: 100%; height: 100%; right: 0; }
Here a screenShot: https://ibb.co/PN6jv8q
Could this be causing the problem?
- This reply was modified 7 months, 1 week ago by hassadr.
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeI found that this solution not working on Phone. Please try this link: https://www.dztechy.com/things-to-consider-when-buying-mouse/
Hi, Thank you for your reply.
There is many links (more than 500 links).
So, I need some auto-exclude using the Category slug. Like using a filter.
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeThank you. This Code Worked well.
Forum: Plugins
In reply to: [WP YouTube Lyte] Conflit With Astra ThemeI’m using Astra theme with Elemontor Pro.
Here an example where I got this issue: https://www.dztechy.com/simplify-phone-get-back-basics/
Issue Fixed.
Hi @wp_media,
Not all WebP images not display, As you can see in the pervious post the Feature image is appear properly. and all new posts’s webp images serving well.
I tried to disable Cloudflare and image lazyload but this steps seem like not helping.
Edit: I found that the WebP images loaded with https:// protocol.
Can I know how imagify replace JPG/PNG images by Webp images to try redirect the link to https before insert it.
Forum: Plugins
In reply to: [Custom Permalinks] Add a trailing slashHi @sasiddiqui,
I tried to add this snipped code in .hataccess but I got too many redirects error.
# Force trailing slashes RewriteEngine on RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$ RewriteCond %{REQUEST_URI} !(.+)/$ RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
- This reply was modified 1 year, 5 months ago by hassadr.
Forum: Themes and Templates
In reply to: [Astra] Critical CLS Issue in Astra ThemeForum: Themes and Templates
In reply to: [Astra] Critical CLS Issue in Astra Themehi @bsfherman,
After activating APO, this is what I obtained when using both RTL (Right-to-Left) and LTR (Left-to-Right) orientations.
https://ibb.co/XJwKdq5
https://ibb.co/bFMzZNvAnd this is a screenshoot after changing from rtl to ltr: https://ibb.co/4db6Tq9
It appears to yield the same result.
Best Regards.
Forum: Themes and Templates
In reply to: [Astra] Critical CLS Issue in Astra ThemeHello @bsfherman,
Thank you for your input. I previously used the Astra theme with an LTR direction on the same website without encountering this issue with Using APO. Please feel free to investigate further from this link.
Best Regards.
- This reply was modified 1 year, 5 months ago by hassadr.
May I inquire about the approach you employed to resolve this issue?
Best Regards.