Hi John,

thanks again for your reply.

Now I did as you suggested, I copied back the original wiki.css and classic.css 
(from version 2.1.0) and set the OverrideStylesheet entry. Now the <link> tags 
are emitted correctly, but it doesn't have any effect. I have been there before 
but I found no explanation, that's why I copied the classic.css content into 
the wiki.css file.

Do you have any idea why this doesn't work (www.tapi.info)?

Thanks and best regards,

Matthias Moetje
[cid:image001.gif@01C92ED5.0CAD1030]

TERASENS GmbH
Augustenstraße 24
80333 Munich
GERMANY



Phone:
Fax:
e-mail:
Web:

+49.89.143370-0
+49.89.143370-22
[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
www.terasens.com<http://www.terasens.com/>




From: John Davidson [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 7. Oktober 2008 14:47
To: Matthias Moetje
Subject: Re: [Flexwiki-users] Upgrading and styles

Hi Matthias

The problem is that you replaced the wiki.css file with classic.css, but the 
classic.css file used values that were set in wiki.css that you do not have. 
You will have to get the original wiki.css file back and have classic.css 
alongside it in the root FlexWiki directory.


You need to edit your flexwiki.config file to add the following line

<OverrideStylesheet>classic.css</OverrideStylesheet>
right after the line

</AlternateStylesheets>


and then restart your web server. (If you do the edits using the admin pages 
then it is not necessary to restart if you do a reread and reload of 
flexwiki.config.)

The problem is that we used the cascading nature of stylesheets and have 
wiki.css as the first sheet even if the one being used is classic.css.

John Davidson


On Tue, Oct 7, 2008 at 8:21 AM, Matthias Moetje <[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

John,



thanks again for your reply!



I have attached an IE7 screenshot where the right border is placed below the 
main content although the browser window is much wider than 640px.



I also wonder what is the optimal way to get the classic look by default (with 
no style selector dropdown)? I am not sure if my method of pasting the classic 
css into the wiki.css is the best way. Replacing wiki.css by classic.css also 
didn't the trick... How should I do it?



PS: In case you wonder: The final step will be to replace lemonchiffon with 
white, so all of the site has a white background and the logo will match. I 
just let the lemonchiffon to better see what's going on.



Best regards,

Freundliche Grüße,



Matthias Moetje

[cid:image001.gif@01C92ED5.0CAD1030]


TERASENS GmbH
Augustenstraße 24
80333 Munich
GERMANY





Phone:
Fax:
e-mail:
Web:


+49.89.143370-0
+49.89.143370-22
[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
www.terasens.com<http://www.terasens.com/>







From: John Davidson [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>]
Sent: Dienstag, 7. Oktober 2008 14:09
To: Matthias Moetje

Subject: Re: [Flexwiki-users] Upgrading and styles



Hi Matthias



When I look at your site



I see the left border with a list of tapi.info<http://tapi.info> topics, 
followed by a set of FlexWiki links for various functions, and finally the 
version info for the topic displayed.



The main body of the topic is displayed correctly, beside the left border and 
with a right border in the correct position.



The right border has the wiki description and a list of Recent Topics.



When the width of the browser window is reduced below 640px the right border is 
then displayed below the topic data. This was an issue with the classic css 
which is what was being addressed by the new css.



I get the same view with all the browsers I tried IE 7 & 8, Safari 3, Firefox 3 
and Chrome. What browser are you using? I have attached a screen shot, 
tapi_home.png, so that you can see what I think is normal. Is this not what you 
see? Can you do a screen shot - Alt-PrtScr and then paste in WordPad, Word or 
Paint.NET?



What authentication are you using? I do not see any login option on the right 
border, which may make it display correctly for me, but not for you - if you 
are logged in or can log in.



When we upgraded the css we had to upgrade the _NormalBorders topic, but this 
is not an automatic upgrade for every site, as many sites have made 
modifications, as you have.



The file wiki.css has better control of how the wiki displays when the browser 
window becomes narrower, but the right border will move to below the main 
content when there is no room to display it.



John Davidson



On Tue, Oct 7, 2008 at 7:25 AM, Matthias Moetje <[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

John,



thanks a lot for your reply!



I meant that the main content is below the left border and the right border is 
below the main content.



No, I do not see the change style DropDown.



I upgraded from a previous version but used the complete code from the current 
release, but nothing helped me to get back the original style, not even the 
stylesheet override in web.config (the additional link tag was emitted into the 
pages but did not have any effect - very strange).



I was able to somewhat fix it by copying the classic.css code into the wiki.css 
files (below the existing code), but there are still issues: When the window is 
not wide enough, the right border is still shown below the main content. BTW 
the site is: www.tapi.info<http://www.tapi.info>



Thanks again,



Matthias Moetje

[cid:image001.gif@01C92ED5.0CAD1030]


TERASENS GmbH
Augustenstraße 24
80333 Munich
GERMANY





Phone:
Fax:
e-mail:
Web:


+49.89.143370-0
+49.89.143370-22
[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
www.terasens.com<http://www.terasens.com/>







From: John Davidson [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>]
Sent: Freitag, 3. Oktober 2008 13:28
To: FlexWiki Users Mailing List
Subject: Re: [Flexwiki-users] Upgrading and styles



Hi Matthias



I am sorry but I do not understand when you say the contents are not arranged 
correctly. Which contents, the borders or the main content? Can you give more 
details so that I can understand.



Also - do you see the Change Style dropdown in the right border?



John Davidson

On Fri, Oct 3, 2008 at 5:45 AM, Matthias Moetje <[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

Hi,



I am using Flexwiki for quite a while. These days I upgraded to the latest 
version but as a result I now have the "new" brown style which I don't want.

If I replace the wiki.css with the classic.css, I get the right colors, but the 
contents are not arranged correcty (one below the other instead of an 
appropriate layout). Thus I wonder how I can make the "old" look the default 
look with the new version. All my attempts with OverrideSTyleSheet etc. weren't 
successful, so what's the magic thing I need to do?





Thanks,



Matthias



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net<mailto:Flexwiki-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/flexwiki-users





<<inline: image001.gif>>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to