Marcel
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Autoplay images from Youtube/VimeoYes, and if you have any other questions, please visit the FIFU website. Unfortunately, we’re not allowed to discuss commercial products here due to forum guidelines.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Autoplay images from Youtube/VimeoHello @rrr_ruby,
The plugin displays videos as they are provided by the video platform. This cannot be edited from the plugin side. However, from what I know, Vimeo—unlike YouTube—allows you to hide player elements directly on their website, provided the video belongs to you.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Free & Pro or just ProHello @rrr_ruby,
You should use one or the other, not both at the same time.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Disable “Alternative Text”I tried this HTML in the Alternative Text field,
<div>sample text</div>
, but it didn’t cause any issues.Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Disable “Alternative Text”Thank you, but I asked you to send me an example of HTML that I can use to reproduce the issue, not the URL.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Disable “Alternative Text”The HTML doesn’t “appear” there on its own. Your plugin is saving the value directly into the custom field in the database, so FIFU has no control over it. That’s why I suggested configuring the import plugin.
Anyway, to help you, I’ll try to reproduce the issue here and see what can be done to prevent tags from rendering in the alternative text.
Please provide an example of HTML that breaks the image when saved in the Alternative Text field.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Disable “Alternative Text”Thank you, @superbr.
So you just need to configure the RSS plugin not to write into the FIFU custom field, right? If that’s not possible, contact their support for assistance. This would be the correct solution in this case, rather than creating a new feature on the FIFU side.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Disable “Alternative Text”Hi @superbr,
Sorry, I’m not sure I understand your question. If you want the Alternative Text field to be empty, just leave it blank without adding any text.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Netsuite images?Hello @carryoncoding,
I don’t know Netsuite, but the plugin is designed to work with any image URL, as long as the image is public.
The alternative text field is meant for text, not code, so the issue isn’t with the plugin but likely with your automation process.
You can try deleting all alt fields with this SQL command:
DELETE FROM wp_postmeta WHERE meta_key = 'fifu_image_alt';
Please open post 442935 in the editor and send me screenshots.
Please provide a link to a post where I can see the issue occurring.
Hi @swf2002,
Please go to FIFU > Status. Copy and send it to me.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Duplicate Featured Images in FeedThank you, Jose.
Regarding the XML, there is indeed a duplicated “img” tag — one in “description” and the other in “content-encoded.” I can confirm that FIFU did not add either one. The only change FIFU makes in the XML is adding the “media-content” tag, which is simply a meta tag and cannot display any image, so it’s unrelated to the issue. If you disable the plugin, you’ll see that only “media:content” will be affected.
For the duplicated image on the website, FIFU has a feature that can help you resolve it:
FIFU > Settings > Image > Modify post content > remove duplicated media.Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Duplicate Featured Images in FeedThank you, Jose.
I accessed the link, but I didn’t find any duplicates. Each item has only one media:content.
Could you clarify where the issue is exactly?