• Resolved dragonsjaw

    (@dragonsjaw)


    I thought I would give Pref-lite a trial run to see how it works and see how support responds before I buy the Pro version.

    I would like to have the Gallery images to have a fixed- visible caption, no hover.

    Is there a way to make the caption revert to the default WP caption?

    This piece of css may be the culprit, but short of removing it from the Parent theme I don’t get how to disable it?

    .gallery-item:hover .gallery-caption {
    	opacity: 1;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Dragonsjaw,

    Could you please provide a link to your site so we could provide you the exact solution for you.

    Thanks.

    Thread Starter dragonsjaw

    (@dragonsjaw)

    Well that’s quite a catch-22.
    I can’t post site here, as it is not a dev site.
    I can’t post an email to you from your site
    http://www.styledthemes.com/membership-required without paying for a theme.

    I will revisit this in a few days..

    But just to be clear, I am only using WP media gallery option. I want to be able to have the caption fixed below image which is WP normal function. The hover/overlay you have going on is nice for some galleries, but not for what I need to use this gallery for.

    Seems to me there should be an option to tick, use WP default gallery / caption or use your theme one.

    Hi dragonsjaw,

    You can send the link to [email protected].

    Thanks.

    Thread Starter dragonsjaw

    (@dragonsjaw)

    Thank you Styled Themes for responding.

    I was originally trying to use WP Gallery and that is where the hover over to get caption was annoying me as I need the caption visible and fixed at all times.
    So then I decided to see if just loading each image individually had the same effect, and fortunately for me, it did not!
    Kind of cumbersome to add 40 album covers one at a time, but it does give me the fixed below image caption that I needed for this project.

    Thank you
    I will be using the email you provided to get some pre-purchase questions answered.

    Hello dragonsjaw,

    You can use the following code of css to make visible caption of gallery without hover:

    .gallery-caption{
         opacity:1.0;
    }

    Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

    Thanks

    Hi dragonsjaw,

    We didn’t get your reply since 1 month. We hope you got the solutions of your issue.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Caption on Gallery – need it fixed without hover’ is closed to new replies.