0
Welcome Guest! Login
0 items Join Now

WORDPRESS 4.0.7 BUG

    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: WORDPRESS 4.0.7 BUG

    Posted 11 years 7 months ago
    • Hi,
      the issue is that both Gantry and that plugin buffer the output and it causes conflict. To fix it add this bit to your theme's functions.php file:
       
      if( class_exists( 'C_Photocrati_Resource_Manager' ) ) {
          remove_action( 'init', array( C_Photocrati_Resource_Manager::$instance, 'start_buffer' ), 1 );
      }
       
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
    • Ligia's Avatar
    • Ligia
    • Newbie
    • Posts: 12
    • Thanks: 0

    Re: WORDPRESS 4.0.7 BUG

    Posted 11 years 7 months ago
    • Awesome!

      Everything back to normal now.

      Thanks a lot Shazdeh!
    • CHRISY's Avatar
    • CHRISY
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Re: WORDPRESS 4.0.7 BUG

    Posted 11 years 7 months ago
    • Shazdeh,

      Many thanks the reply and the very kind comment on styling!

      Appreciate your comment regarding the MP6 plugin and would merely suggest keeping an eye on it.

      It worked well in the last iteration of Gantry but doesn't currently, so I still suspect it's a JS related issue but most probably on their part.

      Can you tell me when you plan to move to BOOTSTRAP 3?

      Regards,

      CHRIS

      P.S. If you want to take a look at the site again, let me know and I'll turn off secondary authentication.
    • Duane Mitchell's Avatar
    • Duane Mitchell
    • Hero Rocketeer
    • Posts: 296
    • Thanks: 5
    • Technology consultant

    Re: WORDPRESS 4.0.7 BUG

    Posted 11 years 7 months ago
    • This code solved my problems. Thanks.
    • Next Generation Solutions | www.nxgnsol.com | 617-539-6050

Time to create page: 0.049 seconds