Tagged: ,

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #863169

    Hi,

    Alright. Please replace it with the following code.

    // custom script
    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() {
    ?>
    <script type="text/javascript">
    (function($) {
      $( document ).ready( function() {
        $('a[data-tag="{Pre Sales}"]').trigger('click');
      });
    })(jQuery);
    </script>
    <?php
    }

    If this is still not working, please post the FTP details so that we can test it.

    Best regards,
    Ismael

    #863265

    Hello,

    Please find FTP details on private!

    #863881

    Hi,

    Thank you for the info. We modified the code a bit. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #863885

    THANK YOU, it worked like a charm!

    #864397

    Hi,

    No problem. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘Accordion – remove the "All" sorting tag?’ is closed to new replies.