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
I needed to set some CSS to override the WP theme and to better format the matrix tables I am using. I did that by adding the following to surveyjs/survey.css directly via the WP plugin file editor, which obviously has a downside if I update the SurveyJS plugin.
I was wondering whether you might consider adding some php to look for (say) surveyjs/custom.css and load it if the file exists. I am assuming the WP update process would not delete all files so this would remain in effect after any update.
I could envisage a similar JS file that could be called as a hook immediately before the
Thanks for the plugin. Very helpful.
I needed to set some CSS to override the WP theme and to better format the matrix tables I am using. I did that by adding the following to
surveyjs/survey.css
directly via the WP plugin file editor, which obviously has a downside if I update the SurveyJS plugin.I was wondering whether you might consider adding some php to look for (say)
surveyjs/custom.css
and load it if the file exists. I am assuming the WP update process would not delete all files so this would remain in effect after any update.I could envisage a similar JS file that could be called as a hook immediately before the
passing the model JSON so last minute customisations could be done. eg to add other event listeners hooking into custom js code.
Just a thought to make this even more useful than it is!
Thanks,
Murray
The text was updated successfully, but these errors were encountered: