BeoCode
Forum Replies Created
-
Hi,
I have found a solution. No need to contact your developers, but they could have instructed you more ??
You can add first option named “Select” but once it is saved, go back and delete Value field. If value field is empty it will be treated as empty field and thus NOT PASS as required.
I found this out while setting the field as REQUIRED, below it has this info:
“Options without a value will be treated as empty options”So that’s the logic if anyone is struggling with the same thing.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Remove inline stylesThis is an example of where I have it printed:
#uagb-section-e88f7102-c821-456d-887a-ad4614e5e0db > .uagb-section__inner-wrap{max-width: px;}
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Remove inline stylesI 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.Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Remove inline stylesI 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!
Forum: Plugins
In reply to: [Super Progressive Web Apps] Delete problemHey hey let us know how we can turn it off.
I need to hard refresh page each time I visit.Caching is still there after removing plugin.