you made wonderful progress with the plugin – i remember the days when we had to use entities…that was stressful.;)
Now normal hmtl is working and this is great. But…
I can’t get the tooltip to show in the section title. Is that not supported or am i doing something wrong?
I wonder why the section title is shown when there is no post but only sub sections.
Depending on the used theme, this can be ugly. So here is a tip to remove the section title element if it hasn’t any posts:
– Open “wp-content\plugins\basepress\themes\[THEME]\template-parts\single-section-content.php” from your used theme.
– Search for the first <div> after the line “foreach ( $bpkb_sections as $bpkb_section )” and append some php code to the div class name.
The class name is depending on your theme.
f.ex. for the modern theme:
CHANGE:
<div class="bpress-single-section">
TO:
<div class="bpress-single-section<?php if(empty($bpkb_section->posts)) {echo " bpress-headline-only"; } ?>">
– then you can add the following custom css to the custom css section in the theme settings:
.bpress-headline-only {
display: none;
}
]]>Case study :
i turn off(not display) section ttile, it work at desktop but not working in mobile
if it any code for help ?
Thank you very much !
]]>Thankyou
]]>I am using field groups to separate my fields but I have one question:
– How could I display the field group title like a section title in the registration form?
Thanks.
]]>https://themeforest.net/item/wedding-responsive-single-page-wordpress-theme/4573910
I’d like to remove the ribbon banners from the section titles? Just wondering where to modify the stylesheet for this.
Thanks
]]>Thanks
Tash
Thank you for the awesome plugin! I need some help with my form at https://www.illustrationmuch.com/kbi/?wpgform_qv=287
1. How do I remove the post Author and Date from the top?
2. The only options for the section titles are H1 and H2. How do I customize it to something else? Those tags are already being used in other parts of the website.
3. The Asterisks are showing up on a separate line. How do I keep it inline with the question and mark it red? I’ve already added the display:inline-flex
part to the CSS.
4. How do I increase the width of the text boxes?
Awaiting your response.
Thank you!!
https://www.ads-software.com/plugins/wpgform/
]]>