New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | A simple widget that makes it a breeze to add images to your sidebars. | You have to log in to add a translation. | Details |
Original untranslated
A simple widget that makes it a breeze to add images to your sidebars.
You have to log in to edit this translation. |
|||
↑ | Simple Image Widget | You have to log in to add a translation. | Details |
Original untranslated |
|||
The widget uses the core function <code>wp_get_attachment_image()</code> to display the image and it would be more trouble than it's worth to remove those attributes. Some basic CSS will typically allow you to make the image responsive if necessary: | You have to log in to add a translation. | Details | |
Original untranslated
The widget uses the core function <code>wp_get_attachment_image()</code> to display the image and it would be more trouble than it's worth to remove those attributes. Some basic CSS will typically allow you to make the image responsive if necessary:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
The widget can be centered using CSS. Custom CSS should be added a child theme or using a plugin like <a href="https://wordpress.org/plugins/simple-custom-css/">Simple Custom CSS</a> or <a href="https://wordpress.org/plugins/jetpack/">Jetpack</a>. The following snippet will center the contents of the widget: | You have to log in to add a translation. | Details | |
Original untranslated
The widget can be centered using CSS. Custom CSS should be added a child theme or using a plugin like <a href="https://wordpress.org/plugins/simple-custom-css/">Simple Custom CSS</a> or <a href="https://wordpress.org/plugins/jetpack/">Jetpack</a>. The following snippet will center the contents of the widget:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
When selecting an image in the media modal (the popup to select images), the right sidebar will be titled "Attachment Details" and contains a field for entering alt text. After entering your alt text, click the "Update Image" button to use the selected image in your widget. Most browsers don't show the alt text, so you'll need to view the HTML source to make sure it exists. | You have to log in to add a translation. | Details | |
Original untranslated
When selecting an image in the media modal (the popup to select images), the right sidebar will be titled "Attachment Details" and contains a field for entering alt text. After entering your alt text, click the "Update Image" button to use the selected image in your widget. Most browsers don't show the alt text, so you'll need to view the HTML source to make sure it exists.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
<em>Always use a <a href="https://codex.wordpress.org/Child_Themes">child theme</a> to make changes if you acquired your theme from a third-party and you expect it to be updated. Otherwise, you run the risk of losing your customizations.</em> | You have to log in to add a translation. | Details | |
Original untranslated
<em>Always use a <a href="https://codex.wordpress.org/Child_Themes">child theme</a> to make changes if you acquired your theme from a third-party and you expect it to be updated. Otherwise, you run the risk of losing your customizations.</em>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
To use the template method, copy "<code>widget.php</code>" from the "<code>/templates</code>" directory in the plugin to a "<code>/simple-image-widget</code>" directory in your theme. Then update as you wish. It's also possible to create a custom template specific to each sidebar in your theme using the following default template hierarchy: | You have to log in to add a translation. | Details | |
Original untranslated
To use the template method, copy "<code>widget.php</code>" from the "<code>/templates</code>" directory in the plugin to a "<code>/simple-image-widget</code>" directory in your theme. Then update as you wish. It's also possible to create a custom template specific to each sidebar in your theme using the following default template hierarchy:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Absolutely. Changing the output can be done a few different ways, but the most common alternatives involve using the "<code>simple_image_widget_output</code>" filter or overriding the template in your theme. | You have to log in to add a translation. | Details | |
Original untranslated
Absolutely. Changing the output can be done a few different ways, but the most common alternatives involve using the "<code>simple_image_widget_output</code>" filter or overriding the template in your theme.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
<code>{plugin}/templates/widget.php</code> | You have to log in to add a translation. | Details | |
Original untranslated
<code>{plugin}/templates/widget.php</code>
CommentFound in faq list item. You have to log in to edit this translation. |
|||
<code>{theme}/simple-image-widget/widget.php</code> | You have to log in to add a translation. | Details | |
Original untranslated
<code>{theme}/simple-image-widget/widget.php</code>
CommentFound in faq list item. You have to log in to edit this translation. |
|||
<code>{theme}/simple-image-widget/{sidebar_id}_widget.php</code> | You have to log in to add a translation. | Details | |
Original untranslated
<code>{theme}/simple-image-widget/{sidebar_id}_widget.php</code>
CommentFound in faq list item. You have to log in to edit this translation. |
|||
Can I remove the width and height attributes? | You have to log in to add a translation. | Details | |
Original untranslated
Can I remove the width and height attributes?
CommentFound in faq header. You have to log in to edit this translation. |
|||
How do I center the widget? | You have to log in to add a translation. | Details | |
Original untranslated
How do I center the widget?
CommentFound in faq header. You have to log in to edit this translation. |
|||
How do I add alt text to images in the widget? | You have to log in to add a translation. | Details | |
Original untranslated
How do I add alt text to images in the widget?
CommentFound in faq header. You have to log in to edit this translation. |
|||
Is there a way to filter the widget output? | You have to log in to add a translation. | Details | |
Original untranslated
Is there a way to filter the widget output?
CommentFound in faq header. You have to log in to edit this translation. |
Export as
Comment
Short description.