-
AuthorPosts
-
February 3, 2016 at 2:36 pm #577113
Hi,
I use the quick css a lot and it tends to get quite big. I loved the fact, that i could resize the field, as that makes life much easier.
Sadly since the last 2 updates it can only be resized vertically, which does not really help much…
Is that a bug or a feature? ;)
Can i somehow make it resizable vertically again?
ThanksFebruary 3, 2016 at 6:10 pm #577220Hi mkdreirad!
Please add following code to Functions.php file in Appearance > Editor
function avia_quick_css_resize() { ?><style>#avia_options_page textarea { resize: both !important; }</style> <?php } add_action('init', 'avia_quick_css_resize');
Cheers!
YigitFebruary 3, 2016 at 6:54 pm #577263Thank you so much for giving us this code. It has been driving me MAD! I didn’t even think to ask about something like this.
February 3, 2016 at 6:56 pm #577266Hey!
You are welcome :)
Please feel free to request changes here – https://kriesi.at/support/enfold-feature-requests/ :)Best regards,
YigitFebruary 4, 2016 at 6:15 pm #577949Yigit,
So I just made the change in my child functions.php using the code you provided and while it fixed the quick css issue, it broke my mobile menu by adding a huge amount of whites pace around it. What would cause that?
`function avia_quick_css_resize() {
?><style>#avia_options_page textarea { resize: both !important; }</style>
<?php
}
add_action(‘init’, ‘avia_quick_css_resize’);February 4, 2016 at 6:20 pm #577957Hey!
That should not have happened. Can you please post the link to your website?
Cheers!
YigitFebruary 4, 2016 at 7:59 pm #578026I took the code out so it is back to normal. The website is https://www.justoneafrica.org
Could it be clashing with something else I have in the Quick CSS?Thank you,
Clay
February 4, 2016 at 8:54 pm #578051Hey!
Do you mind creating a temporary admin login and posting it here privately? Also, please post before and after screenshots.
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitFebruary 4, 2016 at 9:30 pm #578064The code is currently in the functions.php file.
Before:
After:
- This reply was modified 8 years, 9 months ago by claychurchill.
February 5, 2016 at 4:41 pm #578579Hey!
Login page does not load for me. Do you have some kind of IP restriction?
If you have, please add the code i posted and then let us know when we can see the issue.Regards,
Yigit- This reply was modified 8 years, 9 months ago by Yigit.
February 5, 2016 at 6:11 pm #578647Try again.
The code is currently in the functions.php for my child theme. You can see the issue when you view on a mobile in vertical mode or resize the viewport down to minimum. It is only affecting the mobile in vertical mode. It should show like the images I posted.
February 5, 2016 at 6:17 pm #578653Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #header_main .inner-container, .responsive .main_menu { height: auto !important; }}
Best regards,
YigitFebruary 5, 2016 at 6:30 pm #578665Thank you, that fixed it.
February 5, 2016 at 6:35 pm #578673Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Resizing Quick CSS field’ is closed to new replies.