• Resolved Cihat

    (@cihatyavas)


    After updating the Elementor Header & Footer Builder plugin, it changed to Ultimate Addons for Elementor Lite (UAE Lite). After the plugin update, there was a problem in the Appearance > Customize section.

    In the wp-admin panel, the height of the buttons on the left side in the Appearance > Customize section became too high. I tested it on a clean wordqress installation. This problem occurred after updating to the Ultimate Addons for Elementor Lite (UAE Lite) plugin.

    You can see the (UAE Lite) plugin before and after screenshots below.

    Screenshot without the plugin installed
    https://prnt.sc/mh0AGg3S8d7z

    Screenshot of the problem after the (UAE Lite) plugin update
    https://prnt.sc/84LzgukENt2C

    • This topic was modified 3 months ago by Cihat.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Cihat

    (@cihatyavas)

    After the Ultimate Addons for Elementor Lite (UAE Lite) plugin update, you can fix the CSS problem that occurs in the buttons on the left side in the Appearance > Customize section in the wp-admin panel with function.php as follows

    /* wp-admin panel Appearance > Customize button css fix */

    function custom_admin_styles() {
    ?>
    <style type="text/css">
    .accordion-section-title button.accordion-trigger {
    height: auto;
    }
    </style>
    <?php
    }
    add_action('customize_controls_print_styles', 'custom_admin_styles');
    Weronika

    (@wmasztakowska)

    Hi, I have the same problem on my site, so just adding a comment to support that this is happening to more than one user. Spend 3 hours this morning to figure out what causes this.

    Please issue a fix.

    I am not sure of the full scope of the problem as I noticed more glitches on my website today, which my result from this update.

    cheydesofblack

    (@cheydesofblack)

    I can say that I do not have the Elementor plugin installed and also experienced the issue. Doing the admin plug-in with CSS is my workaround for now.

    Hello @cihatyavas,

    Thank you for sharing the fix!

    I’ve forwarded it to our development team, and they are actively working on fix.

    Your patience and co-operation are highly appreciated during this time.
    Have a great day ahead!

    Best Regards,
    Avinash

    Plugin Support Ankush Thakare

    (@iankusht)

    Hi @cihatyavas, @cheydesofblack, @wmasztakowska, we sincerely apologize for the inconvenience caused.

    We’re happy to inform you that the issue you experienced in the Appearance > Customize section after updating the?Ultimate Addons for Elementor Lite (UAE Lite)?plugin has been resolved in the latest version?UAE Lite 2.0.1. Please update the plugin to resolve the issue.

    If you don’t see the update available yet, you can manually force-check for updates on your site by visiting this URL:

    <Your-Site-URL>/wp-admin/update-core.php?force-check=1&remove-bundled-products=1

    This will fetch all the latest updates, including the updated UAE Lite plugin.

    We greatly appreciate your patience and understanding while we worked to resolve this issue. Please try the steps above and let us know if the update works for you or if you need further assistance.

    Thank you for your continued support, and we’re here to help if you have any other concerns.

    Best regards,
    Ankush ??

    Thread Starter Cihat

    (@cihatyavas)

    @bsfankusht UAE Lite 2.0.1 güncellemesi sonras?nda problem düzelmi?tir. ?lginiz i?in te?ekkür ederim,

    Cihat

    Plugin Support Ankush Thakare

    (@iankusht)

    Hi @cihatyavas, we are glad to hear that your issue is resolved after updating the plugin. If you have any additional questions or concerns, feel free to open a new thread — we’re always here to help.

    We truly appreciate your trust in our services and look forward to assisting you again in the future. Have a great day!

    Kind Regards,
    Ankush ??

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