Hello,
I'm wondering if it's possible that we use caption tag or other heading (h4, h5...) instead of the existing h3.
Thanks in advance for your help
@SOLSO
You can edit the mentioned headings under: "slideshow-gallery/views/default/gallery.php" there you should be able to find the h3 tags.
Please make sure to follow this guide in order to make changes to the plugin code: http://tribulant.com/docs/wordpress-slideshow-gallery/9577
Let us know if it helps.
All the best!
We have created the child theme "slideshow" folder in theme folder and uploaded two files gallery.php and font.css
Then, we have tried to change h3 tag with h4 but this tag value is replaced by the js code so for changing the h3 tag with h4 or others we need to change in gallery.js file also
It works fine but when i have used gallery.js in plugin folder directly but not in child theme. In this case, it's not working.
What should we do ?
It looks like you're new here. If you want to get involved, click one of these buttons!
Please wrap your code in <pre lang="php">code here...</pre> or <code>code here...</code> tags
<pre lang="php">code here...</pre>
<code>code here...</code>
Please edit your topic and add [Solved] to the start of your title when your question has been answered
Comments
@SOLSO
You can edit the mentioned headings under: "slideshow-gallery/views/default/gallery.php" there you should be able to find the h3 tags.
Please make sure to follow this guide in order to make changes to the plugin code: http://tribulant.com/docs/wordpress-slideshow-gallery/9577
Let us know if it helps.
All the best!
We have created the child theme "slideshow" folder in theme folder and uploaded two files gallery.php and font.css
Then, we have tried to change h3 tag with h4 but this tag value is replaced by the js code
so for changing the h3 tag with h4 or others we need to change in gallery.js file also
It works fine but when i have used gallery.js in plugin folder directly but not in child theme. In this case, it's not working.
What should we do ?