Support

Home Forums Event Espresso Premium [EVENT_SEARCH] customization?

[EVENT_SEARCH] customization?

Posted: March 8, 2013 at 1:47 pm


tim melody

March 8, 2013 at 1:47 pm

I would love to get the Event Search in my sidebar, but it’s too wide. Is there an easy way to customize this? So far none of the tricks I know have worked.

Thanks in advance!


Jonathan Wilson

March 8, 2013 at 2:08 pm

Hi Tim,

You could add some CSS like this to your style.css file or a custom css plugin:

input#ee_autocomplete {
    margin: 20px 0;
    width: 200px;
}


Jonathan Wilson

March 8, 2013 at 2:11 pm

You may need to add !important tags to it like this:

#ee_autocomplete {
    margin: 20px 0 !important;
    width: 200px !important;
}


tim melody

March 8, 2013 at 2:34 pm

Ah ha! It worked, thanks! Just couldn’t find the right element to adjust.
http://www.overtonsafety.com/?page_id=16&ee=56

Now, hopefully this isn’t off topic, but for some reasons the auto-fill results aren’t working properly. That is to say, you go to mouse over and click them and they disappear. Any idea why that would be?

Thanks again. Tim


Dean

March 11, 2013 at 12:20 am

Hi Tim,

Thats a strange one. I would go through a troubleshooting process and deactivate your plugins except EE and change the theme to the default twentytwelve theme. If the search works, activate your correct theme, test again if it works turn on one plugin, test again and repeat process.

Im guessing a bit but the social media plugin is causing at least one javascript issue that may be affecting the search.


tim melody

March 11, 2013 at 11:08 am

Yeah, thanks. I will play around with it.

The support post ‘[EVENT_SEARCH] customization?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso