• Resolved relle

    (@relle)


    Hello,

    I’m no longer able to select bold or italics for the caption text for the Lightbox Masonry image gallery.

    It was working before…but now the “pop up” where you select bold or italics is not showing when you select the text

    Please advise, thanks
    Relle

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Hey @relle,

    Thanks for reaching out!

    Unfortunately, there is a bug with the CoBlocks plugin described here:
    https://github.com/godaddy-wordpress/coblocks/issues/1717

    In order for you to be able to change font-style for your Masonry Gallery captions, as a temporary solution I recommend the following:

    – Open Appearance > Customize > Additional CSS and add the following CSS code:

    
    .wp-block-coblocks-gallery-masonry.bold figcaption{
    	font-weight:bold;
    }
    .wp-block-coblocks-gallery-masonry.italic figcaption{
    	font-style:italic;
    }
    

    – Publish your changes (https://prntscr.com/vv40mt)

    What we did is we defined bold and italic classes for your captions – all you need to do now in order to make your captions bold or italic or both is to add simple text (classes) bold and/or italic here:
    https://prntscr.com/vv4668

    The steps provided above should help you until we fix the bug.

    Kindly let me know if this helps.

    Have a nice day! ??
    Milos | GoDaddy

    Thread Starter relle

    (@relle)

    Hello Milos,

    Thanks for getting back to me.

    I don’t want to make all the caption text in the lightbox bold though just one word.

    Otherwise I would just add:

    .coblocks-lightbox__caption {
    font-weight: 700;
    }

    I’ve currently Version 2.5.3 installed — is it possible to revert back to an earlier version of the plugin where the caption formatting is still working?

    Unfortunately, I don’t have a current backup of the site…

    Please let me know! ??

    Thread Starter relle

    (@relle)

    I mean which one of the previous version should I download?

    https://www.ads-software.com/plugins/coblocks/advanced/

    Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Hey @relle,

    Thanks for your reply.

    You can rollback the plugin to the version 2.3.2 since the caption formatting is working just fine on that version.

    Hope this helps!

    Kind Regards,
    Milos | GoDaddy

    Thread Starter relle

    (@relle)

    Hello,

    I’m still using version 2.3.2 of CoBlocks. As the caption bug is not fixed yet…

    https://github.com/godaddy-wordpress/coblocks/issues/1717

    Is it safe to update to WordPress version 5.6?

    I mean, is CoBlocks version 2.3.2 compatible with WordPress version 5.6?

    Please let me know.

    Kind regards
    Relle

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Caption text formatting (e.g. bold and italics) no longer working’ is closed to new replies.