• Resolved baco99

    (@baco99)


    Hello guys, I’m new at wordpress and usually I use online tutorial for my site.

    I would like to add some tabs to it, and I follow two guides:
    1) (in italian but easy to follow I think) [link removed]
    2) In english [link removed]

    At the moment my tab are in this situation (first tutorial but with the second one was the same): [link removed]

    Seems the site can’t reach the jquery file, right?

    I have tried many times with:
    <script type=”text/javascript” src=”/js/jquery.tools.min.js”></script>
    or with:
    <script type=”text/javascript” src=”<?php bloginfo(‘siteurl’); ?>/js/jquery.idTabs.min.js”></script>
    or:
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/jquery.idTabs.min.js”></script>

    Can you help me with my header?
    I hope someone can check it, are two days and 10 hours that I’m trying this:(

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter baco99

    (@baco99)

    This is the code at the moment:

    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
    
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_enqueue_script('jquery'); ?>
    <script type="text/javascript" src="/js/jquery.tools.min.js"></script>
    
    <?php wp_head(); ?>

    The first : <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
    is from the template.

    Must I put it after:
    <?php wp_enqueue_script(‘jquery’); ?> ?

    I have tried many variants but with no result.

    Thread Starter baco99

    (@baco99)

    Is it possibile to delete this topic? I prefer to remove my url thanks:)

    It is not the general policy to delete forum posts. When a post is made and people contribute answers to an issue, that then becomes part of the community resource for others to benefit from and deleting posts removes this added value. In extreme circumstances, members of the moderation team might be persuaded to remove sensitive information that has been included in posts accidentally – but your best course of action is not to publish anything that you wouldn’t want to be public. (Remember too that other sites take archive copies of the forums, and we can do nothing to control that.)

    Thread Starter baco99

    (@baco99)

    Thanks for reply I understand, but its possibile just to edit my first post and remove my site (not delete the entire topic)?

    I thought was possibile to edit our posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem adding jquery tab’ is closed to new replies.