@jdudi thanks for reporting. What theme / builder are you using? On which post type does this appear?
Thread Starter
jdudi
(@jdudi)
I’m using WPbakery. I tried a different plugin to turn off comments, and the blank block isn’t showing up.
@jdudi which other plugin did you use that didn’t cause the problem?
@jdudi thank you. From the screenshot, when I take a look at it, it seems that Impreza theme is reserving the comment section with the fixed height of 90 pixels, which would explain the blank vertical space you are seeing.
May I suggest that you use the Custom Code >> Frontend CSS module and add the following CSS to hide that comment section?
section.i-section.height_medium.for_comments { display: none; }
Thread Starter
jdudi
(@jdudi)
Yes, I already removed it via css, but I wanted to let you know, so you could check it.
@jdudi ah, got it. I’ll probably leave it at that for now, but thanks for letting me know. Will investigate further if more users are reporting a similar issue. My guess is that there are themes that would do something like that, of which it’s hard if not impossible to control/manage from within ASE.
- This reply was modified 14 minutes ago by qriouslad.
Thread Starter
jdudi
(@jdudi)
Thank you for your support!
@jdudi you’re welcome. If you haven’t, please kindly consider leaving a quick, 5-star review at ; and if you think ASE is not worthy of a 5-star review yet, please post further feedback on how you think it could be improved to be worthy of that. Thank you.
