• Resolved bouke

    (@bouke)


    On my page I use the following code:
    [pagelist_ext child_of="30" image_width="96" image_height="96" limit_content="100"]

    In Firefox and Opera + Internet Explorer 9 I am able to see the thumbnails. In Internet Explorer 8 (and older) I am unable to see the thumbnails.

    I fixed this by changing file page-list.css. I added the width and height of the thumbnails:

    .page-list-ext .page-list-ext-image {
    	height:96px;
    	width: 96px;
    	float: left;
    	display: inline;
    	margin: 5px 10px 10px 0;
    	border: solid 2px #cccccc;
    }

    This works for me but I think there should be a better way.

    http://wordpress.org/extend/plugins/page-list/

Viewing 1 replies (of 1 total)
  • Plugin Author webvitaly

    (@webvitaly)

    I checked Pagelist [pagelist_ext] shortcode in IE (6,7,8) and images are shown and everything works fine. IMHO you have some special nesting rules in your theme and it adds some conflicts and strange behavior for older IE.

    IMHO you solved your problem pretty good.

    If you changed the code, also change the version of the plugin to “100” for avoiding the plugin updates and preventing from losing your code.

    p.s. Internet Explorer is not a browser, it is a software for downloading normal browser 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Page-list] pagelist_ext » Internet Explorer 8: No thumbnails’ is closed to new replies.