c64
Forum Replies Created
-
I upgraded BPS to the latest version (.47.7), it fixed my problem.
Forum: Plugins
In reply to: [Post Tiles] [Plugin: Post Tiles] error with submenu and image sizehow about the sub-menu (nav sub-menu)? it’s not working if there is a post tile shortcode on the page.
Forum: Plugins
In reply to: [Post Tiles] [Plugin: Post Tiles] error with submenu and image sizejust a thought: how about picture still clickable when js is turned off? coz it is not, right now.
Forum: Plugins
In reply to: [Post Tiles] [Plugin: Post Tiles] error with submenu and image sizei 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. ^:)^ ***