Reckons Team Google Custom Search [Deleted]

Hello,

ist this right:
PHP:
{
    background-image: none !important;
]

or should it be:
PHP:
{
    background-image: none !important;
}

?

Updated german translation is also on the way ... :)
 
I'll release the new version when I got something new to added :)

For people who want to fix this small issue, you can open the xml file
Find:
HTML:
#QuickSearchQuery:active,
#QuickSearchQuery:focus
{
    background-image: none !important;
]
</xen:if>]]
and replace it with
Code:
#QuickSearchQuery:active,
#QuickSearchQuery:focus
{
    background-image: none !important;
}
</xen:if>]]
 
I'll release the new version when I got something new to added :)

For people who want to fix this small issue, you can open the xml file
Find:
HTML:
#QuickSearchQuery:active,
#QuickSearchQuery:focus
{
    background-image: none !important;
]
</xen:if>]]
and replace it with
Code:
#QuickSearchQuery:active,
#QuickSearchQuery:focus
{
    background-image: none !important;
}
</xen:if>]]
Will wait for updated fix before install.
 
All the updates have been great. The only real problem I'm having is that with ads enabled, they only rarely display. I can't really figure out why that is either...
 
New 1.0.6 still not displaying correctly on sites using Ui.X
Probably UI.X incompatibility as we have no problem on our forum.
^ That probably. I don't use any theme frameworks so I got no idea.

All the updates have been great. The only real problem I'm having is that with ads enabled, they only rarely display. I can't really figure out why that is either...
Have you tried entering your adsense pub-id in ACP?
 
@batpool52! The guys from Audention just installed a custom theme on my forum based on UI.X. As reported, the layout of your addon isn't working as intended.
I've asked them to take a look at it and share the information so you can encompass it in your new version ;)
When I have an update I will tell you.
Keep up the good work!
 
Looks fine to me.
upload_2015-4-7_18-6-59.webp
Also note that Google Adsense doesn't allow more than 3 ads in a page so that could be the reason why it doesn't appear sometimes on your forum as I noticed there are 3 (or so) ads per page.
 
  • Like
Reactions: rdn
Top Bottom