Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mde1954

    (@mde1954)

    Hi Steve,

    Yes, even if I clicked ‘Maybe Later’ and then, after I left the review and I clicked ‘Already done it’ and dismissed the popup, it still came back. I have permanently hidden it now so I can’t tell if it has subsequently gone away.

    My apolgies – I should have raisd it as a fault not complained in the review.

    Mike.

    Thread Starter mde1954

    (@mde1954)

    You prompted me to look in the right place. It was related to the shortcode, which had this element:

    filter=”delete_record!=Yes”

    That simply hides anything with delete_record set to Yes in the front end list. Of course it doesn’t actually result in a delete, but it appears to from the user’s perspective.

    The problem was that the CSV import file did not set any value for that field, so even though it was never “Yes” the filter was not picking out the records. I simply put a value of “No” (although it could have been anything) in the appropriate column of the spreadsheet and re-imported. Problem solved.

    Thread Starter mde1954

    (@mde1954)

    Thanks @bijisaga, I tried that and it has resolved the problem. It causes others because the site is a subdomain in my development sandbox and other sites under development need PHP 7.2, but I can hopefully just switch versions when I need to. When I go live I can run 5.6, although I have some concerns that other plugins will increasingly need a higher version.

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