• Resolved vmackey1

    (@vmackey1)


    Hello,

    I’d like to set the autocomplete feature to an existing “search form” created with Elementor. I have tried to copy the “shortcode” & “shortcode for templates” in the “custom CSS” and “attributes” section Elementor is offering for the search form element, but with no results.

    Could you please tell me how to do so?

    Thank you very much!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I’m sorry, but I’m not sure I understand. Do you want to style the plugin like the elementor search box?
    Can you please add a relevant URL where I can check that? I might be able to suggest some custom CSS.

    Best,
    Ernest M.

    Thread Starter vmackey1

    (@vmackey1)

    Hello,

    Thank you for your reply. Yes, this is exactly what I need. I would like the autocomplete functionality of your plugin, but without changing the design of the search bar that is displayed here: https://mp3song.co/adele-rolling-in-the-deep/ (created with elementor).

    I would love it if you could help me regarding any necessary CSS customization to achieve this result.

    Regards,

    Plugin Author wpdreams

    (@wpdreams)

    Sure, select the curvy black theme, and then use this custom CSS:

    .asl_w .probox {
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }
    
    .asl_w .prosettings {
        display: none !important;
    }
    
    .asl_w .probox,
    .asl_w .probox >*,
    .asl_w .probox input {
        height: 42px !important;
        background: white;
    }
    
    div.asl_w .probox input.orig {
        padding-left: 22px !important;
    }
    
    .promagnifier {
        background: #783295 !important;
        padding: 0 24px !important;
        border-radius: 0 21px 21px 0 !important;
        box-shadow: none !important;
    }
    
    .promagnifier svg {
        fill: white !important;
    }

    Best,
    Ernest M.

    Thread Starter vmackey1

    (@vmackey1)

    I appreciate that. Although I think there is some adjustment to make. Can you check please? https://mp3song.co/adele-rolling-in-the-deep/ Thank you.

    Thread Starter vmackey1

    (@vmackey1)

    Nevermind. I tweaked around and managed to configure the design as it was. Thank you for the custom CSS.

    However, I still have a few bugs in the layout:
    -The animated icon is a bit odd. It’s not the same we had.
    -The background behind the animation (or “close” icon) is white instead of transparent (or the color of the bar).
    -And there is no border for the list of suggestion.

    Can you tell me how I can fix this please? Thanks.

    Thread Starter vmackey1

    (@vmackey1)

    Regarding the border for the list of suggestions, my bad, there is one, but the color is very light. If you could give me a css code in which I can change this color.

    Plugin Author wpdreams

    (@wpdreams)

    Can you please add a relevant URL where I can check this?

    Thanks,
    Ernest M.

    Thread Starter vmackey1

    (@vmackey1)

    Thank you. Here’s a relevant URL where you can find the search bar: https://mp3song.co/adele-rolling-in-the-deep/

    Regards,

    Plugin Author wpdreams

    (@wpdreams)

    Try these:

    .proclose, .proloading {
        background-color: #eceeef !important;
        border-radius: unset !important;
    }
    
    div.asl_m .probox div.asl_simple-circle {
        height: 24px !important;
    }
    
    div#ajaxsearchliteres1 {
        border: 1px solid red;
    }

    The last one is for the border, the rest should fix up the loading and close icon.

    Best,
    Ernest M.

    Thread Starter vmackey1

    (@vmackey1)

    Awesome, thanks Ernest!

    Plugin Author wpdreams

    (@wpdreams)

    You are welcome πŸ™‚

    Feel free to rate the plugin if you like it, it is greatly appreciated!

    I will mark this thread as resolved for now.

    Thread Starter vmackey1

    (@vmackey1)

    Rated 5 stars. Thanks again!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Apply shortcode to a Elementor search form’ is closed to new replies.