mediawiki-extensions / mw-calendar

Automatically exported from code.google.com/p/mw-calendar
0 stars 2 forks source link

CSS not being applied in v3.8.4 #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
MediaWiki   1.15.1
PHP             5.2.9-4 (apache2handler)
MySQL           5.0.51a-24
mw-calendar     3.8.4

$wgUseTidy = false; has been applied in LocalSettings.php
chmod'd 777 to /templates

CSS is not being applied to the calendar page regardless of whether
css=defaults.css is applied or not.  Here is what I have placed in my article:

<calendar css=default.css disablelinks name="Schedule" />

Other than this CSS thing, this calendar is perfect for what I need!  Keep
up the great work.

Original issue reported on code.google.com by caliv...@gmail.com on 10 Oct 2009 at 9:39

GoogleCodeExporter commented 8 years ago
Did the CSS work on your previous version? The CSS logic hasn't changed in 
quite a
few versions.

In the few defects with CSS, it always ended up being some oddity with the 
users MW
install or config. I test in Windows and Linux and both are fine.

Thanks

Original comment by kenyu73 on 10 Oct 2009 at 2:10

GoogleCodeExporter commented 8 years ago
This is the first time trying to use this extension, so I have no previous
experiences to pull from.  The wiki install is quite standard, in my opinion.  
I'll
try wiping it out and starting fresh and see what happens.  Let me know if you 
have
any other ideas or if posting further config specs would help any.  Thanks 
again!

Original comment by caliv...@gmail.com on 11 Oct 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Do you have a public site I can look at? I'm really not sure what it could be. 

However, if you look at your HTML source for the calendar, you should see this:

        <link rel="stylesheet" href="/wiki/extensions/Calendar/templates/default.css"
type="text/css" />

The CSS path should match your wiki install of course.

Original comment by kenyu73 on 13 Oct 2009 at 12:28

GoogleCodeExporter commented 8 years ago
I see the above link in the page source, and all the settings are applied as
instructed, but the css is still not applying...

Original comment by ayo...@gmail.com on 17 Dec 2009 at 7:31

GoogleCodeExporter commented 8 years ago
Hey

I have the same issue!
Specs:
Server: Ubuntu 12.04
MediaWiki:1.15.5-7
PHP: 5.3.10-1ubuntu3.7 (apache2handler)
MySQL: 5.5.32-0ubuntu0.12.04.1
Other Extensions: LDAP Authentication Plugin (Version 2.0c)

The Stylesheet Link is in the Sourcecode of the Page...

I have tryed any Solution i found in the Web, nothing works!
Please help me! Thanks!!

PS:
The Site is not public, sorry -.-

Original comment by juri.oss...@gmail.com on 2 Sep 2013 at 6:27