• when I was using 1.2.2 with WP 3.2.1 and 3.2.2 it works all fine, my submenu is still there, and the featured image in nice size.

    after upgrading to 1.2.4 with WP 3.2.4, the featured image by post tile is still nice, but on the page where the shortcode is on, my submenu fails.

    next upgrade:1.3.2 with WP 3.2.4, submenu still fails, post tile size not so nice, and huge featured image.

    http://wordpress.org/extend/plugins/post-tiles/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter c64

    (@c64)

    i tried this (from your other post):

    Somewhere around line 329
    $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘medium’);

    You can change the word medium to any of the following – thumbnail, medium, large or full.

    but i find this:

    $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(), array(350,350));

    i’m sorry about the post tile size… 😀 seems like it changed automatically after updating.

    *edit: never mind, I already figured out what “array(350,350)” does ^_^. sort of… maybe.. enlighten me..?

    But still problem with disappearing dropdown submenu, though.
    looks like js problem. coz the submenu works when the posttile’s js is turned off.

    *** i dont want to change to other plugin. your plugin looks very beautiful. ^:)^ ***

    Thread Starter c64

    (@c64)

    just a thought: how about picture still clickable when js is turned off? coz it is not, right now.

    Plugin Author ethanhackett

    (@ethanhackett)

    C64, the image array(350, 350) controls the thumbnails size. I’m planning non adding the ability to control the thumbnail size in the admin panel.

    Right now on mobile devices there is no hover so I’ve designed the click to be mouse enter. That allows for the panels to slide in. Otherwise if the thumbnail was click able it wouldn’t work on mobile.

    I would like to add another tile style which would have the image and maybe just the title over it. Then the whole thing would be click able.

    Thread Starter c64

    (@c64)

    how about the sub-menu (nav sub-menu)? it’s not working if there is a post tile shortcode on the page.

    Plugin Author ethanhackett

    (@ethanhackett)

    Do you have a URL I could look at to see what’s happening? Email it to me contact@ethanhackett.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Post Tiles] error with submenu and image size’ is closed to new replies.