Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #946022

    Hi

    Thanks for your support so far. This thread is more about convenience.
    We are adding more and more CSS to Enfold so the Quick CSS area gets too packed quickly.
    Is there a way to have the input field at least as wide as the backend or do you recommend another way how to structure the styles?
    It is really hard to keep the overview in this small field.

    Thanks, KR
    Jay

    #946101

    Hey brandreach_at,

    You can try working directly within the custom.css file. That is where your quick css is stored.

    Best regards,
    Jordan Shannon

    #946440

    Hi Jordan
    Sure? I found my custom css input only in ./uploads/dynamic_avia/enfold_child.css.
    I think these folders are not accessible properly via the backend.
    Kr, Jay

    #946565

    Hi,

    To make the Quick CSS section wider please add the function to this link to functions.php file.

    Since you mentioned that you do constantly add modifications we recommend using a child theme After installing the child theme the style.css can be accessed from Appearance > Editor

    Best regards,
    Vinay

    #947269

    Hi Vinay
    Thanks, we are working with child-themes. Still using the quick css for some reason, maybe cause it is nicely add to the theme features.
    The snippet doesnt change anything. can you have a quick look pls?
    I will put credentials in the private area.
    Kr, Jay

    #947497

    Hi,

    I’m trying to save the script to your functions.php file, but the dash is timing out. Can you please test to see if you are able to save changes to the functions.php page?

    Best regards,
    Jordan Shannon

    #947535

    this is something i do always add to functions.php of child-theme

    function admin_head_mod() {
    echo '<style type="text/css">
    #avia_quick_css .avia_description {float: none;margin-bottom: 20px !important;padding-left: 0 !important;width: 98%}
    #avia_quick_css .avia_control {float: left;max-width: 98% !important;width: 98% !important}
    .avia_footer_links li {float: left;padding-right: 20px}
    .avia_footer .avia_footer_save {float: left}
    .avia_reset {pointer-events: none !important }
    </style>';
    }
    add_action('admin_head', 'admin_head_mod');

    the last rule
    .avia_reset {pointer-events: none !important }
    The last line makes sure that you do not accidentally press “Reset all options”
    and the save button is best on left hand because on smaller screens its out of screen and you have to scroll to right side to press save

    #948459

    Hi,

    Let is know if it would work out for you also please.

    Best regards,
    Basilis

    #952164

    Hi Jordan, hi Basilis

    Thanks for your help. There is a problem since approx WP 4.9. so the internal editor will throw an error instead of saving. Please use Theme Editor (Design > Theme Editor), it saves without a problem.
    Will test that snippet asap.

    KR, Jay

    #952781

    Hi,

    The functions.php file needs to be edited. Please try the snippet within that file and let us know if it works.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.