ol23
Forum Replies Created
-
Yes, it runs on a windows server.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] thumbnails not showing,Hi, thanks for your reply.
I have registered the CPT in the functions.php with'supports' => array('title','editor','excerpt','trackbacks','custom-fields','comments','revisions','thumbnail','author','page-attributes','post-formats'),and I use a custom field called thumb to display the thumbnails.
<img class="preview" src="<?php the_field('thumb'); ?>" alt="">this is a link to a page, http://www.digitalmekong.com/v2/work/phytomer/
at the bottom right, where it says related projects, there is nothing. Note that if I choose the links format the titles shows correctly with permalinks.
Forum: Plugins
In reply to: [Simple Lightbox] Use with Advanced Custom FieldsI thought I had found a fix, but actually it did not work.. Now working on localhost, I will upload it later. THanks for your help
Forum: Plugins
In reply to: [Simple Lightbox] Use with Advanced Custom FieldsHi Archetyped, I used the solution above, and it’s working perfectly but the single link launch trick described here doesn’t seem to work.
All the pictures of the gallery are displayed.
I tried to hide the images and displaying only the first image using img:firstchild in includes/media.php without success.
Is there a fix for that ?