wschuurman
Forum Replies Created
-
Please disregard the above message
This just happened to me as well.
One of the users on my site forgot their password, they went to reset it, I received an email notification from wordfence, and now our wp-login.php page throws a “401 Unauthorized” error for everyone, before even being able to login. I deactivated Wordfence and the error is now fixed. But I would like to reactive Wordfence again…. So any ideas on how to resolve this?
- This reply was modified 1 year, 3 months ago by wschuurman.
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Slider is Broken…large white spaceThat worked. Not sure why that was happening. I needed to do that on both my mac and pc. Anyways that fixed the problem. Thanks for the help!
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Slider brokenHi Moira,
This worked for me. I removed the variableheight=”true” from my code and then added this css to style.css
.wpsisac-slick-carousal.design-6 .slick-image-slide img { height: auto !important; width: auto !important; object-fit: contain !important; object-position: unset !important; }
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Slider brokenI’m having the same issue with the slider at the bottom of this page: https://hbcwr.ca
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Aspect Ratio Issues AgainSome of the problems are fixed however the centermode option isn’t working properly.
Here’s the shortcode I’m using:
[slick-carousel-slider category="251" slidestoshow="3" centermode="true" variablewidth="true" sliderheight="325"]
You can see what it looks here (towards the bottom of the page): https://www.hbcwr.ca
- This reply was modified 7 years, 5 months ago by wschuurman.
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] Keeping Aspect RatioThat did the trick! Thanks for the help and for the quick reply!