Hocam DLEde tema değiştirince genelde görsel yolları eski temaya bağlı kalıyor.
engine/data/config.php içinde site adresini kontrol edin,
bir de temadaki shortstory.tpl ve fullstory.tpl dosyalarında {$image} değişkeni doğru çağrılıyor mu bakın.
Ayrıca .htaccess içinde eski dizin ismi varsa onu da güncelleyin.
Eğer hâlâ açılmıyorsa muhtemelen uploads/news/ içindeki görsel linkleri absolute path ile kayıtlıdır,
orayı topluca güncellemek gerekebilir
eski temada shortstory tplda kodlar su sekilde
<article class="col-xl-3 col-xxl-3 col-lg-4 col-sm-6 col-md-4 wow fadeIn animated px-1" data-timestamp="{date=Y-d-m H:i}" itemprop="blogPosts" itemscope="" itemtype="https://schema.org/BlogPosting">
<div class="d-none">
<meta itemscope="" itemprop="mainEntityOfPage" itemtype="https://schema.org/WebPage" itemid="{full-link}">
<div itemprop="author" itemscope="" itemtype="https://schema.org/Person">
<span itemprop="name">
<a itemprop="url" href="https://sizinxeber.az/">sizinxeber.az</a>
</span>
</div>
</div>
<div class="background-white border-radius-5 p-5 mb-10" style="border: 1px solid #e8e8e8;">
<div class="post-thumb d-flex mb-15 border-radius-5 img-hover-scale">
<a href='{full-link}'><img class="border-radius-5" src="[xfvalue_image_url_image]" style="object-fit: cover;" width="266" height="176"></a>
<meta itemprop="image" content="[xfvalue_image_url_image]">
</div>
<div class="pl-10 pr-10">
<div class="entry-meta mb-15 mt-10">
<a class='entry-meta meta-2' href='{category-url}'><span class="post-in text-primary font-x-small">{category}</span></a>
</div>
<h6 class="post-title mb-15">
<a href='{full-link}' itemprop="headline">{title}[xfgiven_updatered]<span style="color:red; {stylefonts}">[xfvalue_updatered]</span>[/xfgiven_updatered][xfgiven_updateblue]<span style="color:blue; {stylefonts}">[xfvalue_updateblue]</span>[/xfgiven_updateblue][xfgiven_updategreen]<span style="color:green; {stylefonts}">[xfvalue_updategreen]</span>[/xfgiven_updategreen]</a>
<span class="d-none" itemprop="description">{title}</span>
</h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase mb-10">
<time class="d-none" itemprop="datePublished" datetime="{date=Y-m-d}T{date=H:i}+04:00"></time>
<meta itemprop="dateModified" content="{date=Y-m-d}T{date=H:i}+04:00">
<span class="post-in mr-1"> <a href='{category-url}'><i class="fa fa-eye"></i> {views}</a></span>
<span class="post-by mr-1"> <a href='#'><i class="far fa-calendar-check"></i> {date=d.F.Y}</a></span>
<span class="post-on mr-1"> <a href='#'><i class="far fa-clock"></i> {date=H:i}</a></span>
</div>
</div>
</div>
</article>
YENİ TEMADA KODLAR ŞU ŞEKİLDE
<div class="newsIn">
[full-link]<div class="newsInImg"><img src="{image-1}" alt="{title}" /></div><strong>{title}</strong><span>{short-story limit="180"}</span>[/full-link]
</div>