- This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by
Sebastian.
Author | Posts |
---|---|
jfoc
October 3, 2020 at 11:52 am
|
Heads up! this post was created when Microthemer was at version 6. The current version is 7. Some references to the interface may be out of date. Hi, |
jfoc
October 3, 2020 at 4:05 pm
|
I found the way 🙂 |
jfoc
October 3, 2020 at 4:09 pm
|
but seems the selector is not working |
Sebastian
October 4, 2020 at 8:50 am
|
Hey, The page needs to run the wp_head function in order to load plugin scripts and stylesheets, like the MT script which allows the interface to talk to the site frontend. It looks like the page you’re working on doesn’t load any such resources, so MT can’t interact with the page to create selectors. And it doesn’t load the MT stylesheet on the page either. So I don’t think this will be possible without making some changes to the page. Cheers, |
jfoc
October 4, 2020 at 9:10 am
|
Hi, |
Sebastian
October 6, 2020 at 7:59 am
|
Hey, sorry for the slow reply. I’m currently on holiday so support will be a bit sporadic. It’s hard to say exactly what you need to do, as I’m not sure why that page is generated in a different way to most WordPress pages. Is it in fact generated by WordPress? If so, are there some settings in the theme or plugin responsible for that page where you can choose to load JS and CSS in the head of the page? Some optimisation plugins offer remove the usual wp_head resources to declutter the site, but that can interfere with the usual operation of plugins that require those resources, like MT in this case. Cheers, |
jfoc
October 6, 2020 at 8:22 am
|
Hi, |
Sebastian
October 7, 2020 at 9:27 am
|
Yes I think so. If you can adjust a theme template file to add:
That should load MT’s resources. Thanks, |