Hello H?kan Wennerberg,
I love this HW Image Widget!!! It’s the best one I’ve found to meet my needs. As of today it is still working. But it now has a warning on WordPress that it has not been updated. Should I be concerned? Do you plan on keeping it going? I see people are still downloading it and using it.
If you need monetary help to continue keeping it updated, I would be happy to pay for this plugin and I’m sure many of the other users would be as well.
Thank you for your work!
Dee
How to insert an image side by side with another on the same page being responsive?
]]>Hi – I am using HW Image Widgets in order to create a series of buttons for the sidebar of a website.
Into each widget, I have uploaded an image. Each widget is set to responsive and includes an outgoing URL. I am not entering titles or text into the widgets.
The space between the buttons that I have created is much too large. If there is a way to reduce the size of this gap, I would appreciate it — some CSS backend code would be ideal.
(The buttons otherwise work well, but for the gaps between them.)
Thanks in advance.
]]>v4.4
All images I try to show via hw-image-widget are blurred.
Does the same whether I scale the images onto the shown width of 260px in the sidebar or let the widget do it. All images are eather blurry.
I’m using the latest versions of wp and hw image widget.
]]>Hi, im using firefox 39.0
when trying to select image clicking on that button nothing happening, using theme customizr..
Hi H?kan Wennerberg,
when I try to edit an exsisting widget or a new one by klicking into the text area, nothing happens, the Text Editor doesn’t open anymore…
And the Error Console of the browser reports:
Error: TypeError: tinyMCE.get(…) is null
File: https://aigner.kumakom.de/ourcontent/plugins/hw-image-widget/js/back-end.js?ver=4.3
Line: 129
The line 129 is
tinyMCE.get(‘hwim-tmce’).setContent(jQuery(id + ‘ .text’).attr(‘value’));
Could you please check that issue?
Thanks a lot
Stephan
I see no ability to allow the image to float right or align right.
Can you provide this functionality ?
Thanks.
]]>Hi
I occasionally get this error when saving text changes to the image widget;
DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity
hw-image-widget.php line 135
If i re-edit the text and then save again, it sometimes clears.
]]>Hi,
In the plugin, you call wp_enqueue_media() which loads a suite of scripts and styles.
It look like you may only need one script for this plugin.
Can you replace wp_enqueue_media() with wp_enqueue_script(‘media-models’)?
This looks like the only script needed.
Thank You!
]]>Hi, I am using this plugin with Siteorgin Page Builder:
https://www.ads-software.com/plugins/siteorigin-panels/
This plugin allows use of widgets in a page or post.
When I use the image widget with this plugin, I get an error because the image widget javascript does not load on page/post edit screens.
I see you have a check for the class-level variable $load_hwim_backend before loading scripts. This would integrate with Siteorgin Page Builder if the scripts would load on the page/post edit screens.
Can you please add a filter when performing the check on whether or not to load the javascripts?
Thank You,
]]>I can’t seem to add hyperlinks to text in the Text Editor. I highlight my text, click the Add/Edit Link button, and nothing happens. Tried this both in Firefox 36 and Chrome 41 on Windows 8.1
]]>If you don’t want to link the image having a target but to open it in the lightbox, in the hw-image-widget/html/hwim-template.php you can change “target” in the line:
if ( $instance['target_option'] == 'other' ) {
$a .= ' target="' . esc_attr( $instance['target_name'] ) . '"';
to “rel”:
if ( $instance['target_option'] == 'other' ) {
$a .= ' rel="' . esc_attr( $instance['target_name'] ) . '"';
and write the image URL plus lightbox in the widget’s Target>Others option field.
@h?kan Wennerberg: Perhaps you can add an extra field for this? And I hope that’s in your sense.
Greets, Stephan
]]>Is there a way to add a shortcode or something so that I can add a social sharing component to HW Image Widget? So that way if someone likes the content within the sidebar widget of HW Image they can share to their Facebook/Twitter feed?
Thanks!!
]]>Hej H?kan
I cannot add text in the widget and it worked fine before. I use both Safari and Chrome and it doesn’t work in any of them. Do you have a clue what it could be that disturbed the widget?
Tack f?r en toppenplugg!
MVh Anne
Hello, is it possible to have HTML in the title in version 4.1? You told me how to do it in version 2.4 but it has changed quite a bit.
thanks
If I add this widget with the customizer, I’m not able to select an image..
]]>Hello I would be very grateful for some help. Every time I post a comment from my wp site to Facebook it takes the HW Image from the sidebar and posts that too! Is there some setting I can change it to stop this from happening? The link is here
https://www.marleneroseshaw.co.uk/words-like-free-music-and-helping-people-who-can-resist/
Its picking up the butterfly image on the right hand menu widget and inserting it into Facebook.
? help
This is a great simple plugin but unfortunately when I run the website through https://validator.w3.org/ I get an error saying ‘Attribute alt not allowed on element a at this point.’ It highlights what I have put in bold.
…f=”/home” target=”_self” alt=”gi-logo”><img class=”hwim-image” src=”https://www…
]]>When viewing image on mobile device (iPod) the image appears only as a white square – but displays perfectly on PC
]]>Hi there,
I have WP_DEBUG on due to some testing for other development and noticed when I click into the Widgets page in the WP backend that your plugin is throwing a PHP Warning:
Warning: Cannot modify header information - headers already sent by (output started at /home/PATHTOSITE/wp-admin/includes/template.php:1706) in /home/PATHTOSITE/wp-content/plugins/hw-image-widget/hw-image-widget.php on line 15
Quickfix seems to be to pull the setcookie call out of that function acting on the admin_enqueue_scripts hook after page output has begun and move it (and the enclosing if statement) out to an admin_init action.
Great plugin though! I’ve started using it on a couple client sites recently. Going pretty well.
Thanks!
]]>Hi there
Is it possible to put HTML in the title? It appears not.
thanks
Hi,
I see you have marked this as resolved in the other thread but I still have this issue. When clicking the text box in the plugin, nothing happens. Checking the console for errors, I see this:
Uncaught TypeError: Cannot call method ‘setContent’ of undefined back-end.js?ver=2.3.1:158
hwim.openTextEditor back-end.js?ver=2.3.1:158
onclick widgets.php:5342
Hope that will help try to find the issue.
thanks.
]]>Image won’t adapt on IE and Firefox for instance, on Chrome, Opera and Safari if i use a 1920×540 picture, and i load the page on a 1280×800 screen, the image is responsive enough to adapt the screen. On IE and FF it keeps the 1920×540 resolution on a 1280×800 screen… i’d say is not responsive unless i use a 1920×1024 screen…
https://www.cape-verde-holiday-homes.com, see for yourself
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>I am getting a lot of array information printed out on my template. Looks like debug or something is turned on for the HW Image Widget.
see https://azchiropractic.org right side bar near bottom.
How do I fix?
Jim K.
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>Hi:
Wonderful widget.
However, the target dropdown menu has some kind of trouble. I set it to blank and it still takes people off my site.
Any ideas?
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>I have just upgraded to the latest version of this plugin (currently 2) and after the upgrade, the widgets page’s javascript does not work. Using Firebug, I got the error:
ReferenceError: wp is not defined
wp-content/plugins/hw-image-widget/js/back-end.js?ver=1.6 - Line 213
That line is: this.originalMediaLibrary = wp.media.view.MediaFrame.Select;
When I comment out that line, there are more errors, all the same, just different line numbers.
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>no way i can write some simple into that box!
i unstalled hw image plugin, deleted it, dowloaded and installled a fresh version, shut down my wordpress admin panel for 12 hours but the situation remains the same.
note: i must say though everything went fine the first time i tried to enter some text 2 days ago. problem appeared after that.
it’a real pity since i’d like very much this plugin and would be prepared to pay for it provided that it works.
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>I just installed this great plugin and everything went wonderful, I tested on and android phone and in my pc using google chrome and responsiveness works great but then, I test the site with Firefox 21.0, which is my default web browser, also on internet explorer 8 and the image went to full size making my site look awful, in other words, using these web browsers does not respect the responsive rules ??
Do you have any idea why it does that? Does it has any compatibility issue?
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>Hello H?kan,
First, thank you. This widget was EXACTLY what I needed and saved me days of coding.
It worked great, but then today it wouldn’t bring up the TinyMCE Editor when putting focus on the Text field. In fact, I can’t even put focus on the Text field. I hope you can help me.
This is what I’ve got for my setup.
Ver. 1.6 of your widget.
Version 3.5.1 of WordPress in Multisite Mode.
Here are the other plugins I have, in case you know of a conflict:
Add From Server Version 3.2.0.3
Media Categories Version 1.5
Meta Slider Version 2.1.4
Responsive Select Menu Version 1.4
I uninstalled and re-installed your plugin.
I also tried deactivating the plugins, one after another to see if that would help.
There was some code in my functions.php file was intended to prevent multiple instances of jQuery, so I removed that too.
Still can’t seem to get it to work.
Hope you can help me!
Sincerely,
Guy
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>I had it working when I first downloaded the plugin- but I have added some new plugins and I wonder if any of these conflict with yours… I am having trouble adding content in the widget now; I can add an image, but no copy.
Here are my plug-ins:
Better WP Security
Meteor Slides
TinyMCE Advanced
Wordpress SEO
https://www.ads-software.com/extend/plugins/hw-image-widget/
]]>