-
Author
-
July 8, 2017 at 01:08 #166706pebbleartParticipant
Hi team, when I am logged into my site as a user and I go to my profile fields, if I have added a multi line description, there is an option to click “text” and then there’s an “img” button. When I click that I’m prompted to add a picture url and if I do and switch back to visual mode I see the picture rendered. However if I click save it does not save the image.
Can you tell me if this is a bug please? Thank you.
I currently have this theme on a fresh wordpress install with only the recommended plugins activated.
July 8, 2017 at 16:33 #166727Kieran_SQModeratorHi @Peebleart,
As strange as it sounds that is the correct behavior for this element, it’s a BuddyPress feature and not related to KLEO.
You may want to try this plugin https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ which may do what you need.
Hope this helps,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
July 9, 2017 at 15:51 #166788pebbleartParticipantThank you very much for your reply. So the Buddypress feature is designed to let users put images on their profiles that then disappear when they save? That doesn’t seem to make sense. Wouldn’t it be better to just not have that feature or hide it? Does it have an actual purpose? Is it a thing that other themes employ?
Thank you so much for your help, I’m just trying to understand.
July 9, 2017 at 16:28 #166794Kieran_SQModeratorHi,
From my understanding it’s an oversight with the editor they have used, it might be worth opening a ticket with BuddyPress with regards to this matter as it isn’t theme related. They’re allowing the input of HTML in a controlled way by using the editor, I can’t imagine they ever meant to use the image feature as it doesn’t fit the field type. You can hide it yourself if you wish with the following CSS added to your child theme’s style.css or in Theme Options > General > Quick CSS.
COPY CODEinput#qt_field_3_img { display: none !important; }
And to solve the issue of the text area not being fullwidth in the text tab please use
COPY CODEtextarea#field_3 { min-width: 100%; max-width: 100%; }
It’s worth giving the xprofile fields plugin a try, I feel like they may do this better. It’s up to you 🙂
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.