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!

#1508 Display issues/tweaks

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 Thursday, 07 May 2015 20:51 UTC

CyberSpyder
 Couple of quick questions/issues related to the display.
Is it possible to show no thumbnails? The options for number of thumbs for first page and per page both start at one. I would like to be able to not show any thumbs.
Here is a link to a page that I am using EG on: http://www.tri-statespeedway.com/2015-photos/event/115492524790079021206@6142194904995816913.html#0
The page layout would be AWESOME, if there were not any thumbs to muck up the layout.

Second issue relates to the pagination. Reference the sample page above again. EG is using a font class that I have set to be lime green, which works great on the dark background. However, the background behind the pagination shows up as white and lime green on white is very hard to see. Is there somewhere in EG to change this?

Thanks!

sbluege

You can fix both with simple CSS. Just hide the thumbnails and recolor the button background.

>

CyberSpyder
Can you give us a pointer as to where these items are in the code? Line numbers, etc.?

sbluege
Just add this to your templates CSS file:

.ajaxpaging .navigation #pagerContainer{
	display: none;
}

#count .count {
	float: left;
	width: 20px;
	padding: 10px;
}

.pagination #count a{
	background: transparent;
	border: none;	
}

.pagination #count .active a{
	background: red;	
}

CyberSpyder
Perfect! I only had to tweak the background color for the pagination and that was easily accomplished.
Great work Sven! Love the product as a display gallery. Will be renewing again soon.