• Resolved wickedplugins

    (@wickedplugins)


    Hi there!

    I am the author of a plugin called Wicked Folders and am hoping you can help me with a small issue.

    A user recently reported that the ‘Date’ column on their Posts page in the admin was disappearing when both Wicked Folders and SmartCrawl SEO were activated at the same time. We looked into and found that, indeed, this does occur in scenarios where SmartCrawl SEO’s manage_posts_columns filter runs after the Wicked Folders manage_posts_columns filter (which is happening on the user’s instance).

    In looking at the smartcrawl_page_title_column_heading() function, we noticed that the function adds two new column headings (‘Title Tag’ and ‘Robots Meta’) by slicing the original column headings array at specific indexes; however, because our plugin adds a column heading (as many plugins do), the indexes that are used to slice the headings array are no longer correct causing one of the columns to disappear (in this case the ‘Date’ column).

    Since many plugins alter the column headings, we believe the solution should be to adjust the smartcrawl_page_title_column_heading() function so that it doesn’t rely on specific column indexes. Do you agree with this assessment? If so, would it be possible for your team to look into and adjust?

    Thanks in advance for your help! Please let me know if I can answer any questions or assist with anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m following this challenge with interest as I am a WPMUDEV client and am having this issue. Wicked Plugins reported this for me as they isolated the technical reasons with Smart Crawl Pro. I have also reported the issue directly to WPMUDEV support in speaking with Jorge Diaz who said the ticket will be responded to here with updates.

    Hey @wickedplugins and @larsenja,

    Thanks a lot for contacting us about this, I can confirm that Jorge reported this to our devs and we have it on to do list for next plugin version that’s currently being worked on.
    So it will be fixed when 2.2.5 is out 🙂

    Cheers,
    Predrag

    Thread Starter wickedplugins

    (@wickedplugins)

    Great, thank you!

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

The topic ‘Missing Columns on Posts Page’ is closed to new replies.