davidstockdale13
Forum Replies Created
-
Forum: Plugins
In reply to: [WPForms Google Sheet Connector] How do I remove old GSheet connection?And now that I have set it in both locations I seem to be unable to delete it from either as even when I set the connection to “Off” in the WPForm Builder I still get 2 copies of every new entry in the Google Sheet.
Forum: Plugins
In reply to: [WPForms Google Sheet Connector] How do I remove old GSheet connection?Also the latest update has some wierd styling change that I had to comment out as it made checkboxes in WPBuilder unusable:
gsheetconnector-wpforms/assets/css/wpforms-gs-panel.css
.wpforms-field-map-table table td select, .wpforms-field-map-table table td input:not([type=checkbox]):not([type=radio])
, .wpforms-field-map-table .actions .add, .wpforms-toggle-control .wpforms-toggle-control-icon,
.wpforms-toggle-control span, .wpforms-toggle-control label, .wp-core-ui p .button, .disableColumnName{
/* pointer-events: none; */
}Thanks, that will be a load off my mind.
So… It’s still not been updated.
My problem is when I try changing the styling of my embedded posts in “Additional CSS” it doesn’t work (which is why I’m using the “embed_styles” function shown above).
Thus I’m assuming that if the plugins CSS adding works the same way “Additional CSS” does it wont work for my needs.
Is there something I can check in an if statement within my “embed_styles” function to see if Dark Mode is active? Because that would solve my problem.
- This reply was modified 4 years, 1 month ago by davidstockdale13.