Hi,
wir wollten auf die Seite zwei verlinkte Icons einbauen. Facebook und Youtube. Die Icons befinden sich in der Regel rechts oben. In der Ilch 1.1 haben wir folgende Codeschnippsel in die Index des entsprechenden Designs eingefügt.
Im Head:
<!-- Start Youtube Facebook HEAD section -->
<style type="text/css">
.facebook {display:inline-block;background-image: url('include/images/social_icon_but/facebook.png');width: 51px; height: 60px;border: none;}
.facebook:hover {background-image: url('include/images/social_icon_but/facebook_a.png');}
.youtube {display:inline-block;background-image: url('include/images/social_icon_but/youtube.png');width: 51px; height: 60px;border: none;}
.youtube:hover {background-image: url('include/images/social_icon_but/youtube_a.png');}
.contact {display:inline-block;background-image: url('include/images/social_icon_but/contact.png');width: 51px; height: 60px;border: none;}
.contact:hover {background-image: url('include/images/social_icon_but/contact_a.png');}
</style>
<!-- Ende Youtube Facebook HEAD section -->
Im Body
<!-- Facebook Youtube -->
<div id="social_icon_button" style="right:0px;position:absolute;top:10px;" >
<a class="facebook" title="Follow Us to Facebook" href="https://www.facebook.com/Purple-Heart-MC5-1886189464955082" target="_blank"></a><br>
<a class="youtube" title="Our YouTube Cannel" href="https://www.youtube.com/channel/UCVkV-M-I5e3PG0210gVpPng" target="_blank"></a><br>
<a class="contact" title="Contact to us" href="index.php/contact/index/index"></a></div>
<!-- Facebook Youtube Ende -->
wenn wir diese Codeschnitzel in der index.php in /application/layouts/clan3columns und der index_full.php ablegen, wird uns auf der Startseite alles ganz normal angezeigt. Beim aufruf eines anderen Menüpunktes sind die Icon aber weg .. die links sind aber da. Wo müssen wir hier noch etwas eintragen, damit wir die Icons in jedem aufgerufenen Menüpunkt sehen? Oder muss man das in jede Index.php schreiben der jeweiligen Module?..
Gruß BEE
verwendete ilch Version: 2.0 (alpha)
betroffene Homepage: purple-heart.000webhostapp.com/