You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not breaking any functionality but it sure threw me for a loop and will probably get other people as well. There are two style sections in salesforce.php. One with the actual CSS for the form, and one that prints the CSS inside the Wordpress admin console on the plugin settings page (it instructs the user to copy and paste this into your style sheet and uncheck "Use Form CSS" if you'd like to house the CSS in your stylesheet).
I did that initially, and was frustrated that I could not get it to look right. It's way outdated. It doesn't even match the correct CSS in the official version of the plugin. I had to figure out to grab the CSS from the section of salesforce.php that was actually styling the form and apply THAT to my stylesheet.
Would be prudent to commit a version that had the correct CSS in both places, so when users copy and paste it inside of the Admin UI they are not using the wrong stuff - especially now that this fork has added to several styling options.
The text was updated successfully, but these errors were encountered:
This is not breaking any functionality but it sure threw me for a loop and will probably get other people as well. There are two style sections in salesforce.php. One with the actual CSS for the form, and one that prints the CSS inside the Wordpress admin console on the plugin settings page (it instructs the user to copy and paste this into your style sheet and uncheck "Use Form CSS" if you'd like to house the CSS in your stylesheet).
I did that initially, and was frustrated that I could not get it to look right. It's way outdated. It doesn't even match the correct CSS in the official version of the plugin. I had to figure out to grab the CSS from the section of salesforce.php that was actually styling the form and apply THAT to my stylesheet.
Would be prudent to commit a version that had the correct CSS in both places, so when users copy and paste it inside of the Admin UI they are not using the wrong stuff - especially now that this fork has added to several styling options.
The text was updated successfully, but these errors were encountered: