• Resolved Vadorequest

    (@vadorequest)


    Hello,

    I just installed this plugin. I tried adding some JS/CSS changes to one particular page, I did a simple “alert()” and added a class to the body, but nothing happens on the page itself. I’m an Administrator, did I miss anything?

    If I do the same globally, it works correctly.

    • This topic was modified 7 years, 5 months ago by Vadorequest.
Viewing 1 replies (of 1 total)
  • Plugin Author WraithKenny

    (@wraithkenny)

    The part of the plugin that prints the scripts and styles to the page is pretty vanilla WordPress api stuff. It uses wp_head in your theme to print get_post_meta() based on the page’s get_post_ID(). If there’s meta data saved onto the page object (meaning it shows up in the admin’s page edit screen) it should also be printing to the page on the user side. Could you check the page source and see if there’s an error in the html?

Viewing 1 replies (of 1 total)
  • The topic ‘JS/CSS doesn’t apply in the Page’ is closed to new replies.