douglaskarr
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Rotator Widget] Image size wrong in Internet ExplorerYou’ll need to adjust the width in the CSS to the width of the widget you wish to see on your site.
Forum: Plugins
In reply to: [Image Rotator Widget] loaging iconAny additional info on the error you’re seeing? I don’t see it in use on your site.
Forum: Plugins
In reply to: [Image Rotator Widget] Bug & Solution: Links always opening in new windowThanks pulk99! I just updated the plugin to version 1.0.5 with a correction. The update you made actually won’t correct it, it will just disable the ability to open the target in a new window altogether.
Forum: Plugins
In reply to: [Image Rotator Widget] child css and centering imagesThanks!
Forum: Plugins
In reply to: [Youtube Sidebar Widget] https://youtube.com/devicesupportRecommend using YouTube Channel instead. We will not be updating this plugin.
Forum: Plugins
In reply to: [Youtube Sidebar Widget] Seems to be broken in WordPress 4.1.2There’s a plugin that fully supports YouTube’s API available called YouTube Channel. This plugin will no longer be supported since YouTube has disabled the older API method.
Fantastic! If you would be so kind, we’d appreciate a review.
Salvia34 – jQuery is loading twice within your site:
http://www.badminton-club-narbonne.com/wp-includes/js/jquery/jquery.js?ver=1.11.2 https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.jsPerhaps one is within your theme and another within a plugin? That’s causing a problem where the commands aren’t sequenced properly.
Thanks – we’re troubleshooting it!
For your CSS, you’ll want to add this to your stylesheet to make the widget area sized well:
footer div.widget_dk-image-rotator-widget { height: 260px; } footer div.irw-widget { height: 200px }Thanks Salvia. I hate to ask, but can you remove all of the images and re-add them to the widget and see that this corrects it? The reason why I ask is that this new release corrected this problem for several people and we’re not seeing any more complaints about it.
Forum: Reviews
In reply to: [CircuPress] Decent Plugin, No SupportThanks for that feedback Marty! We’ve since removed that helpdesk option and are encouraging people to utilize this forum until the new site is up. Our latest version is a drastic improvement. Our goal is to provide a solution that’s largely self-managed and doesn’t require an account manager or ongoing support.
Forum: Plugins
In reply to: [Youtube Sidebar Widget] Seems to be broken in WordPress 4.1.2We need to rewrite the entire plugin with OAUTH for YouTube’s v3 API. They’re getting rid of the current one. Sorry folks!
Hi Salvia,
Have you refreshed your site cache and local browser cache to load the newest script?
Thanks!
DougForum: Reviews
In reply to: [CircuPress] NO SUPPORT!Thanks for that feedback nevinlaughlin! We’ve since removed that helpdesk option and are encouraging people to utilize this forum until the new site is up. Our latest version is a drastic improvement. Our goal is to provide a solution that’s largely self-managed and doesn’t require an account manager or ongoing support.
Forum: Plugins
In reply to: [Image Rotator Widget] Image Size IssueYou can add custom CSS to your stylesheet on your theme:
#dk-image-rotator-widget-2 div.irw-widget { height: 150px !important; }That will ensure it’s not cut off.