-
Author
-
January 29, 2019 at 16:37 #217535msteimannParticipant
Hello,
I would like to report two minor design issues.
1. Is it possible to add margin to the message alert boxes, so that the text excerpt gets not cut off at the bottom?
2. Is it possible to enlarge the width of the search bar on the member’s profile messages tab, so that the translation text fits in?
Regards,
Martin
Attachments:
You must be logged in to view attached files.January 30, 2019 at 03:02 #217570LauraModeratorHello, can you share an user that has notifications so i can see it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 30, 2019 at 09:59 #217586msteimannParticipantHello again,
I have just noticed that Firefox does show the correct width of the search field. The text is rendered too bright, but at least it’s fully readable.
Regards,
MartinAttachments:
You must be logged in to view attached files.January 30, 2019 at 20:09 #217649LauraModeratorHello 🙂
for the first issue, please add this to style.css of child themeCOPY CODE.nav.navbar-nav .kleo-messages-nav .kleo-toggle-submenu li.kleo-submenu-item .message-body { height: 100% !important; }
Also noticed the Mark all as read button cuts, add this to fix it
COPY CODEa.btn.btn-default.mark-as-read { width: 100% !important; max-width: 80% !important; }
Which other buttons need fixing?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 31, 2019 at 01:55 #217666msteimannParticipantThank you Laura, both patches work! Its the search field of the messages tab on profile page that needs fixing. Please note attachment. Please also note my attachment of post #217586, which shows different behaviors of this issue on different browsers.
Attachments:
You must be logged in to view attached files.February 1, 2019 at 03:05 #217737LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.message-search { width: 16% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 1, 2019 at 09:38 #217757msteimannParticipantHello Laura,
there must be something else that causes the cut off text. For testing purposes I set the width to 50%, and the issue remains (please note attachment).
By the way: which is the preferred place to enter CSS codes like the one above? I am getting confused by the three different options to paste it into:
1. The Quick CSS within the KLEO Theme Settings
2. The Editor under Dashboard – Design – Customizer
3. The Editor under Dashboard – Design – EditorWould you mind to give a brief explanation?
Thank you!
Attachments:
You must be logged in to view attached files.February 1, 2019 at 21:01 #217828LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 4, 2019 at 19:16 #218035RaduModeratorHi,
Please use the next css instead the one from #217737 reply.
COPY CODE#buddypress div.message-search input[type=text] { min-width:300px; }
By default the box has around 130px max width assuming it’s enough space to enter 2-3 medium length words, that can be increased using the above css rule and it can be placed in any of the places specified by you above.
Also you can change the 300px value to your preferred one.
Put them in the quick CSS within the KLEO Theme Settings
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 5, 2019 at 18:12 #218106RaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.