• 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

    (@renatovmendescombr)

    I had the same problem that Quintus.

    Also, when trying to access a second page is displayed the message “The connection was reset”

    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.