Tagged Questions
-1
votes
1answer
21 views
Child Theme CSS Not Overriding Parent Theme In MultiSite Site
I've been banging my head on the wall for a while now trying to figure this out. I have a multisite setup currently with just the main site and a network site I added. The main site displays just ...
0
votes
1answer
18 views
Multisite domain mapping breaks CSS
I have set up a multisite (sub directories) and all my plugins/CSS was working fine.
Then I added domain mapping and managed to point a domain example.com to a site ID 4.
All still working fine.
...
0
votes
1answer
157 views
Multisite configuration fails with css/js files
I have installed Wordpress using multisite + path (as opposed to subdomain).
Seems to work, except JS/CSS files are not loaded.
my conf:
<Directory "/var/www/pages">
Options All
...
0
votes
1answer
101 views
Custom link color or stylesheets
I'm developing av theme for my WPMU users and are wondering is there a function for choosing the colors on the links?
The same way Wordpress lets you change the background-color or header-images. ...
1
vote
3answers
1k views
Customizing wp-activate.php
Does anyone know how I can customise wp-activate.php?
It wraps the content in <div id="content" class="widecolumn">, however in my theme the main wrapper is <div id="main">
Presumably, I ...