Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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?
    Thanks

    #577220

    Hi 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!
    Yigit

    #577263

    Thank 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.

    #577266

    Hey!

    You are welcome :)
    Please feel free to request changes here – https://kriesi.at/support/enfold-feature-requests/ :)

    Best regards,
    Yigit

    #577949

    Yigit,

    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’);

    #577957

    Hey!

    That should not have happened. Can you please post the link to your website?

    Cheers!
    Yigit

    #578026

    I 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

    #578051

    Hey!

    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 here

    Cheers!
    Yigit

    #578064

    The code is currently in the functions.php file.

    Before:

    View post on imgur.com

    After:

    View post on imgur.com

    • This reply was modified 8 years, 9 months ago by claychurchill.
    #578579

    Hey!

    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.
    #578647

    Try 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.

    #578653

    Hi!

    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,
    Yigit

    #578665

    Thank you, that fixed it.

    #578673

    Hey!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Resizing Quick CSS field’ is closed to new replies.