وعليكم السلام ورحمة الله وبركاته
يبدو لي لا ترى صفحة المتنج سوى من الجوال لذلك تطلب ذلك، على سطح المكتب تظهر الصورة على اليسار وهكذا مناسب.
لتنفيذ طلبك حرر القالب
store_addon_file الخاص بالإستايل الذي تستعمله وقم بقص منه:
<div class="product-image-container">
<a data-src="{$Inf['image']}" data-caption="{$Inf['image']}" data-fancybox="group" data-type="image">
<img src="{$Inf['image']}" alt="{$Inf['title']}" class="product-image" width="200" /></a>
<p class="text-over-zoom"><i class="fa fa-search-plus" aria-hidden="true"></i></p>
{if {$Inf['alternate']}}
<div class="alternate">
<?php
$TabsArr = preg_split('#[rn]+#', $PowerBB->_CONF['template']['Inf']['alternate'], - 1, PREG_SPLIT_NO_EMPTY);
foreach ($TabsArr as &$Server){
if (stristr($Server,'youtube') || stristr($Server,'vimeo')){
echo '<a data-src="'.$Server.'" data-caption="'.$PowerBB->_CONF['template']['Inf']['title'].'" data-fancybox="group" title="انقر لعرض الفيديو"><img src="store/assets/youtube.jpg" frameborder="0" alt="video" width="70" height="50" style="width:70px;height:50px" /></a> ';
}
else
{
echo '<a data-src="'.$Server.'" data-caption="'.$PowerBB->_CONF['template']['Inf']['title'].'" data-fancybox="group" data-type="image" href="javascript:;" title="انقر لتكبير الصورة"><img src="'.$Server.'" width="70" height="50" style="width:70px;height:50px" alt="'.$PowerBB->_CONF['template']['Inf']['title'].'" /></a> ';
}
$x++;
}
?>
</div>
{/if}
</div>
وقم بلصقه بعد
<div style="margin-top:40px">
حفظ