Nelson

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 7 years, 11 months ago

    I agree @misiman …. this is a bug that makes the plugin almost unusable, should have been caught before release as a premium priced plugin.

    @vapvarun, please have this prioritized. Its the easiest thing in the world to reproduce if you read any of the notes, or actually use the plugin for a few hours.

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    Please have the developers review this ASAP as well as the “paste options” for the paste handler extension which is built in to Medium-editor: https://github.com/yabwe/medium-editor

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    Try COPY/PASTING any article from another site, or WORD DOC into the editor, save/update the article, then go to edit it and it gets all sorts of screwed up.

    Please spend some time testing this and address quickly. Its impossible not to see errors in copy/pasting and broken html displaying when viewing the published post. I’ve sent several screenshots.

  • yes that is what i was referring to. If you publish a post with a featured image, then go into edit it, and try to delete the featured image, or change to a new one, then save the post. The new image does not save, its always the old one.

    Please check asap

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    i’ve played with this more now after over 10 users complained just today.. please check into this ASAP, as the html gets all screwed up if you write a post and then edit it, copy/pasting etc.

    The medium.js script you are using works great with html parsing on other sites, there is a big error in your implementation.

    Please check ASAP! we are…[Read more]

  • Nelson started the question Image uploading in the forum BuddyPress User Blog 8 years ago

    When an image is uploading, there should be a little animated/spinning icon so users know its actually loading. The static ‘loading’ image (seen in screenshot) has confused a lot of our users, especially when they are uploading a large image and it gets stuck in that state for 10+ seconds.

    There are a million gifs or pure css3 versions of doing…[Read more]

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    If you actually use the editor, test writing a real post, pasting some content in, adding images, publishing the post, then going back to edit it — you will see a TON of bugs with formating, showing random invalid <p> tags, links doing weird formatting things etc..

    I worry that you’re selling a plugin that is not ready to be live, and not being t…[Read more]

  • Once a user uploads a featured image and saves the post, they cannot delete it. The plugin keeps the same image no matter what.

  • Nelson replied to the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    This is a really bad error.. any kind of copy/paste leaves formatting which is next to impossible for users to fix without accessing the standard wp text editor. Please fix asap!

  • Nelson started the question Forum in the forum Social Blogger 8 years ago

    Doesn’t it make more sense to include this forum with the one social theme forum? Its the same theme, so its not very optimal to have two bug report forums for it.

  • updating userblog to the latest version causes 404 errors on all user profiles.

    I am using the root profile setup (define ( ‘BP_ENABLE_ROOT_PROFILES’, true );) so a users profile is at domain.com/username instead of domain.com/members/usersname etc.

  • updating userblog to the latest version causes 404 errors on all user profiles.

    I am using the root profile setup so a users profile is at domain.com/username instead of domain.com/members/usersname etc.

  • Nelson started the question HTML Parsing in the forum BuddyPress User Blog 8 years ago

    The editor is not parsing HTML properly on paste events. Sometimes you will see issues like the attached screenshot, where HTML is left over on paste events.

    I know that Medium.js which you are using to create the editor has options to correctly parse html on paste events. Please fix!

  • I dont see them, thanks!… If possible, it would be amazing to include a quick list of files that have been updated/changed for those of us who have had to make edits to the parent theme.

  • Nelson started the question This is not posting in the forum Social Blogger 8 years ago

    why?

  • I added that and it removed the options from the theme menu, but the theme still calls “<link rel=’stylesheet’ id=’redux-google-fonts-onesocial_options-css’ href=’https://fonts.googleapis.com/css?family=Merriweather%3A900&ver=1458955260′ type=’text/css’ media=’all’ />”

    please fix!

  • Nelson started the question Optimizations in the forum Social Blogger 8 years, 1 month ago

    The theme is a great start, but I was wondering if you could put some work into optimizations as it loads pretty slow (see screenshot).

    Few quick things I notice are the calls to “admin-ajax.php” take a really, really long time. Im wondering why you are calling admin-ajax.php when the user is not even logged in. You also include the 4 different…[Read more]

  • Yes this hides it, not removes it — the entire thing still loads. You should be able to disable this so it does not load every time and slow the theme down.

    Notifications should be moved to a templete part.

    Rigth now if you disable the admin bar with something like (add_filter(‘show_admin_bar’, ‘__return_false’);) your notification systems b…[Read more]

  • also if you read my original message, i am not entering ANY data into the TEXTAREA field. The validation flash to not lose unsaved changes is triggering even though no changes are being made to the TEXTAREA field. It flashes every single time.

    In your example you are entering data, and then trying to change the tab, and the flash appears as it…[Read more]

  • @vapvarun TEXTAREA field (its the bigger field with multiple lines and tinyMCE editor). In your example you are editing a SINGLE LINE FIELD.

    Add a TEXTAREA field to your Social Blogger demo and you will see the same error I am getting. Please check ASAP

  • Load More