Giter VIP home page Giter VIP logo

Comments (3)

andrew-worsfold avatar andrew-worsfold commented on July 24, 2024

You can use the tailor_element_css_rule_sets filter to add additional custom CSS rules for default elements (whether associated with default controls or custom ones that you've added). For custom elements, custom CSS rules should be added using the generate_css method.

If you want to make use of live preview functionality (i.e., JavaScript applied changes) ensure you update the setting to reflect that and add the necessary callbacks using the Settings API.

from tailor.

reefki avatar reefki commented on July 24, 2024

@andrew-worsfold

It looks like tailor_element_css_rule_sets filters are never triggered in the frontend. Trying to check with:

add_filter('tailor_element_css_rule_sets', function ($css_rule_sets, $atts, $element) {
    print_r($atts);
}, 1, 3);

They're only triggered in the canvas editor.

from tailor.

reefki avatar reefki commented on July 24, 2024

Ok, disregard my question above. The custom CSS is saved as a meta value so to trigger the filters I have to make changes to the element settings.

from tailor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.