Site logo

Archived topic

Embed Icontact conflict

3 replies · Started by Weatherly on September 25, 2019

Viewing posts 1–4 of 4

I'm not sure you can help but I suspect you are more likely to try than the culprit. Can't hurt to ask. Someone on the IContact form side has updated something that is now overriding the default Generatepress Customizer settings on every page the embed code for the newsletter is on. It's altering everything, fonts, background colors, padding and margins.

This happened on a live site and when we checked our test site (with old plugins and wordpress) the problem was there too. So we know its something that happened on IContact server and being pushed out.

Do you know of any way we can get somehow get Generatepress and its default styles to override the thing? Am I limited to tracking down everything in the customizer, sticking it in simple css and putting !important on it?

Hi there,

the iContact form is making its own request to get the Bootstrap style sheet from its own servers. You don't want to be manually overwriting this, there are a tonne of styles. As Toolset is already loading bootstrap ( correctly ) then the best thing to do is ask the iContact plugin author how to remove the request for the style sheet.

In the meantime you can get rid of the margins and set the background color so the site looks ok:

body {
    margin: 0 !important;
    background-color: #fff !important;
}

Thanks for the suggestion. We'll give that a try. Wish I thought IContact would care but I doubt it! All the Wordpress plugins for it seem to be obsolete too.

How us iContact added to the site? If its an embed code - could you share it here ?

This archived topic is closed to new replies.