quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

css issue #153

Closed dimple-varshaaweblab closed 8 years ago

dimple-varshaaweblab commented 8 years ago

Hello,

I have installed plugin.i am facing issue of css(http://awesomescreenshot.com/0ce5xc5y2e) Your help would be greatly appreciated.

Thank you Dimple

akkaweb commented 8 years ago

@dimple-varshaaweblab from your screenshot, it appears your CSS is fine, or at least, most of the CSS files loaded fine. Did you try refreshing the page?

dimple-varshaaweblab commented 8 years ago

http://awesomescreenshot.com/0425xeapa6 Please look at demo.there is good style. and on my server http://awesomescreenshot.com/0ce5xc5y2e. are you able to differentiate?

botchris commented 8 years ago

Looks like that Aspect classes are not working properly and are failing to inject Bootstrap css styles. It may be related to #154, and as explained at https://github.com/quickapps/cms/issues/154#issuecomment-225255319: Upgrade your isntallation and see if AOP 2.0 solves this problem.

Also, make sure that your are not using the quickapps/cms package, it is know to be problematic when working on production environments. You should not have the following package directory ROOT/vendor/quickapps

Try composer remove quickapps/cms if you need to.