• Resolved livelyevers

    (@livelyevers)


    I am shocked there isn’t a way to add a ‘rich text’ editor as a field for profiles. I’m hoping users could add links, images, and formatting to their bio’ as they fill them out.
    Is there any workaround for this? Is this something that could be added soon?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @livelyevers,

    We have added this feature to our roadmap and will review it for possible inclusion in our upcoming release.

    Let us know if you have any other questions.

    Thread Starter livelyevers

    (@livelyevers)

    Thank you. I appreciate it.

    Thread Starter livelyevers

    (@livelyevers)

    Hello, I see that in a recent release that the rich text editor was added to the ‘bio’ field but it appears to have a bug that does not recognize paragraph breaks. Each time I save it and look at the public facing profile there are no paragraph breaks and most of the formatting is removed. Can you please troubleshoot this?
    Here is a url:
    https://www.test.yogaslackers.com/teacher/?uid=Raquel%20Hern%C3%A1ndez-Cruz

    Thread Starter livelyevers

    (@livelyevers)

    Another issue found. I need to add multiple rich text fields, but the only field that has it is the ‘biographical Info’ field. Instead of creating a second or third rich text field, it just adds multiple instances of the first biographical info field, and all the fields after the first don’t have the rich text toolbar showing and have other layout issues. Please fix this asap.

    Also, can you please add a youtube channel field similar to the facebook and instagram specialized url fields?

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @livelyevers,

    We will fix the paragraph break issue in our upcoming release.

    Currently, ProfileGrid allows to add only one ‘biographical Info’ field.

    YouTube URL field is already available to add in group fields. You may add the field by referring the following steps:

    1) Login to WordPress dashboard, Go to Group Manager page.
    2) All Groups will be display here, go to Fields link for a group
    3) Next you will see the list of fields for that group. You can edit, delete or add fields from here.

    Let us know if you need further assistance.

    Thread Starter livelyevers

    (@livelyevers)

    Hell, thank you for fixing the paragraph issue soon, that is great to hear. Any estimate on when the release will happen?

    I understand there can only be one ‘biographical info’ field. I am requesting a custom or generic rich text field, not multiple biographical info fields. In the same way you have the ‘text area’ field, can you please please add a ‘rich text’ field? This seems very important and would be useful to anyone.

    Regarding the youtube, there was a misunderstanding. I know how to add new fields for a group, there is a field already for a singular youtube video, what I am requesting is a youtube channel field. This would be similar to your facebook page url field, and would be a place for users to put the link to their youtube *channel. Not a video.
    Thank you

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello?@livelyevers,

    Our target is to release the fix by mid of next week.

    We have noted your suggestions and?have moved it to our user requested features list. You will see some action on this in a future update.

    Your patience is highly appreciated. Do let me know if you have any other questions.

    Thread Starter livelyevers

    (@livelyevers)

    Thank you again for your quick response!
    Ok, so I can expect to have a generic rich text field that I can add in the next few weeks? If not, I may move away from your plugin and need to know as a client needs this functionality.
    Thank you

    This plugin integrates very well

    TinyMCE Advanced

    Thread Starter livelyevers

    (@livelyevers)

    Hi, thank you for the suggestion. I had already tried installing that plugin and it does not replace the ‘text area’ field with a rich text editor on the front end ‘edit profile’ page. If I am missing something please let me know. Thank you

    Thread Starter livelyevers

    (@livelyevers)

    Hello again, I just went through the process of manually adding some js to replace each textarea with a tinymce editor. Unfortunately when I save the input it removes all the rich text formatting, and any media I add in to the editor doesn’t get saved. Hoping this can be fixed soon. Thank you.

    Here is the code I have added:

    tinymce.init({
            selector: 'textarea',
            height: 400,
            toolbar: 'undo redo | formatselect | ' +
              'bold italic backcolor | alignleft aligncenter ' +
              'alignright alignjustify | bullist numlist outdent indent | ' +
              'removeformat | help | media',
              plugins: "media",
      media_url_resolver: function (data, resolve/*, reject*/) {
        if (data.url.indexOf('YOUR_SPECIAL_VIDEO_URL') !== -1) {
          var embedHtml = '<iframe src="' + data.url +
          '" width="400" height="400" ></iframe>';
          resolve({html: embedHtml});
        } else {
          resolve({html: ''});
        }
      }
            });
    
    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @livelyevers,

    We have released the fix for paragraph break issue. Surely you will see some action on multiple rich text field in future release.

    Thread Starter livelyevers

    (@livelyevers)

    Hello, thank you! I just checked it and it is still not working correctly. When I go into the ‘edit profile’ page and add any formatting such as headings, paragraph breaks, bullet points, media, etc and save, none of that formatting carries over to the saved profile view. Any idea why?
    https://www.test.yogaslackers.com/teacher/?uid=Nicky%20Evers

    Thread Starter livelyevers

    (@livelyevers)

    I have screenshots of the before save/after save showing how the html is stripped upon save or upon loading/query. Can’t add them here though.

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @livelyevers,

    The issue is not replicating at our end. In order to check the issue on your site we will require access details. Please reach out to us through our support page on our site and we can help you in order to allow us assist you further.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Rich Text in description field’ is closed to new replies.