• Not sure why the other “Help with using” topic was closed, but I just got around to checking on some of the comments.

    kseman & rjblog – The problem you see is typically caused when your theme doesn’t include jquery. The plugin should install that dependency, but if you don’t call wp_head() in your header then the dependent javascript files may not be imported.

    kevinj003 – Regarding the error your getting, I don’t know what causes that. I did some searches and didn’t find anything. As for the layout of your page, the two browsers I tried (Chrome & Safari) are laying out the “cells” with the video thumbnail with a height of 394px, but that’s not in the source of your page or in the stylesheets. I’ll keep looking into it, but I’ve never seen anything like that before.

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thanks for following this up Russell – I appreciate any help you can offer, as it has me stumped!

    Thread Starter russelltodd

    (@russelltodd)

    I found the issue – the plugin calculates the max height of the cells and then sets all cells to that height so that everything lays out well. I didn’t account for someone using it like you are with several “tables” of thumbnails on a single page. I will have to change the plugin so that it only does that calculation one row at a time.

    Stay tuned…

    here is my link i have spent all day working and cant get it to even think about working
    error is
    404 – File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

    my site

    wordpress 3.0 plugin 1.2 i am lost. i have looked and tried everything diffrent themes view code from those that worked. but it does not seem to load the jw player it shows the thumbnail but thats it no video loads

    Thread Starter russelltodd

    (@russelltodd)

    medric –
    That is a wordpress error, and I can’t check it with the URL you gave because that’s a preview page, and you must be logged in to see a preview.

    Can you either publish the post temporarily or find another way to show what you’re trying to do with the plugin?

    -Russell

    will do

    if the link does not work it should but if not go to the homepage https://www.nujusan.com and its the tab called test bed

    Thread Starter russelltodd

    (@russelltodd)

    medric –
    Your theme does not include jQuery. The plugin is supposed to make sure it gets included, but it appears like I may have accidentally deleted it. If you can add jQuery into the header of your theme it should work.

    There are lots of ways to include it – ping back if you need help.

    Russell

    thanks will try that

    when i install i get this error after i hit the refresh it takes me to plugins and i see that it is active
    500 – Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.

    when i try to watch the file this is the error i get
    404 – File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

    these are the scrips i have in my page that last one what helps embed the player but its not working when it trys to load it says noted above which makes me think its not loading something so the player never gets there

    <script type='text/javascript' src='https://www.nujusan.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
    <script type='text/javascript' src='https://www.nujusan.com/wp-content/plugins/flv-gallery/jquery.simplemodal.js?ver=3.0'></script>
    <script type='text/javascript' src='https://www.nujusan.com/wp-includes/js/swfobject.js?ver=2.2'></script>

    also could it be because its loading from the wp-includes and not from your directory… i have tried to add aline for the one in your driectory but was not successfull maybe the arry that goes to video- is not able to load because of some reason

    this is running windows server 2008 php5.2 and mysql 5.1 and i am at a complete lost

    on my last attempt i have changed url of all as shown and the webpage still shows them as the same https://www.nujusan.com/video-

    also show below this code is the code taken from the page source

    [flvgallery video="/Videos/Perfume_DreamFighter.flv" title="This is a test Perfume"  thumbnail="https://contents.oricon.co.jp/cdimg/TKCA-73390.jpg" url="" url_text=" url_icon="" width="400" height="240"]
    &nbsp;
    [flvgallery video="https://nujusan.com/Videos/High_and_Mighty_Color-Ichirin_no_Hana.mp4" title="This is a test High and Mighty Color" thumbnail="https://img6.imageshack.us/img6/5529/ichirinnohana.jpg" url="" url_text=" url_icon="" width="400" height="240"]
    &nbsp;
    [flvgallery video="https://www.nujusan.com/Videos/READY_STEADY.flv" title="This is a test LARC-EN-CIEL" thumbnail="https://www.nujusan.com/Videos/L'ArcEnCiel01.jpg" url="" url_text=" url_icon="" width="400" height="240"]
    <div class="flvgallery-item"><a href="video-1" class="flvgallery-link"><h2>This is a test Perfume</h2><div class="flvgallery-thumbnail"><img src="https://contents.oricon.co.jp/cdimg/TKCA-73390.jpg" alt="This is a test Perfume" /></div></a><br /></div><script type="text/javascript">flvconfig["video-1"] = new VideoConfig("/Videos/Perfume_DreamFighter.flv",400,240,"");</script>
    <br />
    &nbsp;<br />
    <div class="flvgallery-item"><a href="video-2" class="flvgallery-link"><h2>This is a test High and Mighty Color</h2><div class="flvgallery-thumbnail"><img src="https://img6.imageshack.us/img6/5529/ichirinnohana.jpg" alt="This is a test High and Mighty Color" /></div></a><br /></div><script type="text/javascript">flvconfig["video-2"] = new VideoConfig("https://nujusan.com/Videos/High_and_Mighty_Color-Ichirin_no_Hana.mp4",400,240,"");</script>
    <br />
    &nbsp;<br />
    <div class="flvgallery-item"><a href="video-3" class="flvgallery-link"><h2>This is a test LARC-EN-CIEL</h2><div class="flvgallery-thumbnail"><img src="https://www.nujusan.com/Videos/L'ArcEnCiel01.jpg" alt="This is a test LARC-EN-CIEL" /></div></a><br /></div><script type="text/javascript">flvconfig["video-3"] = new VideoConfig("https://www.nujusan.com/Videos/READY_STEADY.flv",400,240,"");</script>
    Thread Starter russelltodd

    (@russelltodd)

    medric –
    I just uploaded version 1.3 that should fix your problem. There are several calls in the plugin that used this syntax:
    <?= $someVar ?>

    Your PHP settings must not allow that, so I’ve updated all of those to use:
    <?php echo $someVar; ?>

    If you view source on your blog you’ll see that your theme’s header also uses this and has an error in the output (luckily it is in the IE6 CSS declaration):

    <!--[if IE 6]>
    <link rel="stylesheet" href="<?=bloginfo('template_url')?>/style-ie6.css" type="text/css" media="screen" />
    <![endif]-->

    The new version of code is out there, so please download and let us know if it works.

    -Russell

    will do that right now

    Thank you Jesus and my main man Rusell Todd I have to stop by the church one day and say thanks… i am in Suwanee Ga aka Johns Creek

    It Works

    Thread Starter russelltodd

    (@russelltodd)

    So glad I was able to fix that for you. We are starting a Gwinnett campus, so in a year or so we’ll make it more convenient for you to come by!

    Let me know if you have any other issues with the plugin. I’ve got a couple of other fixes and features that I’m going to try to get to soon.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘[Plugin: FLV Gallery] Continued Help’ is closed to new replies.