cngcng
Forum Replies Created
-
Forum: Plugins
In reply to: [FancyBox for WordPress] Title disappeared for the gutenberg gallery optionIt works perfect now! Thank you for the help 🙂
Forum: Plugins
In reply to: [FancyBox for WordPress] Title disappeared for the gutenberg gallery optionYes, the caption appears now, thank you. However pictures are not align to the middle vertically and the caption is right on top of them.
I used below styles to control the caption and they worked for 3.2.0.
.fancybox-custom-caption {
text-align:left !important;
padding-left: 15px !important;
padding-bottom: 10px !important;
font-size: 15px;
background: #fff !important;
bottom: -40px !important;
}I can rollback to 3.2.0 to show the differences if you need.
Thank you,
CForum: Plugins
In reply to: [FancyBox for WordPress] Title disappeared for the gutenberg gallery optionSorry for late reply. My website is http://www.plutolab.esy.es
Forum: Plugins
In reply to: [FancyBox for WordPress] Title disappeared for the gutenberg gallery optionThe image title don’t pass to the HTML:
For the default / class=post options:
<div class=”fancybox-caption”><p class=”caption-title”>Ring & circle pattern (metallic)<span id=”image-no”>1 of 3</span></p></div>For the gutenberg gallery option it just emptied:
<div class=”fancybox-caption”></div>Thanks!
Forum: Plugins
In reply to: [Force Login] How to bypass the 404 Error page?Hi Kevin,
You solved my problem. Thank you 🙂
CNG