globaldisciples
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Plugins
In reply to: [WP Crowdfunding] Login RecaptchaWe don’t have that Tab available. As we are using the free version. I am not looking to put recatcha on every page. The login area is all that is needed.
dev.globaldisicples.org (If I use the top bar widget it disappears on scroll)
Nevermind
.fl-editor-field .hide-if-no-js {
display: inherit!important;
}Works 🙂
Nevermind now that hides pictures in the WYSWIG
Better code that doesn’t disable the add media button
.fl-editor-field .hide-if-no-js {
display: block;
}This fixed it .fl-editor-field .hide-if-no-js {
display: initial;
}Thanks so much!
I am actually having this issue right now. – see https://dev.globaldisciples.org This happens on the slides that have even numbers….
Viewing 9 replies - 1 through 9 (of 9 total)