Support

Home Forums Event Espresso Premium EE4.2.2 widget with hard coded breaks and spaces

EE4.2.2 widget with hard coded breaks and spaces

Posted: April 24, 2014 at 3:58 am

Viewing 2 reply threads


Karsten Wilke

April 24, 2014 at 3:58 am

Hello,

I use EE4.2.2 on an internal site for our company.
The widget for upcoming events is hard to use with css for integrating into our theme as it uses hard coded ” ” and “<br>”. That makes it rather difficult to have it decent integrated into out site.
for example in the line for date and time of the event:
"Tue&nbsl;Jun&nbsl;10th,&nbsp;2014 - Wed&nbsp;Jun&nbsp;11th,&nbsp;2014 &nbsp; &nbsp; "
This causes the line to break out of the page on a small screen with responsive design.
Or after the list elements:

<code>&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
::after
&lt;/li&gt;</code>

This causes a hard coded blank space to the next event or the next element on the page, giving ugly empty spots.
Is there a way to get this sorted for one of the next updates?

Thank you!


Karsten Wilke

April 24, 2014 at 4:02 am

the code function of this forum destroyed the original code:
</li>
</ul>
<br>
<br>
<br>
::after
</li>


Dean

April 24, 2014 at 4:12 am

Hi,

Thanks for the feedback.

The br tags can be handled with a little bit of CSS

.ee-upcoming-events-widget-li br {
display: none;
}

I will certainly add your thoughts to our feature request list.

Viewing 2 reply threads

The support post ‘EE4.2.2 widget with hard coded breaks and spaces’ 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