Hello again,
I downgraded, but now I’m having an issue with alignment and the nav still not working. Help, please.
Site is hutchmd.com/reeders
Thanks again,
mh
Hi @mhutchins, unfortunately we don’t provide support for the older version anymore. It is many years old and I don’t recommend using it. If you wish to upgrade again I’d be happy to assist in getting the new version working. It should be a simple solution π
Ok, I deleted both easing slider and easing slider lite through the dashboard and I deleted the folder in the plug-ins folder as well. I re-installed the lite 2.1 version. When I activated it, I got the option to import the old settings again…which I did. So now I’m back to square one/first post. Again, any help would be greatly appreciated.
Thanks!
Hi @mhutchins, There appears to be some clearing problems related to your site’s navigation. It has been floated via CSS but not cleared correctly thus causing layout issues.
Inside the theme’s header.php file, try changing this:
<nav id="access" role="navigation">
....
</nav>
To this:
<div style="overflow: hidden;">
<nav id="access" role="navigation">
....
</nav>
</div>
That should do the trick.
Thank you for the quick response.
I changed the code to what you suggested. The homepage header does show up, but the drop down menus do not work on any of the pages.
Any other thoughts?
Thanks once again!
mh
Hi @mhutchins, I’m not sure what else to suggest. The navigation CSS is the problem. It hasn’t been cleared correctly and as a result is completely offsetting the slideshow. It looks like some redesigning of it is going to be required. Unfortunately that’s a bit time consuming and much more than could be provided through just the support forums.
The other option would be to try and relocate the slideshow. Possibly put it inside the main body, rather than the header. It looks like the header hasn’t been designed to play nicely with additional elements.
Hey again, I see you’ve gotten this sorted so going to mark this as resolved. Let me know if there is anything else I can do to help π
Thanks for checking in.
I had a bit of help, but did get it resolved. This is what we did:
Had to add βclear:both;β to the class .easingsliderlite
It was in
slideshow.css
And
slideshow.min.css
I also remove the overflow: hidden from the nav.
Thanks,
mh
Awesome, great to hear you got it sorted π