Forum Replies Created

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

    (@lizbohn)

    2 proposed solutions, both seem to work:

    “There seems to be a glitch with WordPress gallery. Initially, it links to Media file, however it won’t work. You’ll need to select other option (attachment page) -> click save and go back to select Media File -> click save.”

    AND

    1- Go to Appearance -> Editor

    2- Find functions.php on right side listing, click on it and edit it

    3- Add this line before ?>

    remove_action(‘init’,’ace_add_themescript’);
    remove_action(‘wp_head’, ‘ace_wp_thickbox_script’);

    remove_filter(‘the_content’, ‘ace_colorbox_replace’);
    remove_filter(‘wp_get_attachment_link’ , ‘ace_add_colorbox_rel’);
    remove_action(‘wp_footer’, ‘ace_colorbox_script’);
    remove_action(‘wp_head’, ‘ace_colorbox_css’);
    remove_action(‘wp_head’, ‘ace_colorbox_javascript’);

    4- Update file.

    That should remove the theme Javascript which craches with Jetpack.

    Just in case anyone else is having the same problem.

    Thread Starter LizBohn

    (@lizbohn)

    I downloaded the theme from bluchic.com about a month ago. They provide support, but for their theme, not the wordpress components. I am a huge novice at this, I am afraid if I switch my theme I will lose all of the things I’ve done to the site thus far, is that incorrect?

    Thread Starter LizBohn

    (@lizbohn)

    I have everything disabled except Jetpack. Still not working.

    Thread Starter LizBohn

    (@lizbohn)

    When I cleared my cache and browser history it did allow for it to load into the carousel momentarily, then a smiley face now appears in the top left hand corner of my screen. I am going to be beyond frustrated with myself if this is simply a slow connection on my end or something. Could you look and see if the test gallery I uploaded does the same for you? http://www.alisonulshofferevents.com/gallery ?
    Thanks!

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