• Resolved mikejpryor

    (@mikejpryor)


    Hi, I love your plugin it is ace. I’ve just started using Albums, Basic Compact ones to be precise. Is it possible to change the colour of the caption text below the image, and is it possible to remove the “x photos” text please, maybe with CSS ? Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – Custom CSS is likely going to be your best bet although you might need to create your own custom template depending on the extent of the modifications you would like to see.

    The following should handle the number of photos:

    /** Hide number of photos in compact album display */
    .ngg-album-gallery-image-counter {
        display: none;
    }

    While the color of the text itself might need a bit more details, can you share the URL of the album you are referring to?

    Thanks!

    – Cais.

    Thread Starter mikejpryor

    (@mikejpryor)

    Hi, the “hide” css works perfectly, thanks. Unfortunately I can;t send you the url because its a coming-soon site (well, I could give you an Admin log on of course). At the moment the text below the image comes from either the TITLE field in the Gallery or from the LINK TO PAGE field, and appears in black text left justified below the image. If possible I would like it to be in #CCCCCC colour (like the rest of my site) and centre justified. Thanks

    Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – Unfortunately, without seeing it first-hand the description is not providing enough for us to work from.

    You could try sending us the details via a “bug report” here: https://imagely.com/report-bug/ if you are not comfortable publicly removing the maintenance block from the site.

    Thanks!

    – Cais.

    Thread Starter mikejpryor

    (@mikejpryor)

    OK, I’ll do that thanks. I really don’t want to take it out of maintenance mode for now because it is work in progress. Thanks.

    OK, I have done that but cannot attach an image to the bug-report. Is there a way to do this please ?

    Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – Let’s carry on in the Bug Report, you should be able to attach items there.

    Thanks!

    – Cais.

    Thread Starter mikejpryor

    (@mikejpryor)

    Hi Cais, unfortunately I cannot see any option to attach a file/.bmp to the Bug Report. OK, I will put an album up on one of my live sites to show you what I mean, I’ll do that in the next couple of days. Thanks

    Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – If you are replying to the help-desk emails you can attach an image in your email client. If you are using the help-desk directly you can attach an image there as well.

    Thanks!

    – Cais.

    Thread Starter mikejpryor

    (@mikejpryor)

    Hi Cais, I’m sorry that I am being thick, but I don’t know how to access the help-desk e-mails. This message comes to you via https://wordpress.org/support/topic/nextgen-basic-compact-album-2/#post-9755610 and I then receive a mirrored e-mail with your reply but from a no-reply address. So I don’t know where the help desk e-mails exist, sorry. Tomorrow I intend to build a new page on a live site to show you the ‘problem’. Thanks

    Thread Starter mikejpryor

    (@mikejpryor)

    Hi Cais, I have now put up a demo page to show you what I mean and what I would like to do. I hope this makes sense. Many thanks
    http://andthebizness.co.uk/?page_id=2535&preview_id=2535&preview_nonce=751623310c&_thumbnail_id=-1&preview=true

    Thread Starter mikejpryor

    (@mikejpryor)

    Sorry, this is a better url
    http://andthebizness.co.uk/?page_id=2535

    Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – I suspect this is your bug report ticket: https://imagely.freshdesk.com/helpdesk/tickets/20535

    The current styles of the font are being provided by your theme’s defaults. You could probably look at using the following element to specify the album’s text better:

    a.ngg-album-desc { ... }

    Thanks!

    – Cais.

    PS: We can carry on here or move to the bug report if you prefer.

    Thread Starter mikejpryor

    (@mikejpryor)

    Hi Cais, ah yes I can understand how the Theme is defining the fonts. I’ve now put this parameter into the CSS and changed the color and it works perfectly. Thank you so much for your help, I really appreciate it

    Plugin Contributor Imagely

    (@imagely)

    @mikejpryor – Glad to help!

    – Cais.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘NextGen basic compact album’ is closed to new replies.