Image title/Caption below Thumbnail in wordpress native gallery

  • Author
    Posts
  • #20704
    Aei

    Hello Team,
    I am developing a site in local MAMP server based on Tempera theme.

    Is there any way we can display the image title/caption below each thumbnail ( not in the way of mouse hovering which tempera defaults provide ) when inserting default WordPress gallery in a page/post. ?

    Any help will be much appreciated.
    Thanks,Aei..

    #21630
    Zol

    Same question here. Any help would be appreciated.

    #26059
    Maasbeeld

    Same question

    #26411
    Kay
    Cryout Creations mastermind

    Hi guys!

    Hopefully this works as expected. Add the following code to the Custom CSS area or in your child theme’s style.css file:

    .column-text {
    position:relative;
    top:0;left:0;
    color:inherit;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }

    .column-image-inside {display:none;}

    We’re considering adding this as an option in a future update.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27367
    Zol

    The above sollution doesn’t work for me. any other idea?

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Image title/Caption below Thumbnail in wordpress native gallery’ is closed to new replies.