kmelv85
Forum Replies Created
-
On the signup form, where there is a url field, it gives the user an option to enter ‘link text’.
if ($img->ID == $thumbnail_id) continue;
$full_image_data = wp_get_attachment_image_src( $img->ID, ‘wpbdp-large’, false );
$full_image_url = $full_image_data[0];$extra_images[] = sprintf(‘%s‘,
$full_image_url,
wp_get_attachment_image( $img->ID, ‘wpbdp-thumb’, false, array(
‘class’ => ‘wpbdp-thumbnail size-thumbnail’,
‘alt’ => the_title(null, null, false),
‘title’ => the_title(null, null, false)
) ));
}
}Tried changing wpbdp-thumb to wpbdp-large but it doesn’t work
Ok, where do I begin to do this? I basically just need to display the image that the thumbnail links to – as the bigger image opens in a lightbox. How do I get the code / url of the bigger image?
Thanks, but I’m not sure how that helps. I know I can use some code to get specific field values, but I need to change the default image size. It uses the thumbnail on the main page and I would like a larger version – does it use the built in WordPress image sizes?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Height issueMagic! Thanks for your quick response
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Height issueSorry, restored now. Thanks
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Height issueHmm, not quite. It still does it and sometimes the whole sidebar overlaps the header then jumps down once its refreshed.