Zokiu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Improve quality of logo display on retina screensIt worked! Thanks for your help.
Again MASSIVE THANKS for your great work with this theme. It’s been a real delight to use it.Forum: Themes and Templates
In reply to: [Hemingway] Image set on the rightIt worked! Amazing!! Big THANKS! ??
Forum: Themes and Templates
In reply to: [Hemingway] Improve quality of logo display on retina screensThanks, @anlino. I can definitely upload a logo with 2x the resolution.
How do I do the CSS resize?
Here’s what I find. Is that correct?
To resize the image to half of its original resolution while maintaining its 2x resolution for high-DPI displays, you can follow these steps:
- Upload the 2x resolution image: Make sure you have a high-resolution version of the image that’s twice the dimensions of the size you want it to appear on the site. For example, if you want your image to appear at 300×200 pixels on the site, the 2x resolution image should be 600×400 pixels.
- Add the image to your HTML: Insert the image into your HTML file using the
img
tag and give it a unique ID or class, like this:
<img src="path/to/your/high-resolution-image.jpg" alt="Your Image Description" id="your-image-id" />
Apply CSS styles to resize the image: Open your CSS file or add a
<style>
tag to your HTML file, then use the following CSS code to resize the image to half of its original resolution:#your-image-id { width: 50%; /* Reduces the image width to half of its original size */ height: auto; /* Keeps the aspect ratio of the image */ }
Is that ok?
Forum: Themes and Templates
In reply to: [Hemingway] Image set on the rightI use the Classic Editor, indeed. Let me test the CSS. Thanks!
Forum: Themes and Templates
In reply to: [Hemingway] Image set on the rightAny thoughts on this? I tried a few things. But it didn’t work.
Another thing I noticed is that I can’t have images in the centre if I do not add a caption. They remain either on the left or on the right.
Forum: Themes and Templates
In reply to: [Hemingway] Improve quality of logo display on retina screensHi, @anlino
I’m not sure why the quality isn’t as good as on the photos posted on the blog: https://ibb.co/D8KqX0z
Forum: Themes and Templates
In reply to: [Hemingway] Image set on the rightThanks for your quick response, @anlino .
Here’s an example of the issue:
Forum: Themes and Templates
In reply to: [Hemingway] Improve quality of logo display on retina screensTried a couple of things. But I wasn’t able to solve the issue.
Forum: Reviews
In reply to: [Hemingway] Great theme for an author’s blogI would that that the creator of the theme is very responsive on the support forum. Thanks a lot!
Forum: Plugins
In reply to: [Modern Footnotes] Footnotes + SEOThanks, Sean!
Forum: Plugins
In reply to: [Notibar - Notification Bar for WordPress] Editing style not working@jakours2,
It seems the issue will be solved soon.Forum: Plugins
In reply to: [Notibar - Notification Bar for WordPress] Stop zoom on button (when hover)Thanks, @ninjateamwp. It helps a lot! Problem solved!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Plugin crashes Woocommerce ShopThis is really unfortunate… :/
Has @eteubert been able to have a look at this bug between Podlove and WooCommerce?
Forum: Plugins
In reply to: [Notibar - Notification Bar for WordPress] [Bug] Styling Option = FrozenThanks, @ninjateamwp.
One of my colleagues had a check-in a few weeks ago with [email protected] and they weren’t able to solve the issue.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Plugin crashes Woocommerce ShopConsidering installing Podlove on a WooCommerce set-up. Is the problem still current?