This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

align for search input field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support align for search input field

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12961
    dobledoble
    Participant

    Hi there, please I can not align the input field. Please check this link:
    https://aventuracerdanya.com/alacarta/
    (If I change the layout and theme options it does not change, please help)
    Thanks!!

    https://aventuracerdanya.com/alacarta/

    #12967
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    The problem is originated in a theme script, which removes input placeholders, and replaces them with labels. It makes changes to the search input structure like so: https://i.imgur.com/cW6GRp3.jpg

    The problem is coming from the /wp-content/themes/salient/js/init.js file, probably from lines 13868 and 13869:

    [html]convertPlaceholders();
    setTimeout(convertPlaceholders,500);[/html]

    These function calls are removing the placeholders (there might be more, I only found these). A possible solution would be to either remove or comment these lines in that file, like so:

    [html]//convertPlaceholders();
    //setTimeout(convertPlaceholders,500);[/html]

    That will most likely solve the problem. In case you want to make changes to the file, I highly recommend having a back-up of your site before doing so, in case anything goes bad. For further information, you can also contact the theme developer as well.

    I hope this helps!

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