mandiwise / isotope-posts

[RETIRED] This plugin allows you to use Metafizzy's Isotope javascript plugin to display feeds of WordPress posts with a simple shortcode. Works with custom post types and custom taxonomies too.
GNU General Public License v2.0
55 stars 17 forks source link

filtering doesnt work for me #4

Closed ghost closed 10 years ago

ghost commented 10 years ago

I have tried a few different things but can not get the filtering to work, can you look and see whats wrong?

http://turnpost2.turnpostinteractive.com/the-work/

mandiwise commented 10 years ago

Have you installed all the plugin files? Your site says it has failed to load the Isotope script plus the front-end css and js files that the plugin requires. Please note that as per the instructions in the readme, you need to rename the folder your extract from the github download to "isotope-posts" (so need to remove "-master" from the end).

ghost commented 10 years ago

That you so much for getting back to me I will try that, I'm sure it's the user/me whom is at fault

Sent from my iPhone

On Feb 23, 2014, at 10:26 AM, Mandi Wise notifications@github.com wrote:

Have you installed all the plugin files? Your site says it has failed to load the Isotope script plus the front-end css and js files that the plugin requires. Please note that as per the instructions in the readme, you need to rename the folder your extract from the github download to "isotope-posts" (so need to remove "-master" from the end).

— Reply to this email directly or view it on GitHub.

ghost commented 10 years ago

You were correct, Im the dumb one.. Its working great now.

I would like to to show a video, I have the custom field image popping up but would like the video to show if there is one in that custom field

I tried, but doesnt seem to work

<?php if ( '' != get_field('full_sized_image') ) { ?>

  • <?php }?>

  • <?php else ?> <?php if ( '' != get_field('vimeo_embed') ) { ?>
  • <?php }?>

  • <?php endwhile; ?>

    Thank you Jamie

    On Sun, Feb 23, 2014 at 10:38 AM, Jamison Hiner jamison.hiner@gmail.comwrote:

    That you so much for getting back to me I will try that, I'm sure it's the user/me whom is at fault

    Sent from my iPhone

    On Feb 23, 2014, at 10:26 AM, Mandi Wise notifications@github.com wrote:

    Have you installed all the plugin files? Your site says it has failed to load the Isotope script plus the front-end css and js files that the plugin requires. Please note that as per the instructions in the readme, you need to rename the folder your extract from the github download to "isotope-posts" (so need to remove "-master" from the end).

    — Reply to this email directly or view it on GitHubhttps://github.com/mandiwise/isotope-posts/issues/4#issuecomment-35835442 .

    Jamison Hiner

    T: 402-203-5079 F: 402-551-9555

    http://www.etsy.com/shop/mercantilemill http://www.jamisonhiner.com

    Contact Me [image: Linkedin] http://www.linkedin.com/in/jhiner[image: Facebook] http://www.facebook.com/jamisonhiner[image: Flickr]http://www.flickr.com/photos/jamiedoug/[image: Twitter] http://www.twitter.com/jamisonhiner

    ghost commented 10 years ago

    figured it out

    <?php if ( '' != get_field('full_sized_image') ) { ?>

  • <?php } elseif ( '' != get_field('video_embed') ) { ?>
  • <?php }?> ᐧ

    On Mon, Feb 24, 2014 at 3:00 PM, Jamison Hiner jamison.hiner@gmail.comwrote:

    You were correct, Im the dumb one.. Its working great now.

    I would like to to show a video, I have the custom field image popping up but would like the video to show if there is one in that custom field

    I tried, but doesnt seem to work

    <?php if ( '' != get_field('full_sized_image') ) { ?>

  • <?php }?>

  • <?php else ?> <?php if ( '' != get_field('vimeo_embed') ) { ?>
  • <?php }?>

  • <?php endwhile; ?>

    Thank you Jamie

    On Sun, Feb 23, 2014 at 10:38 AM, Jamison Hiner jamison.hiner@gmail.comwrote:

    That you so much for getting back to me I will try that, I'm sure it's the user/me whom is at fault

    Sent from my iPhone

    On Feb 23, 2014, at 10:26 AM, Mandi Wise notifications@github.com wrote:

    Have you installed all the plugin files? Your site says it has failed to load the Isotope script plus the front-end css and js files that the plugin requires. Please note that as per the instructions in the readme, you need to rename the folder your extract from the github download to "isotope-posts" (so need to remove "-master" from the end).

    — Reply to this email directly or view it on GitHubhttps://github.com/mandiwise/isotope-posts/issues/4#issuecomment-35835442 .

    Jamison Hiner

    T: 402-203-5079 F: 402-551-9555

    http://www.etsy.com/shop/mercantilemill http://www.jamisonhiner.com

    Contact Me [image: Linkedin] http://www.linkedin.com/in/jhiner[image: Facebook] http://www.facebook.com/jamisonhiner[image: Flickr]http://www.flickr.com/photos/jamiedoug/[image: Twitter] http://www.twitter.com/jamisonhiner

    Jamison Hiner

    T: 402-203-5079 F: 402-551-9555

    http://www.etsy.com/shop/mercantilemill http://www.jamisonhiner.com

    Contact Me [image: Linkedin] http://www.linkedin.com/in/jhiner[image: Facebook] http://www.facebook.com/jamisonhiner[image: Flickr]http://www.flickr.com/photos/jamiedoug/[image: Twitter] http://www.twitter.com/jamisonhiner