After installing album photos module, my theme (amity island) seems to lose some <br /> formatting. After uninstalling the module, the theme gets back to its aspect. I guess there is some conflict between the module and the theme.
It's a real shame since this module is wonderful.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | picture02-photos-module-not-installed.png | 127.39 KB | enli |
| #2 | picture01-photos-module-installed.png | 150.98 KB | enli |
Comments
Comment #1
vm commentedscreenshots of problems like this help a great deal as the problem may be with the theme itself and not the module. The easiest way to figure out if it's a themeing issue is to switch to a core theme. If the core theme works properly then the issue may not be with the module itself.
Comment #2
enli commentedThanks for your reply but I see it is a problem of amity island theme. Unfortunately I can't understand what happens since
<p>,<h1>and other pieces of html code like these, which affect my theme and site layout.Unfortunately I have no idea of how to solve this problem.
Comment #3
vm commentedif its a theme problem you may get better support if you move this issue to that theme issue queue & provide a link to your site so that someone can inspect it with firebug.
Comment #4
enli commentedI discovered there was a problem with thickbox.css. I deleted the following lines at the beginning of it since they were overriding the default theme settings in each theme paragraph (
<p>,<h1>,<h2>, etc.)./* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<---------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
The problem is solved now... hope I didn't change anything essential.
Comment #5
vm commented