The SmartClient manual says that I can use SmartClient to add components to individual pages in an existing application.
I have an existing WordPress site which has its own stylesheets.
I want to create a pure Smartclient application sitting inside a WordPress page. I can write my own <div> into the page to contain the application.
I have loaded the libraries and stylesheet and by setting postition="relative" I have managed to render a SmartClient component inline.
However, you can see in the attached image which shows my site on the left and your example on the right that the correct styles are not being applied.
I understand that there is probably a clash between the site's own style sheets and the skin_styles.css.
I cannot simply remove the existing style sheets. That would break the whole site.
* how do I get the correct styles to be applied?
I have an existing WordPress site which has its own stylesheets.
I want to create a pure Smartclient application sitting inside a WordPress page. I can write my own <div> into the page to contain the application.
I have loaded the libraries and stylesheet and by setting postition="relative" I have managed to render a SmartClient component inline.
However, you can see in the attached image which shows my site on the left and your example on the right that the correct styles are not being applied.
I understand that there is probably a clash between the site's own style sheets and the skin_styles.css.
I cannot simply remove the existing style sheets. That would break the whole site.
* how do I get the correct styles to be applied?