Wrapping text around a slideshow?
9 years 4 months ago #32125
by mberman14
Replied by mberman14 on topic Wrapping text around a slideshow?
Thanks, Ced.
I tried both
and
but nothing changed. The slideshow remains at full width.
Here is temporary test page:
www.nuevaschool.org/index.php?option=com...view=article&id=1405
Thanks,
Matt
I tried both
Code:
<p style="float: right; width: 300px;">{loadposition Intersession2016Test}</p>
and
Code:
<p style="float: right; width: 40%;">{loadposition Intersession2016Test}</p>
but nothing changed. The slideshow remains at full width.
Here is temporary test page:
www.nuevaschool.org/index.php?option=com...view=article&id=1405
Thanks,
Matt
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32134
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Wrapping text around a slideshow?
are you loading your article automatically in the slideshow ?
please try with the demo data by creating a new slideshow module for your tests
please try with the demo data by creating a new slideshow module for your tests
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32136
by mberman14
Replied by mberman14 on topic Wrapping text around a slideshow?
Hi, Ced,
Thanks, as always, for your amazing responsiveness.
I'm not sure what you mean by "loading your article automatically in the slideshow." We have a joomla article. In that, we call the slideshow with loadposition. The slideshow is set to load the pictures and captions from a folder. The picture and captions files are uploaded by ftp.
Is that what you needed to know?
Thanks,
Matt
Thanks, as always, for your amazing responsiveness.
I'm not sure what you mean by "loading your article automatically in the slideshow." We have a joomla article. In that, we call the slideshow with loadposition. The slideshow is set to load the pictures and captions from a folder. The picture and captions files are uploaded by ftp.
Is that what you needed to know?
Thanks,
Matt
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32139
by ced1870
it seems that there is a HTML issue in your captions, a closing DIV that is too much
Please try with another slideshow with the demo data as asked
, just to see if it works
Joomlack Webmaster and Developer
Replied by ced1870 on topic Wrapping text around a slideshow?
ok this is what I wanted to knowThe slideshow is set to load the pictures and captions from a folder.
it seems that there is a HTML issue in your captions, a closing DIV that is too much
Please try with another slideshow with the demo data as asked

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32143
by mberman14
Replied by mberman14 on topic Wrapping text around a slideshow?
There is no html in the captions that I am aware of, but I reset the Slides Source to Slides Manager, which has the demo data. No difference.
Thanks,
Matt
Thanks,
Matt
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32146
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Wrapping text around a slideshow?
ok thank you for the test
The problem in fact is that your <p> tag is closed immediately like if you had a HTML issue, but after checking I don't find any html problem
try to replace your
<p style="float: right; width: 300px;"> ... </p>
with
<div style="float: right; width: 300px;"> ... </div>
The problem in fact is that your <p> tag is closed immediately like if you had a HTML issue, but after checking I don't find any html problem
try to replace your
<p style="float: right; width: 300px;"> ... </p>
with
<div style="float: right; width: 300px;"> ... </div>
Joomlack Webmaster and Developer
The following user(s) said Thank You: mberman14
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds