x00Don't PM about development, I'm not currently taking on clientsMVP
It is not trivial becuase every styling you do would have a knock on effect. Vanilla needed to load its own headers to work, you can just crow bar in header an footers, wishful thinking.
Also force loading wordpress produces terrible performance, the best thing to do is emulate the the style you want and replicate the header and footer, as halfcat said you can use the embed api, which uses an iframe.
Don't PM about development, I'm not currently taking on clients.
What I've personally done God knows how many times now is copy/paste the produced Wordpress source into my Vanilla master view and then include all required CSS and JS files through theme hooks. Was also so lucky as to get a client who's using Sitecore - the client just sent a link to an XML feed containing all required assets (scripts, styles, headers and footers) and I could easily pull them into the theme using SimpleXML. Wordpress could definitely use a feature like that!
Or you code use Pockets Plugin, find out the locations of CSS, and other files and just HTML drop in there. Like I have done but my website is not wordpress its custom HTML, JS
Answers
this would be very interesting to know
- Spam
- Abuse
0 · Insightful Awesome LOL ·Well, you can always use the embedded version of Vanilla.
- Spam
- Abuse
0 · Insightful Awesome LOL ·It is not trivial becuase every styling you do would have a knock on effect. Vanilla needed to load its own headers to work, you can just crow bar in header an footers, wishful thinking.
Also force loading wordpress produces terrible performance, the best thing to do is emulate the the style you want and replicate the header and footer, as halfcat said you can use the embed api, which uses an iframe.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
0 · Insightful Awesome LOL ·What I've personally done God knows how many times now is copy/paste the produced Wordpress source into my Vanilla master view and then include all required CSS and JS files through theme hooks. Was also so lucky as to get a client who's using Sitecore - the client just sent a link to an XML feed containing all required assets (scripts, styles, headers and footers) and I could easily pull them into the theme using SimpleXML. Wordpress could definitely use a feature like that!
Kasper Kronborg Isager | Full-time interwebs monkey working @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me at Github
- Spam
- Abuse
0 · Insightful Awesome LOL ·you should ideally name space to prevent mixup.
@kasperisager is a style whizz, so it, not a problem, but warn people don't just think that including files will magically turn out ok.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
2 · Insightful 1Awesome 1LOL ·^ aint that the truth.
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·Or you code use Pockets Plugin, find out the locations of CSS, and other files and just HTML drop in there. Like I have done but my website is not wordpress its custom HTML, JS
- Spam
- Abuse
0 · Insightful Awesome LOL ·