Ad Agency conflict with The World News template?

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Fri May 25, 2012 4:55 am
I've been using iJoomla Ad Agency on a Rocket Theme template with no problems. Now I'm migrating my sites to Gavick Pro templates which are way better produced and designed than RT. But I'm running into a problem with Ad Agency on The World News template: every time I hover the mouse over the flash banners, a gray box covers the ad. The link is still live but the banner disappears behind this gray box.

Something similar happens on my Google AdSense ads too, but in this case the gray box appears behind the ad, so it's ugly but not destructive.

By the way, you can see the problem here: http://brpreview2.cloudaccess.net/
All ads on this site are being displayed through Ad Agency. Notice that the yellow banner on the right side of the page is a flash banner and disappears when you hover the mouse over it.

Other than that, this template is working flawlessly and it's exactly what I've been looking for a long time.

Does anyone know a solution for this problem? Thank you so much for any help provided.
Last edited by GK User on Fri May 25, 2012 4:59 am, edited 1 time in total.
User avatar
Fresh Boarder

GK User
Fri May 25, 2012 11:20 am
The problem is related with overriding adverts styling by template code, the images are display in table (the worst solution) but you can delete tables styling from template and this should fix the problem, please open file joomla.css and between lines 1029 and 1034 delete/comments this part of code :

Code: Select all
table tr:hover {
   background: #f0f0f0;
}

table tr td:first-child {
   border-left: none;
}
User avatar
Platinum Boarder

GK User
Fri May 25, 2012 1:47 pm
Thank you so much. I deleted those lines and the problem is gone. Working perfectly now.
Great support!!
User avatar
Fresh Boarder


cron