Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ryan-porter

    (@ryan-porter)

    Thanks Eddie,
    The mp4s are hosted at a different address than the titles. I’m about to make a static version of the site using Sitesucker. I was just going to manually relink to the correct mp4 urls once the site was local/ not on WP, but the plugin churns out a hash that doesn’t include a hard link but something like this:

    { name: “Season-6-Reggie-Wilson_Fist-and-Heel-Performance-Group-Reggie-Wilson”, formats: [“mp3”], mp3: “aHR0cDovL3d3dy5kYW5jZW1vdGlvbnVzYS5vcmcvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvU2Vhc29uLTYtUmVnZ2llLVdpbHNvbl9GaXN0LWFuZC1IZWVsLVBlcmZvcm1hbmNlLUdyb3VwLVJlZ2dpZS1XaWxzb24ubXAz”, counterpart:””, artist: “”, image: “http://www.dancemotionusa.org/wp-content/uploads/2018/12/Season-6-Reggie-Wilson_Fist-_-Heel-Performance-Group-Reggie-Wilson-PC-Aitor-Mendilibar.jpg”, imgurl: “” }

    Not totally sure of how to resolve…

    Thanks for your thoughts and Nerry Christmas.

    Ryan

    Thread Starter ryan-porter

    (@ryan-porter)

    I see. Thank you very much. I added the above code to functions.php and am still getting the same return from the shortcode

    IE [media-tags media_tags=”indoor-signage”] is displaying ‘media-tags media_tags=’

    I also noticed that the media tagger plugin in general seems not to be working, for instance:
    http://centerfortypographicinquiry.org/tag-results/

    This page is should be displaying the default media tag results page, but again, it returns the shortcode written out.

    Thread Starter ryan-porter

    (@ryan-porter)

    Thanks again webbrewers, and please excuse me if I am being dense;

    I placed the following into shortcode.php thinking that might do the trick, though it did not:
    add_filter(‘gallery_caption’, ‘do_shortcode’);

    Then I attempted to add:
    <?php echo do_shortcode(‘media-tags’); ?> to shortcode.php
    then simplify the shortcode in the caption itself to:
    [media-tags media_tags=”indoor-signage”]
    The entire page turned white.

    I totally appreciate the guidance. This is totally annoying and frustrating for me.

    Thread Starter ryan-porter

    (@ryan-porter)

    Thank you for your reply,
    I dug around and found a few articles describing wrapping the shortcode in the following text to encourage compatibility;

    <?php echo do_shortcode(‘[media-tags media_tags=”indoor-signage”]’); ?>

    This is in the caption field for the second image in my gallery. If you visit the page; http://centerfortypographicinquiry.org/

    You can see its returning something… looks like an error with Flex Slider?

    Thanks again,
    Ryan

    Thread Starter ryan-porter

    (@ryan-porter)

    Hi and thank you for your response. Yes- you are exactly correct. If there is any lack of clarity from my first post I will try to be as concise as possible below:

    I would like for only the tags which I have assigned to an image (using media tagger, which Ive already done enough to return a result) to show up below that image (as a comma separated list, where the caption would normally go) when opened in a lightbox.

    The trouble seems to be that the caption input field in the WP gallery page template editor (which is the template that my site is built on) cannot read the shortcode. So I was trying to add the correct php to the template file itself rather than having to rely on the input field in the WP page editor.

    Thanks again,
    Ryan

    ryan-porter

    (@ryan-porter)

    Hi webbrewers, I am having a similar, but even more basic setup issue for which I have made the following post: http://ww.wp.xz.cn/support/topic/display-particular-tags-in-gallery-modal?replies=1

    Could you please point me in the right direction? Im just trying to get a list of the tags associated to a respective piece of media to show up beneath that media in a comma separated list.

    Thank you,
    Ryan

Viewing 6 replies - 1 through 6 (of 6 total)