Hi everyone, I deployed in my wordpress website a custom javascript application to design your own bike and order it. This application uses multiple images to build the rendering of the bike. The site used default permalinks and everything worked fine.
After i installed nextgen gallery plugin that needs postname permalinks to work well.
When i use postname permalinks my javascript application starts without problem however when i want to choose the color of the component of the bike my application give me the message "Error loading image". Using chrome dev tools i understood the problem: postname permalinks rename the images url.
My images are stored in "wordpress" folder of my server and postname permalinks rename the url in "mywebsite.com/post-name/url of my images" rather than "mywebsite.com/url of my images".
Could you help me please?