Recommended Posts

Всем привет. Ребятушки, нужна ваща помощь. Фотораму прикрутил, осталась одна проблема. Не могу заставить отображать заголов для каждого спецепредложения.

{if $special_items2|count>0}				<div class="fotorama" data-fit="contain" data-width="100%" data-height="480"  style="margin-top:-8px;width:640px;height:547px;background-color:#fff;" data-nav="thumbs">				<!-- 	{section name=i loop=$special_items2} -->						{if $special_items2[i].img[0].normal ne ''}				<a href="{$special_items2[i].href}"><img src="{$estate_folder}/img/data/{$special_items2[i].img[0].normal}" data-caption="{$special_items2[i].type_sh} / {$special_items2[i].city}, {$special_items2[i].street} / {$special_items2[i].price|number_format:0:",":" "}" alt="">				{else}				<img src="{$estate_folder}/template/frontend/{$current_theme_name}/img/no_photo_940_360.png" data-caption="{$special_items2[i].type_sh} / {$special_items2[i].city}, {$special_items2[i].street} / {$special_items2[i].price|number_format:0:",":" "}" alt="">				{/if}				</a>				        {/section}		{/if}								</div>	<!-- /.container --></header><!-- /#header -->

Что не так в коде? не очень силен я в этом. Шаблон estetico (main.php). 
http://fotorama.io/customize/captions/

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Всем привет. Ребятушки, нужна ваща помощь. Фотораму прикрутил, осталась одна проблема. Не могу заставить отображать заголов для каждого спецепредложения.

{if $special_items2|count>0}				<div class="fotorama" data-fit="contain" data-width="100%" data-height="480"  style="margin-top:-8px;width:640px;height:547px;background-color:#fff;" data-nav="thumbs">				<!-- 	{section name=i loop=$special_items2} -->						{if $special_items2[i].img[0].normal ne ''}				<a href="{$special_items2[i].href}"><img src="{$estate_folder}/img/data/{$special_items2[i].img[0].normal}" data-caption="{$special_items2[i].type_sh} / {$special_items2[i].city}, {$special_items2[i].street} / {$special_items2[i].price|number_format:0:",":" "}" alt="">				{else}				<img src="{$estate_folder}/template/frontend/{$current_theme_name}/img/no_photo_940_360.png" data-caption="{$special_items2[i].type_sh} / {$special_items2[i].city}, {$special_items2[i].street} / {$special_items2[i].price|number_format:0:",":" "}" alt="">				{/if}				</a>				        {/section}		{/if}								</div>	<!-- /.container --></header><!-- /#header -->

Что не так в коде? не очень силен я в этом. Шаблон estetico (main.php). 

http://fotorama.io/customize/captions/

не понятно что вы выводите 

1. {if $special_items2[i].img[0].normal ne ''}

                <a href="{$special_items2.href}"><img src="{$estate_folder}/img/data/{$special_items2.img[0].normal}" data-caption="{$special_items2.type_sh} / {$special_items2.city}, {$special_items2.street} / {$special_items2.price|number_format:0:",":" "}" alt=""

здесь вы задаете путь. 

2. {else}

                <img src="{$estate_folder}/template/frontend/{$current_theme_name}/img/no_photo_940_360.png" data-caption="{$special_items2.type_sh} / {$special_items2.city}, {$special_items2.street} / {$special_items2.price|number_format:0:",":" "}" alt="">

                {/if}

тут вы задаете картинку, не вижу связи.

 

Могу нормально настроить и прописать. скиньте ссылку и доступ в админку.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

не понятно что вы выводите 

1. {if $special_items2[i].img[0].normal ne ''}

                <a href="{$special_items2.href}"><img src="{$estate_folder}/img/data/{$special_items2.img[0].normal}" data-caption="{$special_items2.type_sh} / {$special_items2.city}, {$special_items2.street} / {$special_items2.price|number_format:0:",":" "}" alt=""

здесь вы задаете путь. 

2. {else}

                <img src="{$estate_folder}/template/frontend/{$current_theme_name}/img/no_photo_940_360.png" data-caption="{$special_items2.type_sh} / {$special_items2.city}, {$special_items2.street} / {$special_items2.price|number_format:0:",":" "}" alt="">

                {/if}

тут вы задаете картинку, не вижу связи.

 

Могу нормально настроить и прописать. скиньте ссылку и доступ в админку.

Я поменял только класс div и прописал вместо title > data-caption

Давайте попробуем. Скину в личку доступы.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас