Forum Replies Created
-
AuthorPosts
-
Trevor Wilcox
ParticipantHave been digging through the forum since I posted my last question above, and found your responses regarding how the order is determined by database weighting. But I still find after several tests that the ascending order of ID holds true also.
Trevor Wilcox
ParticipantThis reply has been marked as private.Trevor Wilcox
ParticipantNot having any luck with that though. It includes for example the one record where the meta_key is set but excludes everything else.
Trevor Wilcox
ParticipantSteve, just popping back in to let you know that I addressed this, but by cheating (since I wasn’t quite sure how to go about your suggestion) by using JQuery to target and replace the text of the email anchors. :)
Trevor Wilcox
ParticipantYeah, that could be the case. I’m on a 27 inch iMac with retina display.
Trevor Wilcox
ParticipantNevermind, Steve – I got it. All I had to do was look at card-single.php and use the same in card.php, like this:
$entry->getImage( array(
'image' => $atts['image_single'] ,
'height' => $atts['image_single_height'] ,
'width' => $atts['image_single_width'] ,
'quality' => 100,
'fallback' => array(
'type' => $atts['image_single_fallback'] ,
'string' => $atts['str_image']
)
)
);That did the trick and I then could adjust the CSS to get the display size I wanted.
Trevor Wilcox
ParticipantThis reply has been marked as private.Trevor Wilcox
ParticipantYeah, for my directory, I’m actually not using the card-single view at all – I’ve elected to not show the link to that view in my shortcode, so I’m only displaying thumbnails.
Trevor Wilcox
ParticipantThis reply has been marked as private.Trevor Wilcox
ParticipantThis reply has been marked as private. -
AuthorPosts
