Jump to content

Topic on Extension talk:AddThis

Sidebar css broken on Modern skin

5
CookipediaChef~mediawikiwiki (talkcontribs)

Just noticed that the css is broken in the Modern skin if the sidebar is shown.

The problem is that the search box and any links under it (toobox) are forced to the very bottom of the page.

  • MediaWiki 1.18.1
  • PHP 5.3.3 (apache2handler)
  • MySQL 5.1.61
  • AddThis (Version 1.0.1)

Great extension and nicely configurable.

This post was posted by CookipediaChef~mediawikiwiki, but signed as CookipediaChef.

Varlin (talkcontribs)

+1 Has someone found a workaround ? I wonder if it's better to look for a tweak in Addthis extension files, or in the Modern skin files...

CookipediaChef~mediawikiwiki (talkcontribs)

Realised the problem is because the tables have not been created.

I should have read the installation page:

  • Run the update script which will automatically create the necessary database tables that this extension needs.

Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.

No more database errors!

This post was posted by CookipediaChef~mediawikiwiki, but signed as CookipediaChef.

Varlin (talkcontribs)

Hi, I can't understand what you're talking about

Sauron~mediawikiwiki (talkcontribs)

I had the same problem, and quick investigation shows it's AddThis service problem itself - not Wiki extension.

Directly it's because of this line <div class="atclear"></div> witch is injected by AddThis JS...

Anyway, solution is to add this to CSS (skin css or global "MediaWiki:Common.css")

div.atclear { display: none !important; }

This post was posted by Sauron~mediawikiwiki, but signed as Sauron.

Reply to "Sidebar css broken on Modern skin"