Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Compatible Plugins › bbPress › issue with insert link
- This topic has 6 replies, 3 voices, and was last updated 3 years, 2 months ago by
Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 5970 Posts
Hi @youfriend,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
Waiting the update, simply add the following code snippet to your website:
#wp-link #link-options label span, #wp-link #search-panel label span.search-label { text-align: left !important; } #link-options label { display: block !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
June 19, 2020 at 09:57 #14110AndreaParticipant@youfriend- 26 Topics
- 133 Posts
ty @themodactyl =)
June 19, 2020 at 11:32 #14119@themopteryx- 0 Topics
- 629 Posts
Hi @youfriend,
Here is an updated CSS code snippet pending full compatibility with this type of WP component :
/* WP modal */ #wp-link-wrap #link-selector { overflow: auto; } #wp-link-wrap .howto { display: block; margin: .5rem 0 1rem 0; } #wp-link-wrap #link-options label, #wp-link-wrap #search-panel label { display: block; width: 100%; } #wp-link-wrap #link-options label, #wp-link-wrap #link-options label span, #wp-link-wrap #search-panel label, #wp-link-wrap #search-panel label span { text-align: left !important; } #wp-link-wrap #link-options label input[type="search"], #wp-link-wrap #link-options label input[type="text"], #wp-link-wrap #search-panel label input[type="search"], #wp-link-wrap #search-panel label input[type="text"] { width: 100%; max-width: 100%; } #wp-link-wrap #wp-link .query-results { position: static; } #wp-link-wrap #wp-link .link-search-field { width: 100%; } #wp-link-wrap p:empty, #wp-link-wrap span:empty { display: none !important; }
Hope this will solve this issue on your side.
Please Keep us updated!Regards,
June 22, 2020 at 17:59 #14181@themodactyl- 0 Topics
- 5970 Posts
June 23, 2020 at 08:33 #14185 -
AuthorPosts
The topic ‘issue with insert link’ is closed to new replies.