Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#1619 Display tweak needed

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by CyberSpyder on Monday, 13 July 2015 14:51 UTC

CyberSpyder
RE: Ticker #1508
I noticed today that the issue on the previous ticket about the pagination has returned. See example here: ttp://www.tri-statespeedway.com/photos.html
I double-checked the template.css file and the previously provided code is there.
Any idea why it would not work now? The code is still exactly the same as it was before and there is no other code in the template.css file.

sbluege
What do you mean? The green color? That's what your template defines for A tags.

CyberSpyder
Here is the rest of the ticket that was completed by email for others to see, if needed.

That pagination is correct. You helped me with that on ticket #1508.
The issue is before the individual photos, during a long listing in a category. Like here: http://www.tri-statespeedway.com/photos.html At the bottom of that list, the pagination is green on white background. This listing is from a EG menu link, if that helps.
Thanks.

The SOLUTION was:

Add this to your template.css

div.pagination a,
div.pagination span {
background-color: transparent !important;
}