Lyften Bloggie - Internet Explorer Issues - Forums

Items per page:

Showing 1-6 of 6 items

Please help.

I have added Bloggie to my site and it all works well apart from in IE.

For some strange reason when you click into the blog page every displays as it should but as you hover over any of the menu items from the main menu all the blog content vanishes.

I am pulling out my hair looking for a solution for this so all guidance will be greatly appreciated.

Url to the site is www.stockingsandromance.co.uk

Thank you in advance.

I am still looking for a solution if anyone can help.

I have the same problem. I can see in your page that you solve the problem. How did you solve it ?

I opened a ticket on here and created a forum post but I received no assistance at all from lyften.

I managed to get some help from the main joomla forums.

Here is the joomla post

Joomla posting

Basically it was to do with amending the css file. You need to find the class the blog sits in and add this:

position: relative;
z-index: -1;

I later found with my template that -1 was making the links unclickable in firefox so have since changed it to z-index: 1; and now works fine.

Hope this helps

Does anyone know what CSS file is supposed to be edited for this to work?  Whenever I try to load the blog in Internet Explorer it just displays the title and no content.  It works fine in every other browser.
Mine was in the main template stylesheet.

Just search for
table.contentpaneopen, table.contentpane
which will make it easier.

Good luck

Items per page:

Showing 1-6 of 6 items