Pages missing from Clone Existing list

Hello.
I’ve noticed this on a few Pro sites I manage.

  1. Create new Page
  2. Open new Page in Cornerstone
  3. Choose ‘Clone Existing’ option
  4. The ‘Existing Pages’ list does not include all Pages on the site. Using the ‘Search’ input also does not return all pages.

I’ve see a few threads about this, but none with a resolution.

Can you please point me in a direction to resolve this?

Thank you

Hello @redpupmedia,

Thanks for writing to us.

To help you with your concerns we need to check your settings, I would request please share the admin login details meanwhile I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password
  • Exact layout URL

You can find the Secure Note button at the bottom of your posts

Thanks

Hey @redpupmedia,

Try adding the following code in your child theme’s functions.php

add_filter("cs_locator_limit", function() {
  return 200;
});

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.