Community Central
Community Central
No edit summary
No edit summary
Line 24: Line 24:
   
 
{{User:Wildoneshelper/Sig}} 10:06, July 6, 2012 (UTC)
 
{{User:Wildoneshelper/Sig}} 10:06, July 6, 2012 (UTC)
  +
  +
::I'm not sure if this will work, but try this:
  +
<div style="margin-left:48px"><source lang="jQuery">
  +
$(document).ready(function() {
  +
$('#WikiaArticle').append('<div style="position: fixed; top: 15px; left: 50px; padding: 3px; background: black; border: 1px solid gray;"><b><a href="/wiki/Mid-year Wild Ones Award" title="Mid-year Wild Ones Award">Vote for best stuff released this mid-year.</a></b></div><div style="position: fixed; top: 15px; right: 50px; padding: 3px; background: black; border: 1px solid gray;"><b>Click <a href="/wiki/Special:Chat">here</a> to chat!</b></div>');
  +
});
  +
</source></div>
  +
[[User:Sam Wang|Sam Wang]] ([[{{ns:3}}:Sam Wang|talk]]) 12:34, July 6, 2012 (UTC)

Revision as of 12:34, 6 July 2012

Forums: Index Support Requests Something is not showing...
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 4305 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.


Help! Our another bureaucrat added these codes:

<div style="position: fixed; top: 15px; left: 50px; padding: 3px; background: black; border: 1px solid gray;"><b>[[Mid-year Wild Ones Award|Vote for best stuff released this mid-year.]]</b></div>

<div style="position: fixed; top: 15px; right: 50px; padding: 3px; background: black; border: 1px solid gray;"><b>Click [[http://wildones.wikia.com/wiki/Special:Chat|here]] to chat!</b></div>

and nothing shows up! Is there something wrong with these codes?

Wildoneshelper  talk  edits  01:39, July 6, 2012 (UTC)

Vote for best stuff released this mid-year.
Click [[1]] to chat!
I added that code to this page, and the boxes seem to show up fine (top left and right). If you're trying to add that to the site CSS, though, it won't work.
How can I apply to the whole site?

Wildoneshelper  talk  edits  10:06, July 6, 2012 (UTC)

I'm not sure if this will work, but try this:
$(document).ready(function() {
    $('#WikiaArticle').append('<div style="position: fixed; top: 15px; left: 50px; padding: 3px; background: black; border: 1px solid gray;"><b><a href="/wiki/Mid-year Wild Ones Award" title="Mid-year Wild Ones Award">Vote for best stuff released this mid-year.</a></b></div><div style="position: fixed; top: 15px; right: 50px; padding: 3px; background: black; border: 1px solid gray;"><b>Click <a href="/wiki/Special:Chat">here</a> to chat!</b></div>');
});

Sam Wang (talk) 12:34, July 6, 2012 (UTC)