General Enquiry
Oxy Issue thumbanil

Issue with Oxygen Builder template toggle.

Thursday, November 28, 2024

Issue with Oxygen Builder templates toggle system now a days is a tranding issue.
After the wordpress update to 6.7.1 - we are not able to toggle the template anymore to assign them.

Issue with Oxygen Builder

On this Blog I am going to show you two alternative ways to get out of this issue. Follow the video for the proper instructions.

Issue with Oxygen Builder and Solution Video

In this video I have shown the issue and different ways to solve it for now.

Video on YouTube: https://youtu.be/I_6DtisVd5U

Code Snippets used in the video

function load_custom_html() {
    ?>
    <script type="text/javascript">
        jQuery(document).ready(function($){
            $('.accordion-section-title').click(function() {
                // Close all other accordion sections
                $('.accordion-section-content').not($(this).next()).slideUp("fast");
                // Toggle the clicked section
                $(this).next().slideToggle("fast");
            });
        });
    </script>
    <?php
}
add_action('admin_footer', 'load_custom_html');

Forayeji Creative Agency

Forayeji Creative Agency

Forayeji Creative Agency is a renowned digital and creative agency that delivers top-notch services in the fields of web design, app design, graphic design, UI/UX design, SEO, and speed optimization. With a global reach, the agency has a proven track record of providing world-class digital and creative solutions to its clients across industries. Their focus on delivering customized solutions that align with their clients' business objectives has earned them a reputation as one of the best agencies in the field. They are committed to delivering projects that exceed their clients' expectations, and their success is reflected in the positive feedback they receive from their satisfied clients.

Table of Contents

You may also like

arrow-up