Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] URL Stats not visibleHi @abhis20 !
Go to Helpful -> Settings -> Details and then click on Dashboard Widget.
There you can set if and what is displayed in the Dashboard. You won’t get an overview of all posts anywhere else.
Note that you must keep Helpful up to date so that the screenshots apply to you.
Thank you for your feedback!
- This reply was modified 6 years, 8 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] MoreHi 9abor,
thanks for your feedback! If Helpful is displayed there, it’s an error from the theme. Helpful is already set so that it is only shown in single views.
So the theme author did something there that WordPress thinks it’s a single view.
I also always work with the More-tag on my pages and it works fine. But there is no error there either.
Maybe you write down the support of the theme first? I don’t know what I should change now, because Helpful is only displayed in the single view.
But so that you don’t stand there with empty hands, I can at least write you what helpful does:
Helpful is output at the end of the_content() if is_singular() applies.
Hopefully this will help you a little.
Greetings Kevin
EDIT:
A simple solution with CSS:
.vcex-blog-entry-excerpt .helpful { display: none; }(wp-admin -> Appearance -> Customize -> Additional CSS)
Forum: Plugins
In reply to: [Helpful] Bug report, wrong link in adminThank you for your feedback, which Helpful version are you using?
I’m currently having trouble identifying the bugs because it works fine on all my sites.
Forum: Plugins
In reply to: [Helpful] Nothing shown under “feedback” pageThank you very much for the information! I can’t reproduce the error, anyway:
If no text was specified, it can be that the entries are incorrect. They may still be from an old Helpful version where incorrect entries were not sorted out.
You can solve this with the maintenance under Helpful -> Settings -> System. If this doesn’t work, I would need a screenshot of your database table (with the incorrect entries). The table is approximately _helpful_feedback.
Forum: Plugins
In reply to: [Helpful] Nothing shown under “feedback” page- Which browsers do you use?
- Do you have the latest WordPress version installed?
- Which version of Helpful do you have installed?
I always need some information to help you. Nobody has had the problem yet. There is also no option. Actually all entries should be shown. You can filter between Pro and Contra above.
Forum: Plugins
In reply to: [Helpful] Show some widget features by defaultThe widget and all content are now displayed when Helpful is activated for the first time.
Thanks for your feedback!
Forum: Plugins
In reply to: [Helpful] Remove columns from post listsThe admin columns can now be deactivated in the Helpful settings.
wp-admin -> Helpful -> Settings -> Details -> GeneralVersion: 4.0.20
Forum: Plugins
In reply to: [Helpful] Shortcode issueThanks for your feedback! Should be fixed with the latest version (4.0.20).
Forum: Plugins
In reply to: [Helpful] Where to see results?@burlyqlady No problem, that’s what the Support Forum is for! 🙂
Forum: Plugins
In reply to: [Helpful] Where to see results?@burlyqlady As I wrote you before, you can see this directly under
wp-admin -> Posts, if you have checked in the settings:wp-admin -> Helpful -> Settings -> Details -> Post Types -> Posts.Forum: Plugins
In reply to: [Helpful] Where to see results?You can see the number of pros and cons in the overview lists of your posts in the WP_Admin. You have to select the correct post types in the Helpful settings.
You can also change the settings to show the last Pros and Contras in the Dashboard Widget.
wp-admin -> Helpful -> Settings -> DetailsForum: Plugins
In reply to: [Helpful] Remove columns from post lists@shipperhq I’m afraid we can’t do that at the moment. I will consider this in the next update and then inform you here. This may take a moment.
Forum: Plugins
In reply to: [Helpful] Show some widget features by default@bfintal Good idea. I will pack into the next update! Thanks for your feedback!
I’ve always assumed that people look around in the settings first, or at least look through the changelogs for updates. Good to know that this is not the case!
Forum: Plugins
In reply to: [Helpful] Helpful widget for category and subcategory@vijaykumarp I don’t know exactly what you mean, but you can disable Helpful in the settings and then use the shortcode (
[helpful]) of Helpful. You can also integrate this in the WordPress theme:<?php echo do_shortcode('[helpful']); ?>You can also create your own Helpful template and use icons instead of Yes or No:
Forum: Plugins
In reply to: [Helpful] Shortcodes not working after voting@mygain Yes, the current version has the feedback form. You have to click in the Helpful settings under Feedback and select the appropriate items. The feedback form is available since version 4.0.0. Since 4.0.0 no Contact Form works anymore, because it was too error-prone.