Override asp.shortcode files

This topic contains 2 replies, has 2 voices, and was last updated by joipolloi58 joipolloi58 1 year, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34366
    joipolloi58
    joipolloi58
    Participant

    Is there any way to override asp.shortcode files?

    For example asp.shortcode.probox.php contains the markup for the search button but it’s a div rather than a button so fails accessibility tests.

    #34376
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    I’m afraid that is not possible. You can of course try to change them directly, but many things may break – including the styling as well as some event handlers.
    I will do a few tests by replacing it with a button element – as we are currently doing a major rework on the front-end scripts anyways. Since older browser compatibility will be dropped (Internet Explorer), it should be fine now using a button element instead of the div.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #34388
    joipolloi58
    joipolloi58
    Participant

    OK thanks. Also the button needs to be after the input so that you can tab to it.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.