StyledThemes

No caption with galleries

Home Forums Main Forum Theme Suggestion Box No caption with galleries

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #16843
    Prisca
    Participant

    Hello

    For some reason captions are not showing on a new site – Circumference latest version. I am talking about the gallery – the WordPress gallery images – layerslider has nothing to do with that!

    Your reply to my email was very arrogant and did not give me a solution. I use Circumference on a lot of my sites and never had that problem before even though I use Layerslider on ALL my sites and captions are working fine on ALL my sites. Just this one with new version of Circumference – or may be another reason?

    No need to be arrogant – please. Just need a simple answer to my question. Why caption don’t show on that particular site. I use the same plugins everywhere.

    You have the specs for the site in my email.

    Thanks.

    #22130
    Prisca
    Participant

    Sorry – was talking about Binaya reply to my email.

    Shekhar, I would appreciate if you could take over. Thanks 🙂

    #22131
    Binaya D
    Participant

    Hi Prisca,

    Sorry for the trouble, I am not arrogant at all in my reply, I was just got confused. I don’t understand where do you find arrogance there. You can see the screenshot below.

    So please follow the following steps to fix the issue:
    Please edit the pages where you want to put the caption=> After that please click the image and you can see the edit and cancelled options above the image=> Then click in the edit option and you can see the caption this image in the below of every images, we have kept one caption to you for the example after you put the caption then click in the update gallery as well as update your page.

    Thanks

    #22132
    Prisca
    Participant

    Well I guess that’s my computer and just for that site.

    I attached 3 screenshots: 2 from the new site – captions backend – captions NOT visible on frontend – new version of Circumference and one from encounters – captions visible – same shadow.

    If you could send me the screenshots of what you see frontend new site – if I see the captions on yorus and not on mine then I will try to understand why but until then I will call it a glitch and will appreciate your help.

    Thank you.

    Captions-backend.jpg
    front-end-NO-caption.jpg
    encounters-Caption-Visible.jpg

    Attachments:
    You must be logged in to view attached files.
    #22133
    Prisca
    Participant

    The first image is caption backend new site – second one is same page but captions NOT visible new site frontend. Third one is Encounters captions visible.

    #22134
    Binaya D
    Participant

    Hi Prisca,

    It is in the default function of the theme, so while you hover the image then only it shows the captions, but we have fixed this in your site, so now it is visible, please check once. Or if want it same as before and we hope this is the issue, if it is not then please let us know.

    Thanks

    #22135
    Prisca
    Participant

    Ahhh – now I see the captions. And now I understand what you did in the latest version – I like it actually BUT the problem is if the visitors are as dumb as I am they may not think about hovering – can’t believe I did not notice that. I still would have wanted to change it for the reason I just said.

    Anyway thank you for enlightened me ..haha.

    Now can you tell me how you did it so I can do it on other sites? Also if you tell me how to get it in black/opacity like the one attached.

    I promise I won’t bug you anymore (hopefully) for a while!

    Thank you Binaya 🙂
    black-opacity.jpg

    Attachments:
    You must be logged in to view attached files.
    #22136
    Prisca
    Participant

    Please Binaya can you remove your attachments with my email address.

    Thanks 🙂

    #22137
    Binaya D
    Participant

    Hi Prisca,

    We have added following code to fix this issue:

    
    .gallery-caption {
        color: #000;
        opacity: 1;
        background-color: #fff;
    }
    

    Note: You should use the custom css plugin or child theme to write the css.

    Thanks

    #22139
    Prisca
    Participant

    I changed it to
    .gallery-caption {
    color: #fff;
    opacity: 0.7;
    background-color: #323232;
    }
    Now it is gorgeous – black almost transparent. And I always have a child theme.

    Please what did you change so the caption is fixed so I can reproduce on other sites? Did you change in the main css or in child theme?

    Also please remove your attachment with my email on it.

    Thank you Binaya 🙂

    #22141
    Binaya D
    Participant

    Hi Prisca,

    We have used child theme to write the css and we have used the following css to fixed the caption

    
    .gallery-caption {
    opacity: 1;
    }
    

    Thanks

    #16844
    Prisca
    Participant

    Thank you 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.