hermoone
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
This is problem after update from Version 1.1.2 to 1.2.0. I just downgrade plugin from 1.2.0 to 1.1.2 and everything is fine
Same thing for me. Campaings are opening, automations, settings, but when I go to contacts it’s blank
Forum: Fixing WordPress
In reply to: Src url and srcset are different -> no images loadedFixed, I just disabled srcset atribute:
// disable srcset on frontend
function disable_wp_responsive_images() {
return 1;
}
add_filter(‘max_srcset_image_width’, ‘disable_wp_responsive_images’);But media still have different url, and don’t know how to update it
- This reply was modified 5 years, 10 months ago by hermoone.
Forum: Fixing WordPress
In reply to: How to create 3D parallax effectThank you so much for quick reply. That’s what I’m looking for, thank you!!
Forum: Fixing WordPress
In reply to: Woocommerce flex controlThank you for your reply, will ask them.
Viewing 5 replies - 1 through 5 (of 5 total)