Title: Theme Options tabs problem
Last modified: August 21, 2016

---

# Theme Options tabs problem

 *  [quintus](https://wordpress.org/support/users/quintus/)
 * (@quintus)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/theme-options-tabs-problem/)
 * Hi, first I want to thank you for sharing your work, as it’s a really nice theme.
 * I’ve a problem with the theme options, at first General Options is visualized
   correctly but once you select any other tap, the options hide and I can’t view
   any of them. So I can’t change options under Homepage top feature, area, styling,
   etc.
 * I’ve tried it with different browsers with no luck. I’ve to mention that theme
   is installed under a brand new installation of wordpress for testing with no 
   plugins or customizations made.
 * Hope you could help, kind regards, Quintus.

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

 *  [Renato](https://wordpress.org/support/users/renatovmendescombr/)
 * (@renatovmendescombr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/theme-options-tabs-problem/#post-4015372)
 * I had the same problem that Quintus.
 * Also, when trying to access a second page is displayed the message “The connection
   was reset”
 *  [cl4u2](https://wordpress.org/support/users/cl4u2/)
 * (@cl4u2)
 * [13 years ago](https://wordpress.org/support/topic/theme-options-tabs-problem/#post-4015454)
 * I solved by changing in admin-interface.php
 * >  var clicked_group = jQuery(this).attr(‘href’);
 * into
 * >  var clicked_group = “[id='” + jQuery(this).attr(‘href’).substring(1) + “‘]”;
 * and in header.php deleting this line
 * >  <?php wp_head(); ?>

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

 The topic ‘Theme Options tabs problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/road-fighter/1.3.5/screenshot.
   png)
 * Road Fighter
 * [Support Threads](https://wordpress.org/support/theme/road-fighter/)
 * [Active Topics](https://wordpress.org/support/theme/road-fighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/road-fighter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/road-fighter/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [cl4u2](https://wordpress.org/support/users/cl4u2/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/theme-options-tabs-problem/#post-4015454)
 * Status: not resolved