Solution - Witgetkit Slider Problem
Ich kann lediglich nur Texte einfügen . Bilder gehen nicht. Wenn ein Bild mit Text nur aus dem Zwischenspeicher eingefügt wird kann man das bild einmal sehen danach ist alles weiß.
Nach Stundenlangen googln finde ich nur Einstellmöglichkeiten wie diese hier oder noch umfangreicher. Wo HTML und buttons mit Bild einfügen exestieren.
So sollte es sein
und bei mir ist es so
Was kann ich tun damit ich es so habe wie in Euren Beispiel
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Solution - Witgetkit Slider Problem
Posted 8 years 7 months ago #13219Oder aber sie fügen den HTML Quelltext direkt ein, aber natürlich mit dem richtigen Bildpfad:
<img src="images/joomlaplates/demo-001.jpg" border="0" alt="Demo" width="270" height="170" style="float: left; margin: 0 40px 0 0;" />
<h1 style="margin-top: 0;">Sample Content Slider</h1>
<p>Widgetkit is the next generation tool set for Joomla and WordPress. This toolkit is the first of its kind! It provides a simple and user-friendly way to enrich your websites experience with slideshows, galleries, lightboxes and much more.</p>
<p><br /> <a class="button-default" href="#">Learn more</a></p>
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Replied by Raidtrade on topic Solution - Witgetkit Slider Problem
Posted 8 years 7 months ago #13223Editor - none
Editor - CodeMirror
Editor - TinyMCE
bei allen wird mir der Quelltext im Slider angezeigt statt das bild und text. Ich habe den Quellcode direkt eingefügt. Auch egal was für ein Quellcode - er wandelt ihn nicht in html um und zeigt ihn genauso im slider an
Den Editor stellt er überall um - in den Beiträgen auch im slider . nur beim TinyMCE stellt er sich nicht so ein das ich auch bilder einfügen kann
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Solution - Witgetkit Slider Problem
Posted 8 years 7 months ago #13226If your a completely new to joomla (and webdesign) here's a step by step:
1.) upload your images into via the media manager and make not of the image file name e.g. image.jpg
2.) create a new slideshow widget from the widgetkit manager. components > widgetkit.
3.) in the editing page for the slideshow widget you just created look for the little html button just above the text box.
4.) enter the code as seen above:
<div><a href=" www.xxxxxx.de/ ">
delete 'xxxxxx.de' and replace with your URL. delete 'Bilder/screen/galaxie.jpg' and replace with your folders name (where the images are stored in media manager) followed by / then the file name e.g image.jpg
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.