stephenharris / Event-Organiser

WordPress plug-in, Event Organiser, development repository
http://wordpress.org/extend/plugins/event-organiser/
GNU General Public License v3.0
100 stars 76 forks source link

DIV clear:both needed after Newer/Later nav links #76

Closed jnewman67 closed 9 years ago

jnewman67 commented 11 years ago

it would pretty things up - otherwise the Newer link pushes over event content

[nav id="nav-above"] [div class="nav-next events-nav-newer"][?php next_posts_link( ( 'Later events [span class="meta-nav"]→[/span]' , 'eventorganiser' ) ); ?][/div] [div class="nav-previous events-nav-newer"][?php previous_posts_link( ( ' [span class="meta-nav"]←[/span] Newer events', 'eventorganiser' ) ); ?][/div] [/nav][!-- #nav-above --] [div style="clear:both;"][/div]

as an example from taxonomy-event-venue.php

(had to change GT & LT to brackets to get it to display code "correctly")

stephenharris commented 11 years ago

Hi @jnewman67 - which theme are you using?

jnewman67 commented 11 years ago

Elegant themes - estore.

-----Original Message----- From: Stephen Harris [mailto:notifications@github.com] Sent: Monday, April 15, 2013 11:53 AM To: stephenharris/Event-Organiser Cc: jnewman67 Subject: Re: [Event-Organiser] DIV clear:both needed after Newer/Later nav links (#76)

Hi @jnewman67 https://github.com/jnewman67 - which theme are you using?

Reply to this email directly or view it on GitHub https://github.com/stephenharris/Event-Organiser/issues/76#issuecomment-163 93516 . https://github.com/notifications/beacon/_yclB2_Xx4_aAyf77Z-WvY63HH6sAUGO0hQ VJwjrasv-MfljZoctL6UTqywK0z-t.gif

stephenharris commented 9 years ago

Closing this. Styling is (or should be) the domain of the theme. Templates are in any case overridable an intended to be replaced on a theme basis.