|
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Tue Oct 25 2011, 02:06PM
|
|
|
I really like the Overall theme and would like to add it to my site, especially with the layout as shown in the demo. However, I do not seem to be able to get it looking like this. Can someone show me the settings? Or explain to me how to get it like that?
|
|
|
|
Joined: Fri Nov 17 2006, 05:30PM
Posts: 482
|
Tue Oct 25 2011, 05:33PM
|
|
|
change you front page to "Welcome message". go to "Welcome message" preferences and set "Override standard system to use {WMESSAGE} shortcode:" with check.
[ Edited Tue Oct 25 2011, 05:33PM ]
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Tue Oct 25 2011, 05:41PM
|
|
|
Thanks :) Right, apparently, .8 will redirect you from index.php to news.php regardless of what you're using as the homepage. Or should I "reset" the Home link to something different for that?
[strikethrough]What about the "link-slider" in the right menu in the news page?[/strikethrough] Found it, 2-alt setting on Sitelinks. First question stands :)
[ Edited Tue Oct 25 2011, 05:43PM ]
|
|
|
|
Joined: Fri Nov 17 2006, 05:30PM
Posts: 482
|
Tue Oct 25 2011, 06:29PM
|
|
|
|
do waht you want with kubjs. if you need "News" link - make it. why you need to ask this?
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Tue Oct 25 2011, 11:11PM
|
|
|
Kubjs? What's that?
Anyhow: I found out how to make the news links, that was not the intent of my question. Apparently, there is a cache built in to Firefox (or e107, but I have cache disabled) which made it that clicking on the Home link or the logo took me to the news page, and not the welcome page. Hope it's more clear now :) So, it was nothing with your theme, just a bit of impatience on my part, I guess. Apologies for that :)
[ Edited Fri Oct 28 2011, 02:38PM ]
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Fri Oct 28 2011, 02:41PM
|
|
|
Small other question: Is it possible to change the font of the blockquote? I have found that the blockquote is formatted with the .indent in the style.css. However, if I add font: Courier, nothing happens to the font of the blockquote. I only want to change that font, as I would like to use it for showing "output" from terminal sessions and such. A monospace font works best for this, in my opinion.
Thanks for the help :)
|
|
|
|
Joined: Fri Nov 17 2006, 05:30PM
Posts: 482
|
Fri Oct 28 2011, 03:02PM
|
|
|
|
tray with font-family:"Courier New", Courier, monospace;
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Fri Oct 28 2011, 03:14PM
|
|
|
|
veskoto wrote ...
tray with font-family:"Courier New", Courier, monospace;
That worked, thanks :) Brings me to another question: If you look at my site: http://www.benweb.eu/news.php You can see the examples I have put for code, bash code, blockquote and quote. The corresponding bits of code in the style.css are:
.indent { color: #333333; background-color: #EEECEC; padding: 5px 15px; font-size: 90%; margin: 10px 10px 5px 15px; font-family:Courier,"Courier New",monospace; }
.bash,
.code_highlight,
.php { color: #333333; background-color: #EEECEC; padding: 5px 15px; font-size: 85%; margin: 10px 10px 5px 15px; font-family:Courier,"Courier New",monospace; }
As you can see, the code parts and the (block)quote parts have a different font. How does that happen? Also: How to fix it?
(I'm sorry if I ask obvious questions, I'm trying to figure out how it works, but sometimes just lose track of where everything sits and how stuff corresponds)
Thanks again!
|
|
|
|
Joined: Fri Nov 17 2006, 05:30PM
Posts: 482
|
Fri Oct 28 2011, 09:23PM
|
|
|
you have same style for .indent and .bash, .code_highlight, .php if you want some good style for code just download our Syntax Highlighter Widget
|
|
|
|
Joined: Tue Mar 13 2007, 06:56PM
Posts: 35
|
Mon Oct 31 2011, 04:49PM
|
|
|
I took them apart to see if I could get them to differ. But apparently, somehow, the font-styles don't match up, which is weird to me. Now, from what I can see, is that the code.bb file also defines a "style" for the code tags. What do you use when you want to show output from a script? Also the code tags, or different tags?
The Syntax Highlighter Widget looks cool, but I am not able to enter the configuration for it on 0.8. The page just stays blank. The extended details speak of e107 v0.8 compat mod, but I cannot seem to find that. Any tips for that?
|
|
|
|
|
|
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
|
|