• Resolved mgkasper6

    (@mgkasper6)


    Having an issue with wordTube and a slider that is built into my theme. Seems there may be conflicting Java code that is interfering with the content slider.

    When the wordTube plugin is disabled, it shows the post excerpt in the slider. When it is enabled, the post excerpt is gone.

    Here is the source code script tags for the page with the slider on it:

    <script type='text/javascript' src='http://kasperfam.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-includes/js/swfobject.js?ver=2.2'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/plugins/kpicasa-gallery/shadowbox/shadowbox.js?ver=3.0rc1'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/themes/Marina/js/jquery.easing.1.1.js?ver=3.0.1'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/themes/Marina/js/jcarousel.js?ver=3.0.1'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/themes/Marina/js/cufon.js?ver=3.0.1'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/themes/Marina/js/TitilliumMaps26L_800.font.js?ver=3.0.1'></script>
    <script type='text/javascript' src='http://kasperfam.com/wp-content/themes/Marina/js/effects.js?ver=3.0.1'></script>
    <script type='text/javascript' src='http://kasperfam.com/index.php?wordtube-js=true&ver=2.0'></script>
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://kasperfam.com/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://kasperfam.com/wp-includes/wlwmanifest.xml" />
    <link rel='index' title='The Kasper Family' href='http://kasperfam.com/' />
    <meta name="generator" content="WordPress 3.0.1" />
    <script type='text/javascript'>
    	Shadowbox.init();
    </script>

    I really hope someone can help me out. The wordTube plugin is the absolute exact thing I was looking for and would hate to have to use something else.

    Thanks in advance,

    MK

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem for the last year. I got it fixed back in Dec 2009 then when I updated wordTube or reinstalled it (cant remember) it started doing that again. So I had to get it fixed by someone from getafreelancer for like $40. And now its fixed but for some reason its screwing up my Wassup visitor statistics plugin. Instead of seeing where the visitors are going on my website it says: /index.php?wordtube-js=true&ver=2.0
    and:
    /index.php?wt-stat=true

    kinda sucks.. I guess I’m going to have to have someone fix it for me…

    Hey, I just noticed it was resolved. Can you please let me know how you were able to fix your problem? I’d like to know how to fix it myself.

    Thread Starter mgkasper6

    (@mgkasper6)

    Yes, I was planning on posting my resolution but time got away from me…

    Seemed there was a conflict with the theme’s code and wordtube plugin. This is what the theme developer suggested that worked:

    Okay, Open the tab.php file in the theme and find the following line

    <p><?php the_content_rss('more_link_text', TRUE, '', 50); ?></p>

    Delete it and paste the following in its place

    <?php the_excerpt(); ?>

    Hope this helps you out as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflicting Java with wordTube’ is closed to new replies.