Skip Navigation

[Resolved] Need help removing 'Comments subject to approval' text

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 7 replies, has 2 voices.

Last updated by CommMgr 7 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#540239
comments_subject_approval_line_issue.JPG

For reference: I am using the Divi theme with Toolset Types and Toolset Views plugins only. I am not using the Layouts or Divi Integration plugins.

Since activating my Toolset plugins, at the bottom of my post pages this text appears "Comments are subject to approval".

This text appears on both my Toolset posts and my regular posts. I am unable to "hide" it with CSS and not sure where it is coming from.

See screenshot for reference.

Thank you for your assistance...
CommMgr

#540307

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

Thank you for contacting our support forum.

Would you mind providing me to a link to this page maybe I can provide some css to hide it for you.

Thanks,
Shane

#540513

Hi, Shane...

Here is the link to one of the Session posts
hidden link

I was unable to hide the text with CSS because it is not in a div or associated with any class or id. It just appears on the page as you can see in my screenshot.

Appreciate your assistance.
CommMgr

#540572

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

It might be better if I took a look at this this through the backend.

The private fields will be enabled so that you can provide me with the credentials.

Thanks,
Shane

#540613

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Chris,

I was able to take a look at the duplicator again for this. Disabling the toolset plugins the texts still showed up on even the default Post types.

This text is actually generated by a line of code in your child theme's single.php

if (et_get_option('divi_integration_single_bottom') <> '' && et_get_option('divi_integrate_singlebottom_enable') == 'on') echo(et_get_option('divi_integration_single_bottom'));

This line is located at line 119 of the file and once you comment out this or remove it then the text should no longer appear.

Thanks,
Shane

#540645

Hi, Shane...

Wow...thank you so very much for finding that for me. The line of text is now gone. Your help is appreciated.

CommMgr

#555187

Hi, Shane...

I need to reopen this thread as there is now a new issue. When I remove this line of of code, it removes the "Comments subject to approval" on my blog posts AND on the Toolset posts.

Can you fix that line of code so that it doesn't appear on the Toolset posts only?

CommMgr

#555191

Hi, Shane...

I spoke too soon. I was able to remove the text with CSS. Sorry to have bothered you. This thread is now fully resolved 🙂

CommMgr

The forum ‘Types Community Support’ is closed to new topics and replies.