• Resolved c4pt4inm

    (@c4pt4inm)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Dōvy Paukstys

    (@dovyp)

    Well, first we didn’t build your theme or plugin. And what it looks like is your theme author coded a the file of custom.css to be written, but it is NOT linked to the panel at all. Every save of the panel will overwrite it.

    I fear this is an edge case your developer did not consider. I might suggest you contacting them directly.

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamically Updating redux fields’ is closed to new replies.