Shape 5

Joomla Templates => Eventfull - Club => : frenky_14 May 11, 2016, 10:13:07 AM



: S5 Image and Content Fader v4 Custom HTML not working
: frenky_14 May 11, 2016, 10:13:07 AM
Hello,

I really like the Eventfull template, it has a lot of nice features which let you build a good looking site.
I have a question regarding the S5 IACF v4, I wanted to insert simple HTML code into the Image Text Text box, e.g. a table or unordered list, but this content is not visible on the page. When inspecting the source code, the HTML code appears at the right spot, but it seems that it is not enabled/visible/...

For example, I tried inputting the following code (from the demo site):
:
<ul class="ul_bullet">
<li>This is an <strong>Unordered List with class ul_bullet</strong></li>
<li>Congue Quisque augue elit dolor nibh.</li>
<li>Condimentum elte quis.</li>
<li>Opsum dolor sit amet consectetuer.</li>
</ul>

I also tried inserting my custom list or table code inside the one from the demo site, also without success, and content which is positioned after such a code insert does also not appear on the site.

Is there a limitation on which HTML tags are allowed to be used?

Thank you!

Klemen


: Re: S5 Image and Content Fader v4 Custom HTML not working
: jonahh May 11, 2016, 11:57:41 AM
Hello Klemen,

Yes unfortunately the ul, li tags won't work with the module. But you can use something like spans to create a list and mimic the ul li. If you need help with this let me know.


: Re: S5 Image and Content Fader v4 Custom HTML not working
: frenky_14 May 11, 2016, 12:52:16 PM
Hello jonahh,

Thanks for the quick reply and for the tip. I will try the span approach and if it won't work, I'll post a new question :)


: Re: S5 Image and Content Fader v4 Custom HTML not working
: frenky_14 June 15, 2016, 03:43:53 PM
Hello jonahh,

Would it be possible to use the .page_portfolio style for arranging the content on a IACF image? I would like to get a responsive two column content container, to publish a image in one, and some text in the other. Currently, I managed to achieve this by manually creating a table-like container, but unfortunately, this is not responsive.

Thank you for all your help!

Klemen


: Re: S5 Image and Content Fader v4 Custom HTML not working
: jonahh June 16, 2016, 12:12:45 PM
You can add any custom HTML code like the portfolio code to the Image and Content Fader. It may require some custom CSS edits to the CSS for the fader and or the portfolio CSS though. I've never tried doing this.


: Re: S5 Image and Content Fader v4 Custom HTML not working
: frenky_14 June 19, 2016, 03:19:19 PM
Hello,

OK, thanks for the pointers, I will give it a go and see how it goes.

Klemne