• Resolved purbeckpixels

    (@purbeckpixels)


    I’m seeing an odd layout issue when using Firefox (Linux) and The SEO Framework. When I use Screen Options to hide columns in the Posts list (Content Areas in the screenshot below) the remaining columns align right and leave a huge gap left. If I disable The SEO Framework the issue goes away. Everything’s fine in Chrome.

    https://pasteboard.co/8VKLbWhJb.png

    As you can see, I’m simplifying the admin interface for the client so this is an annoying bug.

    Also, is it possible to hide the ‘No Search’ text from everyone but administrators?

    Thanks.

    • This topic was modified 7 years, 9 months ago by purbeckpixels.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi @purbeckpixels,

    IE table layout bug
    Firefox still has some issues brought with Internet Explorer 6 (what it’s based upon), i.e. 12 years old bugs…
    I’ve explained it in more detail here: https://github.com/sybrew/the-seo-framework/issues/57

    The Internet Explorer bug (described as a feature) is found here under “Remarks”:
    https://msdn.microsoft.com/en-us/library/ms530820(v=vs.85).aspx

    You can solve this issue by disabling the SEO Bar for overview tables in the General Settings Layout tab until further update notice.

    Removing “No Search”
    You can remove the post states by using this filter in your (child) theme’s functions.php file or a custom plugin:

    add_filter( 'the_seo_framework_allow_states', '__return_false' );
    

    I hope this explains the lot, if you have any more questions, feel free to ask!

    • This reply was modified 7 years, 9 months ago by Sybre Waaijer.
    Thread Starter purbeckpixels

    (@purbeckpixels)

    Thank you. I’ll disable the SEO Bar once everything’s set up. I should’ve thought to look for a filter to remove ‘No Search’. Thanks again.

    Thread Starter purbeckpixels

    (@purbeckpixels)

    Resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Odd layout issue in Firefox’ is closed to new replies.