Iulia Cazan
Forum Replies Created
-
Forum: Plugins
In reply to: [Latest Post Shortcode] How to reduce vertical space between postsHi,
You can test with changing a bit the padding and gap overrides:
[latest-selected-content ver="2" limit="4" display="title,excerpt" titletag="h4" url="yes" elements="26" default_height="auto" default_padding="0.25rem" default_gap="0.25rem" tablet_height="auto" tablet_padding="0.25rem" tablet_gap="0.25rem" mobile_height="auto" mobile_padding="0.25rem" mobile_gap="0.25rem" css="content-center" type="post" status="publish" orderby="dateD"]
Then you could also check for the section id and do something like this in your CSS (your section id is probably going to be something else):
#lps-2d288f37f450b121d4bcbd0f6e85e10e {grid-auto-rows: auto;}
If this is not enough, we could take a look at the styles for the h4 in your theme, to see if the global styles are applying some top margin to all, and maybe override it for the cards.
Let me know how it goes.
Regards,
IuliaForum: Plugins
In reply to: [Easy Replace Image] support replace with avif imagesHi!
Thank you for reaching out! I addedavif
to the allowed file types. Please upgrade and let me know if this works for you.
Regards,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] Currently registered crops – file is missingHi,
My plugin does not show any red texts. I suspect there is some other plugin in your environment that executes some actions, perhaps changing the image sizes registration. Could you check what other plugins do you have installed on your site? Do you have by chance a screenshot of the “red text” error?
Regards,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] Tools in LightboxHi,
The “tools” from the screenshot are not a feature of this plugin. Can you check what other plugins you have installed and see which one is doing that part?
Regards,
IuliaForum: Plugins
In reply to: [Latest Post Shortcode] link in image not workingHi,
I pushed a new release, please upgrade and check. You might have to clear the cache if you have some on your site.
Regards,
IuliaForum: Plugins
In reply to: [Latest Post Shortcode] slider timer?Hi,
I am not sure I understand what you need to implement, could you elaborate?
Regards,
IuliaForum: Plugins
In reply to: [Latest Post Shortcode] link in image not workingHi Francisco,
Thanks for letting me know! I can see the issue on your link, so I will try to replicate it on my environment and let you know when I have the fix.
Regards,
IuliaForum: Reviews
In reply to: [Login IP & Country Restriction] This plugin needs an updateHi,
Could you send me the details about your environment, and the plugin settings JSON to see how you configured it?
Regards,
IuliaForum: Reviews
In reply to: [Easy Replace Image] RegenerationHi,
Please upgrade to 3.4.0 and check again the options.
There are no good ways of clearing the browser cached versions for files programmatically. I made some additional change to the code, in the attempt to make this works better.
Here is my demo https://imgur.com/a/AUlfc4E.
Regards,
IuliaForum: Plugins
In reply to: [Easy Replace Image] Replace button into grid viewHi,
I added the link in the attachment view from the media grid mode. Please upgrade to 3.4.0.
https://imgur.com/a/ALy4XR6
Regards,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] How to expose only specific sizes?Hi,
The short answer to your latest questions:
- Q: Wouldn’t it be easier to add a checkbox where people can select which sizes will be shown?
A: Not needed, the “unavailable” is the option you can use to make the sub-size “unavailable” in the image block resolution dropdown - Q: What is the difference between ‘hide’ and ‘unavailable’ for a specific size?
A: The “hide” option hides the sub-size from the details lightbox, and the “unavailable” from the resolution dropdown.
Hope this is helpful.
Regards,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] Image broken on uploadHi Ariane,
Please update to 8.0.1 and try again.
Let me know if the “broken” image still appears for new upload.
Regard,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] Image broken on uploadHi Ariane,
Thanks for the details. I could replicate the issue, and am working on a workaround. Will update you when I have a solution.
Regards,
IuliaForum: Plugins
In reply to: [Image Regenerate & Select Crop] Image broken on uploadWhat is the filename for the image before you upload it? I am trying to figure out if the
-7
from your initial post is part of the initial image name, or if that is the suffix that WordPress is adding when there is another image with the same name.Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Image broken on uploadI could not replicate the issue. Can you send me the image you are using for upload and also describe from where are you uploading the image (what screen or feature, from the core blocks or other). You did not mention your WP version and PHP version, that would be helpful for me.
- Q: Wouldn’t it be easier to add a checkbox where people can select which sizes will be shown?