Okay
  Public Ticket #1565950
OT GALLERY
Closed

Comments

  •  1
    lenawawebsolutions started the conversation

    I created a Gallery for my products , which is natural stone , the issue that in the Gallery it only show thumbels it does not show stone name though i filled all fields of title/discription ext.. 


    so how can i make the name appear under or over every pic inside the gallery ?

  •  2,009
    Ocean replied

    Hi,

    Please replace these files to folder "wp-content/themes/buildpro"

    Then please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    .gtitle{
      font-size: 24px;
      font-weight: 500;
      color: #fff;
      opacity: 0;
      transition: .3s;
    }
    .pic-hover:hover .gtitle{
      opacity: 1;
    }
    
  •  1
    lenawawebsolutions replied

    Hello i tried this but did not function yet i can not see the name of the image

    please check : https://lenawa.com/stonetest/granitos/

  •  2,009
    Ocean replied

    Hi,

    I saw you didn't replace attach files:

    "Please replace these files to folder "wp-content/themes/buildpro""

  •  1
    lenawawebsolutions replied

    Hello 

    I did upload the files please check attachment : pic 1


    also when i go to Appearance > Customize > Miscellaneous > Custom Code


    i get this please check attachment : pic 2



  •  2,009
    Ocean replied

    Sorry, you need to tick "Show Title" in OT Gallery.

  •  1
    lenawawebsolutions replied

    I do not have this option under columns , please check attached file  

  •   lenawawebsolutions replied privately
  •  2,009
  •   lenawawebsolutions replied privately
  •  1
    lenawawebsolutions replied

    Issue solved thank you for the support .

  •   lenawawebsolutions replied privately
  •  2,009
    Ocean replied

    Hi,

    You can remake this(see attach image).

    We'll update it in next version.