• Resolved nyakuza

    (@nyakuza)


    Is there any way to stop the Helpful code from being generated on specific pages?

    I currently use “display:none” CSS code to hide the feature on pages where I don’t want it to appear, but it means that the code is still there, just not visible. And in most cases this is an acceptable solution.

    However, on one page I use a “:last-child” CSS selector to style the last paragraph in the page – but if the Helpful feature is there, even hidden, it gets targeted instead of the last visible piece of content on the page.

    So ideally, I’d find a way to stop the Helpful feature from being generated when that page loads.

    Thanks in advance for any advice you can offer.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DAEXT

    (@daext)

    Hello nyakuza,

    the feedback form can be displayed/hidden on a per-post basis using the Status selector available in the Helpful post editor sidebar section.

    If this post editor sidebar section is not visible you can enable it with the toggle included in the post editor Preferences menu.

    See:

    https://ibb.co/f1b5DJB

    Thread Starter nyakuza

    (@nyakuza)

    Thanks for the speedy reply!

    Unfortunately I have to use the Classic Editor, rather than the newer Gutenberg one, so I don’t have those options. Is there any other way I could record this choice – perhaps I could manually add a line to the database?

    Plugin Author DAEXT

    (@daext)

    Hello nyakuza,

    I created a ticket to add a meta box to handle this selector with the Classic Editor.

    Right now you can add/modify the post meta from your database.

    In the [wp-prefix]_postmeta db table you can set the meta key “_helpful_status” and use “0” for disabled and “1” for enabled. The post_id should always reference the post.

    Thread Starter nyakuza

    (@nyakuza)

    That’s great, thanks! I just tried that database fix and it works perfectly.

    Plugin Author DAEXT

    (@daext)

    Thank you for the update.

    If you like the plugin please consider leaving a review in the dedicated review area.

    Best regards.

    • This reply was modified 1 year, 3 months ago by DAEXT.
    zo1111

    (@zo1111)

    Is there a way to exclude pages from the wp dashboard using classic editor? ty

    • This reply was modified 1 year ago by zo1111.
    Plugin Author DAEXT

    (@daext)

    Right now there isn’t an option to exclude pages from the plugin menus. This is another feature that might be added with a plugin update in the next few months.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Exclude from Specific Pages’ is closed to new replies.