
Hi,
I am using Joomla and i created a theme for Joomla in which i have added some pictures from my local disk. Everything seems to be working fine on my PC but when i exported the template and deployed in on my production server then i dont see the images i added from my disk. When i inspected the webpage it has actually taken the local file link. Can you please help me resolve this issue.
Below is a snapshot of the CSS from my production server where it shows the URL of the image to be pointing to the local server while it should have been a relative path of my production server.
.additional-class-1162730019:before {
content: url(http://127.0.0.1:12080/themler_848223627/joomla/images/editor-content/3e41a3c7e46f39a55d9ea7050a8bc588_img_hr.png);
font-size: 0 !important;
line-height: 0 !important;
}.additional-class-1162730019:before{display: inline-block;}