Support

Home Forums Event Espresso Premium Search event/filtering height issue

Search event/filtering height issue

Posted: November 12, 2013 at 4:52 am


Zoe E

November 12, 2013 at 4:52 am

Hey,
I have used Event Espresso’s search by event shortcode – It works, however, when returning the results it shows the first one with the height of near 1000px. I have searched the CSS for the cause, but couldn’t find anything in there. When you over ride the li a height in the menu it makes the event title disappear.

Any help would be great – the dev site is http://ticketlinc.epixdev1.co.uk/

Cheers


Dean

November 12, 2013 at 5:09 am

Hi Zoe,

It’s probably me, but I cannot seem to see the Event Espresso search bar any where, could you provide a link to the page with it on?


Zoe E

November 12, 2013 at 5:15 am

Hey,

Thanks for getting back to me. It is on the link on the previous post. It is at the top, in the orange navigation bar, floated to the right.

Thanks


Dean

November 12, 2013 at 6:03 am

Of course! It must be my age. I’m looking into it currently, but I am a little stumped. We have had this in the past and I’m sure there was a resolution (it was a Theme CSS conflict), but I cannot trace the thread now. I will keep looking into it.


Zoe E

November 12, 2013 at 6:31 am

Brilliant – let me know what you find

Thanks


Dean

November 12, 2013 at 6:51 am

Right, so I found the old thread, but it seems it was never resolved, at least we never got an answer, but it was definitely theme related as I suspect it is for you as well. https://eventespresso.com/topic/responsive-layout-and-search-issues/

I will ask another support team member to look into this as I am leaving for the day.


Zoe E

November 13, 2013 at 4:34 am

Ok, brilliant – Let me know if you find anything


Dean

November 13, 2013 at 4:49 am

Hi Zoe,

OK, through some rather basic troubleshooting of hacking the sites CSS to pieces, I have nailed down the issue to this piece of code in your themes style.css (approx. line 740)

/* Footer */
#footer {
	clear:both;
	float:left;
	width:100%;
	margin:0px;
	min-height:100px;
	
}

in particular it is the float:left.

Please don’t ask me WHY as I have no idea, but removing it makes the search dropdown work. I could not see any negative effects from removing it, but you would need to test that.

The support post ‘Search event/filtering height issue’ 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