Layout from Extra-Field in normal content

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Feb 10, 2013 11:24 pm
Reply with quote
Report this post
Hi,

I love the output from the Extra-Field. but the problem is, when I translate it with falang, there is just a small field, where I don't see the complete text. Although it's getting displayed well on the website, the backend editing for Extra-Fields in falang is either very comfortable nor inspiring confidence. Maybe I also put to much info an styling into the Extra-Field.

So I want to put the text of the Extra-Field into the normal article, but I'd like to have also the fine lines and the alignment etc. How is this possible? Here's a link of my testing-site. Below the video you can see the difference and understand what I mean.

Thanks and best regards,

mb
User avatar
Fresh Boarder

GK User
Tue Feb 12, 2013 5:13 pm
Reply with quote
Report this post
Hi,

Please try to put the output of the extra fields to the article content. In the mentioned example it will be:

Code: Select all
<ul>
                                                                                                                                                                  <li class="even typeTextarea group1">
                                                                                                                  <span class="itemExtraFieldsLabel">Credits:</span>
                                                         <span class="itemExtraFieldsValue"><p class="gkmic">&nbsp;</p>
<ul class="gkBullet4">
<li>Filmmusik: Frank Schreiber</li>
<li>Sounddesign: Frank Schreiber</li>
<li>Filmmischung: Frank Schreiber</li>
</ul>
<p class="gkvideo">&nbsp;</p>
<ul class="gkBullet4">
<li>Regie: Derek Roczen</li>
<li>Producer: Oliver Lähndorf</li>
<li>Produktion: Filmakademie Baden-Württemberg</li>
</ul></span>
                                                                                                               </li>
                                                                                                                                                                                                                        <li class="odd typeTextarea group1">
                                                                                                                  <span class="itemExtraFieldsLabel">Links:</span>
                                                         <span class="itemExtraFieldsValue"><p class="gklink">&nbsp;</p>
<ul class="gkBullet4">
<li><a href="http://www.documenta.de" target="_blank" title="Website documenta">documenta</a></li>
<li><a href="http://www.arte.tv" target="_blank" title="Website Arte">Arte</a></li>
<li><a href="http://www.filmakademie.de" target="_blank" title="Website Filmakademie Baden-Würrtemberg">Filmakademie Baden-Württemberg</a></li>
<li><a href="http://www.captainbligh.de" target="_blank" title="Website Derek Roczen">Derek Roczen</a></li>
<li><a href="http://www.laehndorf.de" target="_blank" title="Website Oliver Lähndorf">Oliver Lähndorf</a></li>
</ul></span>
                                                                                                               </li>
                                                                                                                                                                  </ul>
User avatar
Administrator

GK User
Tue Feb 12, 2013 6:14 pm
Reply with quote
Report this post
Hi dziudek,

thanks for your reply. I did as you suggested, but unfortunately it's not the same result (as you can see on the WS). The font is bigger (which would be easy to handle), but also the lines are missing and the alignment is different...

Best,

mb
User avatar
Fresh Boarder

GK User
Tue Feb 12, 2013 6:33 pm
Reply with quote
Report this post
In this case you have to add some CSS class to the main UL element and the add few CSS rules to reproduce the layout with proper font-size and borders.
User avatar
Administrator


cron