[Support request] Added security, lost masonry layout

Home Forums Support [Support request] Added security, lost masonry layout

Home Forums Support Added security, lost masonry layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #384601
    Steve

    We just (1) changed to SSL and (2) added security ‘Defender’ by WPMU DEV and have since lost the masonry layout in the blog index page.

    I added this to my wp-config as per: https://docs.generatepress.com/article/disallow-php-execution

    add_action( ‘after_setup_theme’, ‘tu_remove_hooks_php_check’ );
    function tu_remove_hooks_php_check() {
    remove_action( ‘admin_notices’,’generate_hooks_php_check’ );
    }

    But the blog still looks odd, layout here: https://thecubelab.co.uk/blog/

    Not sure if the security plugin caused this as it was working before but we have made more changes since I last looked but can’t think what else it can be.

    Any ideas why that might be?

    Thanks!

    #384676
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try #1 here and see if we can figure out what’s causing the problem? https://docs.generatepress.com/article/debugging-tips/

    #385116
    Steve

    I’ve pinpointed the issue – it’s only when I turn on Smart Crawl which is an SEO plugin from WPMU DEV

    Their plugins are usually pretty good so not sure what to do next. I could use Yoast instead but i’m reluctant to do that. I’ve set define(‘WP_DEBUG’, true); not true but no errors shown.

    Any other thoughts please now I’ve pinpointed the issue?

    Thanks!

    #385415
    Tom
    Lead Developer
    Lead Developer

    I didn’t see the original error, but I’m a big fan of Yoast over other SEO plugins.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.