Neosnc
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Feature Request voting?Ok I have been reading through the requests and feedback forum. Thank you for confirming it was removed @sterndata and for the new forum link @macmanx.
Forum: Plugins
In reply to: [WP Editor Comments Plus] Localhost – hardcodedThey are never run. Only in my local environment if I set a wpecp_local_dev to true then that script can load. wpecp_local_dev should always be false in production environments.
Forum: Plugins
In reply to: [WP Editor Comments Plus] UTF8 – Language encoding for buttons InfoHey that’s awesome to know that it’s working properly with UTF8. Feel free to reach out if any other issues come up.
Cheers,
KentaroForum: Plugins
In reply to: [WP Editor Comments Plus] Localhost – hardcodedHi Stagger, that code only runs if a global dev variable is set to true. There may be a more elegant way to load it but it shouldn’t affect any production sites.
Cheers,
KentaroForum: Plugins
In reply to: [WP Editor Comments Plus] “p” character in lower region of the edit boxThe p is for the default paragraph formatting tag. I will look into seeing if it’s possible to not select this in the formatting list.
Forum: Plugins
In reply to: [WP Editor Comments Plus] How can I upload ImageHi Dhruva, currently it’s not possible. This feature is coming soon.
Forum: Plugins
In reply to: [WP Editor Comments Plus] two comment boxes what am I doing wrong pleaseI took another look at your site Gary and it doesn’t appear you’re doing anything incorrectly. For some reason when WP Editor Comments Plus is activated, two #comment textarea elements are being added to the page. This should not be the case but I’ve looked through the code and cannot see why it is happening. It’s possible that another plugin is conflicting with it somehow and creating this issue or it very well could be a bug in my code of which I’m not sure what. Disabling Ajaxify comments didn’t seem to make any difference either.
The only suggestion I can make is to try disabling all plugins except WP Editor Comments Plus and see if the issue persists. If it does then the issue is with WP ECP and possibly combined with the theme. Sorry to see you’re having this issue when you’ve clearly set things up properly. Let me know if you decide to pursue this further and find any more clues to the duplicate textarea boxes.
Cheers,
Kentaro- This reply was modified 8 years ago by Neosnc.
Forum: Plugins
In reply to: [WP Editor Comments Plus] two comment boxes what am I doing wrong pleaseI’ve looked at your site comments and the editor is functioning properly. There’s nothing wrong with your theme or IDs but the layout is customized. The edit button and more comments elements need some styling work to position them properly.
You will need some CSS understanding to accomplish this but you can use the custom classes section to add a class to the edit button. Position the edit button absolute with right:31px and bottom:-5px or so. That leaves the view more comments element overlapping which would need to be moved down as well.
Since every theme has different layouts the plugin tries to be as none intrusive as possible. Beyond that the CSS classes are there to add specific styles to fit to your theme.
Forum: Plugins
In reply to: [WP Editor Comments Plus] two comment boxes what am I doing wrong pleaseHi Gary, looking at your theme most of the IDs look standard. Using the web inspector of Chrome or Firefox you can try comparing your theme’s WordPress IDs with a standard WordPress theme like Twenty Sixteen or Seventeen.
If you’d like to send me a test account with permission to configure the plugin I can take a look to see if I can spot the issue. I signed upon your website as [email protected].
Forum: Plugins
In reply to: [WP Editor Comments Plus] Delete comment for logged usersCurrently it’s planned to be globally on or off with an optional timeout period.
How do you mean by settable option?
- This reply was modified 8 years, 1 month ago by Neosnc.
Forum: Plugins
In reply to: [WP Editor Comments Plus] Delete comment for logged usersHi Michael, thanks for checking out the plugin. I’ll add the option to delete comments in the list of potential future features. When I get to updating again I will see how much work it will involve to implement.
Cheers,
KentaroForum: Plugins
In reply to: [WP Editor Comments Plus] fatal error on line 655Hi Walpap,
Line 655 of WPEditorCommentsPlus.php relates to ‘Toolbar row 1’ in settings. You can try saving any custom settings there in a file and emptying the rows. There should be no [ or ] characters in the toolbar rows.
- This reply was modified 8 years, 3 months ago by Neosnc.
Forum: Plugins
In reply to: [WP Editor Comments Plus] fatal error on line 655Hi Walpap,
The first thing it could be is a conflict with another plugin. Can you try disabling all plugins except this one and see if it works? Then re enable each plugin one by one to find the conflicting plugin.
I’ll try to look into that line you mentioned as soon as I have a chance. I work full time so only have access to my home computer after work hours.
Forum: Plugins
In reply to: [WP Editor Comments Plus] Comments Disappear When Clicking Post ButtonHi SooBahkDo,
I will try the two plugins and see how they behave together when possible. Thank you for the thoughtful reply and feedback on the plugin!
Cheers,
KFForum: Plugins
In reply to: [WP Editor Comments Plus] Comments Disappear When Clicking Post ButtonHi SooBahkDo,
Unfortunately I don’t currently have time to support compatibility with other specific plugins. WP ECP is free and developed in my spare time. Custom programming to support other plugins is time consuming and sometimes not possible due to incompatible code.
I will check into the modal box for images. Last I checked it was working correctly.
Comment Attachments is one of the more requested features for WP ECP. I will look into implementing a feature like that in the future.
KF