My page seems to “shake” or “vibrate” when the cursor hovers over elements. It happens when the cursor goes over photos, titles, maps, etc. I’m not sure if this is only on my end or not but it is definitely strange. Please see secure note.
Hi Kacie,
Thank you for reaching out to us. I tried to check your site but it is password protected currently so couldn’t test it but I did see that the content of your site is being served by the cache, this might be causing the issue. Try clearing out your plugin’s cache and see if this resolves the issue.
You could also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how it goes!
I am including the password in a secure note - sorry I forgot that! I will try to clear the cache, thanks.
I have another question regarding the three "cards’ elements that have “Disposal Fees” “Permitted Materials” “Prohibited Materials” on them… I want the entire box to be a clickable link as opposed to just the “back button” being the link. Is it possible to make it to where if any of the box is clicked it goes to my link? Or is there another element I could use to do something similar?
Hi Kacie,
Thank you for writing in, yeah that is kind of strange, it’s actually the slider is causing it. But not sure why is that since your sliders have the same height of images, it could be your optimizer.
To resolve that, lets put a max-height to the slider, that way it’s not going to change the height regardless of the image. Add this to Theme Options > CSS
.x-flexslider-shortcode-container {
max-height: 508px;
overflow: hidden;
}
Hope it helps,
Cheers!
Thank you - this worked!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.