• Resolved escalatoraccidnt

    (@escalatoraccidnt)


    Hey,

    I inherited a website I’m helping someone with and they have a Gantry powered theme. I’m getting everything up to date, but there are issues with the admin settings, I can’t do certain things because the buttons have moved and aren’t usable.

    Take a look:

    http://i.imgur.com/UTeoHL9.jpg

    I can’t get support from RocketTheme because they can’t find their login of course.

    I’d rather not do a whole redesign, but I’m not familiar with their themes and don’t want to buy access just to have an error fixed.

    http://wordpress.org/plugins/gantry/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter escalatoraccidnt

    (@escalatoraccidnt)

    Ended up paying for a membership as topic had to be resolved. As of now RocketTheme is leaning towards this being an issue with my host (wp engine) and a conflict with their management plugin. Will try and update when resolution is found.

    Thread Starter escalatoraccidnt

    (@escalatoraccidnt)

    I just wanted to share for further use, that the conflict was the WP Engine Plugin stylesheet loading on all admin pages.

    We worked out a fix that may or may not work for others. It’s not an official patch or anything, but they are aware of it now and working an official fix into the plugin at some point.

    if ( !isset( $_GET['page'] ) OR @$_GET['paged'] != 'wpengine-common' )
    add_action('admin_init', function() { wp_dequeue_style('wpe-common'); });

    Thanks to RocketTheme and WP Engine for quick replies to help me figure this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Settings Broken – Buttons Moved Around – Can't Make Selections’ is closed to new replies.