Gallery page - Image limit ?

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Mon Sep 29, 2014 1:39 pm
Hi,

I wonder if there is a maximum number of images I can attach to a Gallery Page.

It happens that I start getting numbers on top of the circles of the images ....


Thanks in advance.
User avatar
Senior Boarder

GK User
Mon Sep 29, 2014 1:45 pm
Hi,

Generally, there's no limit but it may looks weird with big amount of circles, could you please provide URL to your gallery, here or via PM? Then I'll check it exactly.
User avatar
Moderator

GK User
Mon Sep 29, 2014 3:17 pm
http://ibizahouserenovation.com/en/mortex/

As you can see, to the left and on top of the circles, appear numbers, which I guess are related to attached images that are not shown within the Gallery.
User avatar
Senior Boarder

GK User
Mon Sep 29, 2014 3:38 pm
I have saved the page and the images now seem to appear ... but the numbers remain at top left (on top of circles ...)
User avatar
Senior Boarder

GK User
Tue Sep 30, 2014 7:15 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gallery ol li {
   text-indent: -2000px;
}
User avatar
Moderator

GK User
Tue Sep 30, 2014 2:49 pm
Excellent !

Thank you !
User avatar
Senior Boarder


cron