Dynamically Updating redux fields
-
HI, I am creating theme options with css. I wanted to add a file “custom.css” and let users to use theme options to update custom.css. I did it now and if I add something in theme option’s CSS editor, it updates my file and then enqueue it in head. Now I want to track changes in custom.css file.
I mean if I change code in custom.css, redux’s ace editor do not track that and loads last saved content. hence there is a difference in theme option’s CSS editor code and custom.css file code. is there any hook/way to track these things?One more example can be favicon and logos, wordpress defualt theme customizer allows user to add logo and theme icons. and I added this feature in my theme options too. so what should happens is that if user changes in either of the options ( theme option or WP customizer) content should track each other.
- The topic ‘Dynamically Updating redux fields’ is closed to new replies.