DJ 2 - Joomla Template
- Details
- Hauptkategorie: Downloads
- Kategorie: Joomla Templates
- Geschrieben von LernVid.com
- Zugriffe: 57991
DJ 2 für Joomla ist ein effektvolles Template welches mit vielen Ajax Effekten bestückt ist.
So kann man im Frontend den Stylechanger toggeln (ein und ausklappen) indem man den Toggle-Button im Header triggert (auslöst).
Die vier Sytles können dann sofort per Mausklick vom User gewechselt werden, ohne dass die Seite neu geladen werden muss.
Natürlich kann man den Stylechanger auch im Backend deaktivieren, und eines der vier Designs als Standarddesign auswählen.
Auch der Joomla Sitename im Header kann im Backend unter den Template Parametern ein und ausgeschalten werden.
Mit zur Ausstattung gehören schicke Tooltips und Ajax Hover Effekte.
Im Anhang ist auch der Header als Blank Variante enthalten, falls man sich selbst ein Style für den Header erstellen möchte.
Der Download ist wie immer unten im Anhang zu finden.
Update: Favicons in 4 Farben zum Download hinzugefügt!
Update: Version 1.1 veröffentlicht
Wie man Favicons in die eigene Seite einbindet sieht man in diesem Tutorial..
First, thank you for all the hard work you put into everything. I really love your templates especially DJ2.But, I do need a little help please. I am using the DJ2 template in Joomla 1.6 and the Module positions top1 and top2 will not show up on the front end. I only see the outline of the module positions. Is there anything I can do?
Всем привет! У index.php есть ошібка, но ана лехко исправляетса:div id="user_top"?php if($this->countModules('top1')) : ?div id="top1"jdoc:include type="modules" name="user1" style="rounded" //div?php endif; ? ?php if($this->countModules('top2')) : ?div id="top2"jdoc:include type="modules" name="user2" style="rounded" //divТут нада исправить:name="user1" на name="top1"name="user2" на name="top2"
fassfänder said : Hallo Leute hatte erst falsch gepostet. Danke für dass schöne Template DJ 2, leider sind die Ansichten zwischen IE7 und FF so unterschiedlich das man sich die Seite unter IE7 gar nicht ansehen möchte. Könnt Ihr mir sagen was da bei mir falsch läuft oder was ich falsch gemacht haben? http://www.fassfaender.devielen dank schon mal und mir freundlichen GrüßenH. Kaschke
OK. Ich habe es hin bekommen. Alles chic.
Hallo Leute hatte erst falsch gepostet. Danke für dass schöne Template DJ 2, leider sind die Ansichten zwischen IE7 und FF so unterschiedlich das man sich die Seite unter IE7 gar nicht ansehen möchte. Könnt Ihr mir sagen was da bei mir falsch läuft oder was ich falsch gemacht haben? http://www.fassfaender.devielen dank schon mal und mir freundlichen GrüßenH. Kaschke
Vertretung said : schranzer85 du hast ein Joomla 1.5 Template unter Joomla 1.6 installiert. Das klappt zwar, jedoch bringt es Fehler. Joomla 1.6 ist noch zu neu als dass es dafür schon "viele" Templates zur Ahwahl gäbe.
danke dir für die info! :)leider geht 1.5 nicht(5stunden versucht ne verbindung mit der php daten bank zubekommen nichts. und bei 1.6 geht das
hi hört sich bestimmt blöd an aber hab da ein prob. bin neu und hab überhaubt keine ahnung von allem(noch*g*)hab joomla 1.6 und habe mir gerade dieses design geladen und hoch geladen und laut joomla auch installiert. wenn ich webseite anschauen will ist die seite leer nur hintergrund bild ,keine menüs kein nichts. was mache ich falsch? :(mfg
Hi Schrom, Die horizontale Linkleiste ist ein Topmenü, und dieses ist bei diesem Template über dem Header. (Siehe Demoseite)Wie du so ein Topmenü erstellst, kannst du in diesem Tutorial lesen: http://www.lernvid.com/faqs/joomla-templates/271-wie-erstelle-ich-ein-horizonzales-menue-topmenue-.html
Aloah Hannes, Das sind Mootools Tooltips.Du findest die Tooltips in der index.php, indem du einfach nach dem text suchst.Eines solltest du wissen wenn du das umschreibst. Es gibt eine Vorgehensweise wie man einen Title (Zeile 1 im Tooltip) und einen Text (Zeile 2 im Tooltip) erstellt.Title :: TextMan muss aulso nur mit :: trennen.
LernVid said :
Ja bei Links da steht bei mir aber auch ne 4 und trotzdem muss man blättern
Unter Links stellst du die Anzahl der Beiträge ein, welche als Link unten angezeigt werden sollen. Wenn du 0 nimmst, dann sind unten keine Links und man muss umblättern mit den vor und zurück Buttons.Natürlich setzt das voraus, dass du auf der startseite schonmal den Starseiten-Blog nutzt, das kann ich hier nicht sehen.
Unter Links stellst du die Anzahl der Beiträge ein, welche als Link unten angezeigt werden sollen. Wenn du 0 nimmst, dann sind unten keine Links und man muss umblättern mit den vor und zurück Buttons.Natürlich setzt das voraus, dass du auf der startseite schonmal den Starseiten-Blog nutzt, das kann ich hier nicht sehen.
LernVid said : DJ King said :
Nenn mich dumm aber irgendwie habe ich da soweit alles probiert aber es hat sich nichts geändert, kannst du mir bitte sagen was ich da ändern muss ?! MFG OLiHi, ein wirklich...
Hi DJ King, Das kannst du einstellen. Dazu musst du den Menülink Startseite konfigurieren.Backend einloggen > Menüs > Haupmenü > Startseite > Komponentenparameter.Dort musst du die Einstallung für den Typ Starseiten-Blog anpassen.
AlGoldo said : Hi zhis is a great template but in the index.php file of your template are some errors.1. in the line 55 you must replace if($this->countModules('top1 or top2')): with if($this->countModules('top1') || $this->countModules('top2')): because 'top1 or top2' is not a module position and will not work2. if the condition true you will show the module in line 59 with and in line 64 with this will show the wrong modulesthis must fixed with name="top1" and name="top2" to show the right modules
oh the site has eat a piece of my code :Di mean at point 2 the jdoc:include commands under the if condition in point 1 with name="user1" and name="user2" must replace with name="top1" and name="top2" to show the right modules
Hi zhis is a great template but in the index.php file of your template are some errors.1. in the line 55 you must replace if($this->countModules('top1 or top2')): with if($this->countModules('top1') || $this->countModules('top2')): because 'top1 or top2' is not a module position and will not work2. if the condition true you will show the module in line 59 with and in line 64 with this will show the wrong modulesthis must fixed with name="top1" and name="top2" to show the right modules
After trying the updated version, sorry to say... but there is no change!! =(I have also checked the Joomla files for any possible errors, none found. I have also re-instaled the Joomla itself a good 4 times so it cannot be the CMS. have you got any similar templates that you have created or that you could recommend??
Hm, thats weird. What about > install template > delete params.ini > aktivate template > copy params.ini on its place?Some joomlas have Problems with the "owner" of the ftp files. I also never heard such a prob on activating templates to call the ini file.Joomla 1.6 will work without .ini's , maybe because such probs
I have changed the permissons from 555 too 755 and also 777, then the template tells me that the file is writable but as soon as I click onto apply the file automatically reverts back to the 555 permissions and will not allow me to activate the template. I have never know a file to change its permissions on its own before.I have also re-installed the template and also the Joomla itself to see if this was the problem. I have also checked all the connected files to see if there is anything stopping me from changing the permissions and I have not found nothing.Once again.... thanks in advance! Lee =)
Tom said : I've uploaded this template to www.iwillglow.com but the main menu is not appearing in the navigation position as it does on the demo site. How can I fix this?Thank you much
Hi Tom,The Topmenu position is called user3.You can use a trick to display all availible positions in your joomla:Just user ?tp=1 at the end of your URL.http://www.iwillglow.com/?tp=1
Neueste Downloads
Downloads Top 10
- ALLROUNDER Joomla 1.6/1.7/2.5/3.0 Template
- LV ENHANCED Image Slider
- World of Warcraft 3 - FLASH - Joomla Template
- ALLROUNDER - Joomla 1.5 Template
- BLUEish - Joomla Template
- BLACK - Joomla Template
- Joomla Template 001
- World of Warcraft Flash Joomla Template
- Web Radio und DJ - Joomla Template
- Professional - Joomla Template

















Abonnieren
RSS

