just building a new site with this template and got the premium version of it.
I have a problem with custom html modules:
whenever I manually add images to those modules, these images get a tiny but visible border. I have no idea where this comes from. The Joomla Editor sets border=”0” even if there is no border defined in the html code by myself.
To see the problem, have a look at soaw.de/2/ and the recruitment-box and the raidprogressbox.
thx a lot for your help
AS Templates
POSTED: 2011-11-01
BURNSIDE,
Please find the following in styles.php on line 425
Hi there, is it possible to delete the featured article box? I´m not using featured articles. But if there are none, the template still leaves the box of the featured article on the page. I cannot find any module or anything that is turned on (even it has no own module position....).
Any ideas?
AS Templates
POSTED: 2011-11-17
Please replace the following class in template.css file on the line 777:
hmmm did not solve the problem. I made the changes to the template.css and nothing changed:
http://www.soaw.de/2/
I only use positions above the featured articles box, thus it is right below all content and seperates the footer from the rest of the page in a bad style :-/
AS Templates
POSTED: 2011-11-17
In the article you missed closing div tag, please check it.
burnside
POSTED: 2011-11-17
hm i dont get it. there is no featured article that could miss any tags. i deleted them all. :-/
AS Templates
POSTED: 2011-11-17
But it looks fine now, can you please contact us by email and send a screenshot?
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
just building a new site with this template and got the premium version of it.
I have a problem with custom html modules:
whenever I manually add images to those modules, these images get a tiny but visible border. I have no idea where this comes from. The Joomla Editor sets border=”0” even if there is no border defined in the html code by myself.
To see the problem, have a look at soaw.de/2/ and the recruitment-box and the raidprogressbox.
thx a lot for your help
BURNSIDE,
Please find the following in styles.php on line 425
#colleft img,
#colright img
{
border: 1px;
border-style: solid;
border-color: #3A3A3A;
}
and replace the border to 0px.
Any ideas?
#colmain #component {
border: 1px solid;
float: left;
margin: 0 0 25px;
overflow: hidden;
padding: 25px;
}
With the following:
#colmain #component {
border: none;
float: left;
margin: 0px;
overflow: visible;
padding: 0px;
}
http://www.soaw.de/2/
I only use positions above the featured articles box, thus it is right below all content and seperates the footer from the rest of the page in a bad style :-/