studio

site development

Добро пожаловать, Гость
Пожалуйста Вход или Регистрация.    Забыли пароль?
этот форум заблокирован; новые посты невозможны
Violating template layout when disclosing contact information этот форум заблокирован; новые посты невозможны
(1 чел.) (1) Гость
ВнизСтраница: 1
Сообщения темы: Violating template layout when disclosing contact information
#488
Violating template layout when disclosing contact information 2 г., 2 мес. назад Репутация: 6
Bruce wrote:

> iPrice displays fine in the template, until you click on Advanced
> Order. For some reason the template does not see that it must expand
> its view, until you minimise the bottom dropdown and then re-expand it
> from the top, then it all shows up perfectly. However clients will not
> know to do this, so is it possible to have the Advanced Order display
> right from the start without having to click the button Advanced
> Order, that way the template will always display it with no problems.
> How can the CSS code be modified to always show the Advanced Order, or
> is there another way that this problem can be solved.
Igort
Administrator
Постов: 584
graph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Тема заблокирована
 
#489
Re: Violating template layout when disclosing contact information 2 г., 2 мес. назад Репутация: 6
My answer:

Some templates can not adjust its height with increasing the height of the workspace.
The most fast solution will make contact information already disclosed.
You should change file components/com_ipricecalc/views/category/tmpl/default.php
line 239:
Код:

<div style="display: none;" id="order_dat" name="order_dat">

remove style="display: none;", should be the next:
Код:

<div id="order_dat" name="order_dat">

Also you should remove "Advanced order" button. Remove this code, starting line 236:
Код:

<center><input type="button" class="button" onclick="document.getElementById('order_dat').style.display=''; style.display='none'" value="<?php echo JText::_('Preorder');?>">
</center>
<br>

Igort
Administrator
Постов: 584
graph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Последнее редактирование: 09.03.2010 15:00 Редактировал Igort.
Тема заблокирована
 
ВверхСтраница: 1
Модераторы: Igort
получить последние сообщения прямо на Ваш рабочий стол