• Resolved Sunny

    (@frdmsun)


    It would nice to have the option of removing or filtering the inline styles that are inserted into the html. Right now I am getting a lot of:
    `
    #uagb-adv-heading-a195d628-3fa5-41a0-923d-a8c11c7b1bf6 .uagb-heading-text {
    text-align: center;
    font-family: ;
    font-weight: ;
    font-size: px;
    line-height: em;
    color: ;
    margin-bottom: 15px;
    }
    `
    Also, it would be nice to have the option to limit the style options that a client is given.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @frdmsun ,

    We have already fixed the empty px value issue in our development version. You need not to worry, we will release this in v1.12.3 at the end of this week.

    We appreciate your patience.

    Regards,
    Vrunda Kansara

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @frdmsun,

    We have released an update with this patch v1.12.3.

    Thank you for being so patient with us.

    Regards,
    Balachandar Karuparthy

    Thread Starter Sunny

    (@frdmsun)

    Thanks looks good.

    I still get the “px” for max-width.
    CAn you fix this as well?
    thanks!

    Also is there a way we can somehow add our own ID and you change only CLASS inline so we can override what we need without the need to use !important.
    This is specifically valuable for responsive style, since !important will not allow override when using @media smaller/higher values.

    thanks!

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey,

    We have already added px/% compatibility in Section block and Advanced Column block – https://cl.ly/79de71250070

    Can you specify where do you get “px” for max-width?
    Also, currently there is no way to add an ID to a few of our blocks. Our team will surely come up with some fix to this.

    I hope that resolves your query.

    Regards,
    Vrunda Kansara

    I got it printed like this for the column so cannot validate the site:
    max-width:px;

    It would be really nice to have an option to override the css for responsive on our own, sometimes we need extra functionality for mobile which we cannot get through app itself.
    If you can change to class instead of the ID (also your ID’s changes upon each page save to new one, so we cannot even use them in external css file), that would be helpful so we can override it with our own ID without the need to use !important.

    This is an example of where I have it printed:

    #uagb-section-e88f7102-c821-456d-887a-ad4614e5e0db > .uagb-section__inner-wrap{max-width: px;}

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @beocode,

    This ideally should not happen – {max-width: px;}
    We have already resolved this in previous versions. I would like you to know more about the issue. Can you please open up a request here – https://www.ultimategutenberg.com/support/

    Also, regarding the ID issue, I totally understand your requirement here. I will surely try to fix this issue here on priority.

    We appreciate your patience and efforts to report to us.

    Regards,
    Vrunda Kansara

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove inline styles’ is closed to new replies.