heinelg
Forum Replies Created
-
Follow-up:
I looked at the lis__itsec_lockouts table in the database per https://ithemes.com/security/fixing-ithemes-security-lockouts/ and there are no records in that table so the issue is not that I’ve been locked out by 404 errors.Forum: Fixing WordPress
In reply to: Admin/dashboard not accessible after site migrationCorrection: wp-config.php actually changed to:
define('WP_HOME','https://longinsurance.biz')
define('WP_SITEURL','https://longinsurance.biz');
Thanks! This helped me with a similar problem.
Forum: Plugins
In reply to: [WooCommerce] Product image too large on shop pageThanks, Daniel – I had already done that. How do I tell if the theme is resizing the thumbnail? The images aren’t distorted, just cropped to 200×200.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] V2.6 Doesn't work with WP 3.8Thanks, Rash – unfortunately (or fortunately) that didn’t help me. Upon further investigation I discovered that my problem was caused by deleting a user. Restored the backup and upgraded to WP 3.8 – all is fine.
My apologies to Dan Zappone for erroneously blaming the plugin.
Forum: Plugins
In reply to: [Image Rotator Widget] Unwanted Bullet beside imagesThank you very much, Douglas – I was looking for a bullet, not a background image. That explains why all the list-style: none outside none; didn’t help.
Larry
Forum: Plugins
In reply to: [Image Rotator Widget] External Link Not WorkingMy apologies – I was looking for it with the URL on a per image basis, not as a setting for the rotator as a whole.
Thanks!
Forum: Plugins
In reply to: [Image Rotator Widget] Unwanted Bullet beside imageshttps://cskms.org/ in the original post.
Forum: Plugins
In reply to: [Image Rotator Widget] Unwanted Bullet beside imagesWould you please point me to where bullets are set in css?
I have added list-style: none outside none; or list-style: none outside none !important; to .widget-container ul, .widget ul, and .irw-slider.
I have spent hours with Firebug examining everything and everything says
list-style: none outside none;
yet the bullets still appear.Thanks!
Forum: Plugins
In reply to: [Image Rotator Widget] External Link Not WorkingYes, the external link feature has been working but it would be nice to be able to specify open within a NEW tab/window as Russell suggests.
I see that 0.2.8 has also fixed the issue with deleting an image from the rotator also deletes it from the Media Library. Thanks!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members not functioning after updateOk, thanks!
Forum: Reviews
In reply to: [Image Rotator Widget] Nice plugin but some features don't work; no supportThank you for fixing the external link feature! That’s working now.
As for the bullet, the following all have {list-style:none} and {list-style-type:none;}, some of which also have !important specified but the bullet still appears:
.widget-container
.widget-container ul
.widget
.widget ul
I can’t find anything in the hierarchy that calls for the bullet but it still displays.
Just a comment: I understand you don’t have support standing by to help but if you release a plugin I believe you have an obligation to support it. I appreciate your fixing the one problem.
Forum: Plugins
In reply to: [Thumbnail carousel slider] Responsive Thumbnail Slider not workingMy error – I changed permissions on images/ not imagestoscroll/. Working now. Thanks!
Forum: Plugins
In reply to: [Thumbnail carousel slider] Responsive Thumbnail Slider not workingDid that. Thanks!
Forum: Plugins
In reply to: [Thumbnail carousel slider] Responsive Thumbnail Slider not workingNo, I only bought and installed the Pro version. the imagestoscroll/ folder is writable – does wp-responsive-thumbnail-slider/ need to be writable too?
Thanks!