Where are the data I entered into BeTheme modules stored?
Hello, I have developed a site locally and added my text in the “columns” form using HTML code for the images. Here is what I wrote:
<h4>Grand Prix quality</h4>
<img src="http://localhost:8888/mysite.com/wp-content/uploads/2024/02/award.png" alt="Excellence Award" height="160"><br>
[divider height="20"]
Now I have moved everything online from my computer to the official site, and I created a subfolder for staging. The folder name is “localhost.”
I have updated all instances in the database from http://localhost:8888/mysite.com/wp-content to http://mysite.com/localhost/wp-content
I made the same change in the BeTheme configuration file (Backup&Reset).
The site is working correctly, however, the images are still pointing to localhost:8888, even though in the database they are pointing to mysite.com/localhost
I have already cleared both the site cache and browser cache, and I also modified the .htaccess file to redirect requests from localhost:8888 to the new URL.
However, not all images are being loaded. Where are code snippets like the one indicated stored?
Thank you
Comments
Hello,
Please see the following article:
https://support.muffingroup.com/how-to/how-to-change-url-path-in-muffin-builder/
Best regards
Perfect. Thanks