• Resolved salvatore1986

    (@salvatore1986)


    Hi to everybody!
    I’m new to wordpress and so I have some issues with advanced configuration.
    I was a piwigo user,that is a great engine for image galleries,but its really poor for seo standards,and so I’ve decided to try wordpress,that is realy great.
    I have to create a news blog with an image gallery(really huge),and so I’m using eazyest gallery because is the only one that allow me to use an already existent folder instead of the default wp_content/gallery, and also mantains the subfolders structure.I’ve tried to use other galleries,but because I can add photos only in the default folder,considering also that I have a lot of subfolders,the lenght of the resulting links will become excessive and out of seo standards.
    so I’m using eazyest gallery,but I don’t know how to display titles under folders and thumbnails?I think that I have to put css codes,but I’ve not undestood where!
    Can you help me?thanks a lot

    https://wordpress.org/plugins/eazyest-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • >> how to display titles under folders and thumbnails?

    See eazyest-gallery/themes/twentytwelve for an example template,
    first copy the template you want to change to your template directory.

    Thread Starter salvatore1986

    (@salvatore1986)

    I’m using the mh magazine lite theme,and I’ve found a way to fix the problem adding this in Custom CSS,in the mh magazine theme administration panel:

    .wp-caption-text.gallery-caption { display:block; font-size: 14px; font-weight:bold; color: #F60; font-family: Verdana, Geneva, sans-serif; text-transform:uppercase; }

    .header-wrap { background: #FFF; }

    .widget-title, .footer-widget-title {
    border-bottom: 3px solid #996600;
    }
    .main-nav {
    border-bottom: 3px solid #996600;
    }
    .page-title { font-size: 18px; font-weight:bold; color: #F996600; background: #996600;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display photos and folders titles and other doubts’ is closed to new replies.