Viewing 5 replies - 1 through 5 (of 5 total)
  • Edit this file.: /wp-content/plugins/awesome-filterable-portfolio/afp.php
    Replace the 391 line.
    This .:
    $items = $wpdb->get_results(‘SELECT * FROM ‘ . $wpdb->prefix . ‘afp_items
    ORDER BY item_sorting‘);

    These.:
    $items = $wpdb->get_results(‘SELECT * FROM ‘ . $wpdb->prefix . ‘afp_items’);

    So remove the order by section, and the plugin works.
    Sorry my bad english.

    Thread Starter robroc

    (@robroc)

    Hi. Thank you for your answer. Your solution made the portfolio items appear in my list. But I still cannot add a new item. Categories are still gone, and I cannot add a new one.

    I also have this problem. Replacing that line made the list of projects work, but I can’t add anything new. Does anyone have a fix for this?

    I had the same problem and when I went to the developer’s site (https://brinidesigner.com/wordpress-plugins/awesome-filterable-portfolio/?utm_source=AFP&utm_medium=AFP&utm_campaign=AFP), I saw the recommendation to deactivate and reactivate the plugin. Ended up fixing the issues for me. Hope this helps someone else!

    Thread Starter robroc

    (@robroc)

    Yes, deactivating and reactivating the plugin worked! Thank you for the suggestion, ndk227.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stopped working after update’ is closed to new replies.