• Resolved macksix

    (@macksix)


    If I click search field and go to mobile overlay, when I type in a search term and then click the arrow button to back, it leaves an X button the right side of the field that is not centered.

    Screenshot: https://i.imgur.com/1C2it6v.jpg

    If I click in field again to go back to overlay, it still shows the off-centered X button the right side of the field.

    Screenshot: https://i.imgur.com/j1BcYLy.jpg

    In either case, the button should not be there, since no terms show. It can’t be removed by clicking it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thanks for reaching out!

    Can you share your site address so I can take a look and work on a fix for this?

    Best regards,
    Clint

    Thread Starter macksix

    (@macksix)

    Shure. https://dev.cmgmarketinggroup.com/

    It’s Generate Press theme and Elementor. It’s in an Elementor shortcode block.

    Hello,

    Can you add the following code to your Theme Customizer > Custom Scripts section:

    
    <script>
    
    (function ($) {
    	$(document).ready(function() {
            $(document).on("click", "button.dgwt-wcas-om-return.js-dgwt-wcas-om-return", function() {
            	$(".dgwt-wcas-preloader").removeClass("dgwt-wcas-close").html("");
            });
    	});
    })(jQuery);
    
    </script>

    Thanks,
    Clint

    Thread Starter macksix

    (@macksix)

    I added the script to Elementor >> Custom Code and it works.

    Thank you!

    Mark

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bogus X button showing’ is closed to new replies.