Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8719255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:44:59+00:00 2026-06-13T06:44:59+00:00

stack. we’re working on a site: http://rodneycrowell.wpengine.com it’s a single page scroller, with quite

  • 0

stack.

we’re working on a site: http://rodneycrowell.wpengine.com

it’s a single page scroller, with quite a lot of widgets.
the first widget on the home page is set up with jQuery UI Tabs.
we’ve enqueued the styles, and jQuery ui through the functions.php file
like so:

function ahso_scripts() {

    wp_register_script( 'jquery-easing', CHILD_URL . '/library/js/jquery.easing.1.3.js', array('jquery'), '1.3', TRUE );
    wp_register_script( 'jquery-smoothness', CHILD_URL.'/library/js/jquery.smoothscroller.js', array('jquery-easing'), '1.0', TRUE );
    wp_register_style( 'jquery-ui-custom', CHILD_URL.'/library/css/jquery-ui-1.9.0.custom.css', '', '1.9.0', 'all' );

    // only on the home page
    if ( is_front_page() ) {

        wp_enqueue_script( 'jquery-easing' );
        wp_enqueue_script( 'jquery-smoothness' );

        // jquery-ui-tabs
        wp_enqueue_style( 'jquery-ui-custom' );
        wp_enqueue_script( 'jquery-ui-tabs' );
    }

}
add_action( 'wp_enqueue_scripts', 'ahso_scripts' );

and on the page-home.php template, we’re instantiating the jQuery Ui Tabs like so:

<script type="text/javascript">
    //<![CDATA[
    jQuery(document).ready(function() {
        jQuery("#tabs").tabs();
    });
    //]]>
</script>
<!--[if lt IE 9]-->
<script type="text/javascript">
    //<![CDATA[
    jQuery(function() {
        jQuery("#tabs").tabs("option", "disabled", false);
    });
    //]]>
</script>
<!--[endif]-->

the markup is a little funny, as i’ve been trying things, not passing in ‘$’ as an alias, using (document).ready(), troubleshooting.

for some reason, the tabs won’t instantiate, or work, we’re getting no errors in the console for the tabs,
granted, there’s a lot going on in some of the widgets, but this issue appeared long before we added anything to those,

what’s really giving me grief, is we’ve already done this on another site in pretty much the same manner, and it works. http://granthammond.com

if you look down at the bottom of the sidebar, you’ll see some tabs,
the only big difference being those are output by a shortcode, vs. these, which are echoed out in a page template.

thanks again stack.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:45:00+00:00Added an answer on June 13, 2026 at 6:45 am

    The javascript portion of jQuery UI Tabs IS working. If you look at source and click on the different tab titles, the correct css classes are being added. However, the tab styles that are necessary aren’t included in your jQuery UI stylesheet =]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi Stack Overflow community. I'm developing a wordpress website for Satan. First of all,
stack overflow ! I'm working on an application that manipulates SQL tables in a
in stack-overflow, there's a badge called Enthusiast which is earned by Visited the site
Stack Overflow has a lot of questions regarding global variables in python, and it
Ahoy Stack Overflow! This be mai first post... I'm attempting to identify users with
Here on Stack Overflow, you're a user. On 43things.com you're a person. On other
Stack, Basically, I want a homepage with multiple posts stacked on top of each
Stack Trace Picture of stack trace here Values aren't being passed to the other
Stack: I'm trying to turn my website's user profile into more of a feed
Stack Overflow. Let's say I want to initialize a non-static class of variables, two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.