-
AuthorPosts
-
April 24, 2018 at 4:48 pm #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
JayApril 24, 2018 at 7:42 pm #946101Hey brandreach_at,
You can try working directly within the custom.css file. That is where your quick css is stored.
Best regards,
Jordan ShannonApril 25, 2018 at 8:53 am #946440Hi 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, JayApril 25, 2018 at 1:42 pm #946565Hi,
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,
VinayApril 26, 2018 at 1:59 pm #947269Hi 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, JayApril 26, 2018 at 10:37 pm #947497Hi,
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 ShannonApril 27, 2018 at 12:20 am #947535this 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 saveApril 28, 2018 at 9:31 pm #948459Hi,
Let is know if it would work out for you also please.
Best regards,
BasilisMay 5, 2018 at 8:26 pm #952164Hi 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
May 7, 2018 at 5:44 pm #952781Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.