admin管理员组文章数量:1430757
Using the wordpress gallery below, I want to show the html content of an anchor tag so that when I click on a link to get to a specific gallery I will navigate to the anchor tag in the description section.
/
Enable HTML editor is clearly selected
HTML Tag is Visible
But my HTML does not appear in the gallery specific page for one of my galleries. Nor do I see any description section.
How do I resolve this?
Using the wordpress gallery below, I want to show the html content of an anchor tag so that when I click on a link to get to a specific gallery I will navigate to the anchor tag in the description section.
https://10web.io/plugins/wordpress-photo-gallery/
Enable HTML editor is clearly selected
HTML Tag is Visible
But my HTML does not appear in the gallery specific page for one of my galleries. Nor do I see any description section.
How do I resolve this?
Share Improve this question asked Apr 23, 2019 at 1:45 VaheVahe 1011 bronze badge1 Answer
Reset to default 0With some CSS/HTML I managed to solve my issue. But, I had to enable Gallery title right above the description setting checkbox in my screenshot.
HTML
<a href="/bwg_gallery/<slug-url-here>/#top" name="top"></a>
<h4>Title</h4>
Addtional CSS ( to hide the title since I already have a title above this one )
.bwg_gal_title_0:not(.bwg_gal_description_0){
display: none !important;
}
本文标签:
版权声明:本文标题:plugin development - How do I show the HTML descrption in wordpress photo gallery for my individual gallery pages? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745564383a2663671.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论