Community Central
Community Central
(Created page with "{{Forumheader|Support Requests}} <!-- Please put your content under this line. Be sure to sign your edits with four tildes: ~~~~ If you require staff help, please use Spec...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
   
 
I was trying to change the background on [http://yoshiadditfan.wikia.com yoshiadditfan.wikia.com] , but no matter how many times I try to change it, it stays on the old background. Could someone help me?[[User:Random yoshi 777|Random yoshi 777]] 02:07, April 28, 2012 (UTC)
 
I was trying to change the background on [http://yoshiadditfan.wikia.com yoshiadditfan.wikia.com] , but no matter how many times I try to change it, it stays on the old background. Could someone help me?[[User:Random yoshi 777|Random yoshi 777]] 02:07, April 28, 2012 (UTC)
  +
  +
:I believe the reason your background won't change in the theme editor is because you have CSS that is overriding it. Try going here: http://yoshiadditfan.wikia.com/wiki/MediaWiki:Wikia.css and removing this code from that page, then you should be able to edit the background with Theme Designer.
  +
<pre>
  +
/*--Background - by ShermanTheMythran--*/
  +
body {
  +
background: url(http://images1.wikia.nocookie.net/__cb20120331123134/yoshi/images/archive/c/cc/20120331123651%21Yoshi_background.png) repeat;
  +
background-size: 100%;
  +
}
  +
</pre>
  +
:— [[User:Mathmagician|Mathmagician]] 02:15, April 28, 2012 (UTC)
  +
  +
:Theme designer is working better but my changes still don't save[[User:Random yoshi 777|Random yoshi 777]] 02:26, April 28, 2012 (UTC)
  +
:nevermind[[User:Random yoshi 777|Random yoshi 777]] 03:07, April 28, 2012 (UTC)
  +
::Did you cache the page according to the instructions at the top? [[User:Sam Wang|Sam Wang]] ([[{{ns:3}}:Sam Wang|talk]]) 04:03, April 28, 2012 (UTC)

Latest revision as of 04:03, 28 April 2012

Forums: Index Support Requests Theme designer not working
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4372 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


I was trying to change the background on yoshiadditfan.wikia.com , but no matter how many times I try to change it, it stays on the old background. Could someone help me?Random yoshi 777 02:07, April 28, 2012 (UTC)

I believe the reason your background won't change in the theme editor is because you have CSS that is overriding it. Try going here: http://yoshiadditfan.wikia.com/wiki/MediaWiki:Wikia.css and removing this code from that page, then you should be able to edit the background with Theme Designer.
/*--Background - by ShermanTheMythran--*/
body {
background: url(http://images1.wikia.nocookie.net/__cb20120331123134/yoshi/images/archive/c/cc/20120331123651%21Yoshi_background.png) repeat;
background-size: 100%;
}
Mathmagician 02:15, April 28, 2012 (UTC)
Theme designer is working better but my changes still don't saveRandom yoshi 777 02:26, April 28, 2012 (UTC)
nevermindRandom yoshi 777 03:07, April 28, 2012 (UTC)
Did you cache the page according to the instructions at the top? Sam Wang (talk) 04:03, April 28, 2012 (UTC)