It sounds like you are on the right track by using the Find and Replace feature to update the image paths. Here are a few steps to ensure everything is set up correctly:
Check the Image Path: Ensure that the new image path is correctly set in the Find and Replace dialog. You can use regular expressions to match and replace the paths accurately. For example, if you moved your images to a new folder called newfolder
, you can use:
- Find:
(.*)
- Replace:
newfolder/$1
Verify the Scope and Field: Make sure the Scope
is set to Entire project
or Tree selection
depending on your needs, and the Field
is set to Path
.
Check for Errors: The Find and Replace dialog will show a green arrow if the replacement is valid and a red arrow if there is a problem. Ensure there are no red arrows indicating issues.
Manual Verification: Sometimes, it helps to manually verify one of the image paths to ensure it is correct. You can do this by selecting an attachment and checking its path in the attachment properties.
Image File Lookup: Ensure that the image file lookup rules are correctly followed. The image path should be relative to the images folder set in Spine. More details can be found here.
If you follow these steps and it still doesn't work, please provide more details or screenshots of your setup so we can help you better.