studio

site development

Добро пожаловать, Гость
Пожалуйста Вход или Регистрация.    Забыли пароль?

smartresizer problem
(1 чел.) (1) Гость
ВнизСтраница: 1
Сообщения темы: smartresizer problem
#213
smartresizer problem 2 г., 4 мес. назад Репутация: 0
hi,
i m new to joomla and smartresizer was first plug in i wanted to check out and install. so i installed it and enabled it, since it was disabled when i went to plugin screen. then i set some values for it, at first i put only thumbnail width for blogs as 200 (do i enter 200 or 200px ) then i went to article manager, selected one of my articles and opened html source, there i found
Код:

<img src="http://image.dnevnik.hr/media/images///520xX/Aug2008//60146417.jpg" border="0" width="300" height="300" style="float: left; border: 0;" />

and edited style in this way
Код:

style="smartresize; float: left; border: 0;"

clicked update and saved article... went to preview but there was no change. i tried different settings for plug in, i had my images in original size, and i had images with defined size it was all same. one thing i should mention when i update code and save article, and return to it again there are no changes in code, like it wasnt saved.
thank you for reading i hope theres cure for my noobness
astrada
Fresh Boarder
Постов: 1
graphgraph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
#214
smartresizer problem 2 г., 4 мес. назад Репутация: 6
this is wrong:
Код:

style="smartresize;...

this is right:
Код:

class="smartresize"


and this path is wrong:
Код:

src="http://image.dnevnik.hr/media/images///520xX/Aug2008//60146417.jpg"


this is the right path:
Код:

src="http://image.dnevnik.hr/media/images/520xX/Aug2008/60146417.jpg"


Make sure that your changes are saved in article (open article in editor again and check your code exists)
Igort
Administrator
Постов: 584
graph
Пользователь в оффлайне Кликните здесь, чтобы посмотреть профиль этого пользователя
Последнее редактирование: 30.12.2009 16:30 Редактировал Igort.
Для добавления сообщений Вы должны зарегистрироваться или авторизоваться
 
ВверхСтраница: 1
Модераторы: Igort
получить последние сообщения прямо на Ваш рабочий стол