themes aren't loaded on https
Problem: If the site has https prefix, then most browsers detect "non-secure" content if a community theme is used. This makes the site fall back on some basic theme. Any ideas to solve this? Thanks...
View ArticleDifferent headers for different categories
Hello, amigos, I'm in the process of migrating one of my sites into another one (i.e. unifying both sites). However, I intend to preserve the independent look of both sites. I know I can assign...
View ArticleAdding your Own Logo?
I was wondering if there's any way to add a logo to the left of the header. I don't want to change the whole thing, with the text and all, I just want to add an image I created with dimensions 150x150...
View ArticleChanging the theme of a single category
Recently I attempted to change the CSS theme of a single category in preparation for a site overhaul, but the system does not seem to remember the change. When I uncheck the inherit from default...
View ArticleCSS for collapsible elements
Just thought I'd share in case someone finds it helpful. Your wiki code would look like: [[collapsible show="Title" hide="Title"]] Content [[/collapsible]] The show and hide parameters can differ or...
View ArticleForum Thread Options Link Defaults as Expanded?
Is there CSS to allow the Options link in a forum thread to default as expanded? My wiki's forum. This is the only CSS I have for that element right now: .forum-thread-box .options{ text-align: right;...
View ArticleLeft Align Top Menu
I am trying to modify the base theme to align my top menu to the left. Nothing I've done seems to be working. This is the latest relevant code: #top-bar { margin:0px; padding:0px; float:left;}
View ArticlePage Editor Buttons Invisible
I am in a bit of a bind. I have searched for several days for a topic to address this. I borrowed some theme code to work off of as a base and customize my own site further. The problem I am having is...
View ArticleStandard Theme/Template Sometimes Only Shows On Refresh
Hi I'm making some pages using the nice blue standard starter template, but sometimes when I first go to my site it isn't using that standard theme until I refresh the page. Does anyone know why this...
View ArticleSome FontAwesome -icons not showing on Firefox
Hi! Some FontAwesome icons are not showing when using Firefox (tested on versions 23.0.1, 32.0.2 and 32.0.3). With Chrome they appear correctly (I haven't tested other browsers yet). Example here:...
View ArticleWhy isn't this hiding account info?
My wiki: http://ndfl.wikidot.com/index My code: #account-options li{ display: none; padding: 0; width: 100%; } #account-options li a { display: none; box-sizing: border-box; -moz-box-sizing:...
View ArticleCSS question
Hi! How can I set the opacity to affect only the background, not the text? Demo here and my current code below: [[div style="padding: 40px; background:black; opacity: 0.1; color: white;"]] Text....
View ArticleFixed Top Bootstrap Navbar?
I know the transition to Bootstrap isn't as painful as I'm making it. It looks… easy, actually. (So long as you've access to the master layout.) But I'm trying to do something which, in standard CSS,...
View ArticleApply Bootstrap formatting to tags?
What do I add to the theme and/or the layout to apply Bootstrap formatting to the tags of a page? For example, I may want to make them into Bootstrap labels. For another example, I may want them to...
View Articleselective display of side bar following pages
Hi everyone, We are trying to do something, we may have a solution but I would like to know if you know a better one. We have a website (aseba.wikidot.com), we are going to modify it a lot during the...
View ArticleLink colour in nav:side
Hey, I want to change the grey colour of the navigation column (bar) on my wiki to brown (664139). How can I do this? My wiki: http://cafetran.wikidot.com I'm referring to the links: The user...
View ArticlePage Titles in the Bootstrap Theme
I am trying to hide the page title in the bootstrap theme used on this wiki - http://www.laxwiki.com However, when I change the underlying CSS, there seems to be no changes. Do I need to change the...
View ArticleRemoving shiny effect on tabs
How do I get rid of the shiny effect in the tabs of the tabview, and how do I make it so the selected tab is darkened? Here's the snippet of code I use for my site's tabview: /* TABVIEW APPEARANCE...
View ArticleBootstrap a major pain
I just wanted to comment that it's very difficult to work with the bootstrap css. It seems like there are a dozen or so css pages that are referenced. I find one and it has a bit of CSS and then 2 or...
View Articlereimport my custom css theme
I have made some updates to my custom css (css:mytheme). This theme is stored as a page on my wiki as suggested in this page. However, I can no longer find the import button to re-import the CSS and...
View Article