PDA

Zobacz pełną wersję : Element na strone.



lapek
18-04-2011, 19:17
Witam wrzuciłem ten szablon na stronę: http://www.globbersthemes.com/demo/stylusson/.
Nie działa u mnie jednak ten środkowy element z 4 tabami i tekstem.
Ktoś wie jak to zrobić?
Z góry dziękuje.

Robster
18-04-2011, 19:55
"Nie działa" - gratuluję lamerskiego opisu problemu.

palyga007
18-04-2011, 20:11
@Robster
Nie denerwuj się :)

@lapek
Może tak przydałoby się krótkie (bądź dłuższe, zależy jak szybko czytasz) zapoznanie z regulaminem.

lapek
18-04-2011, 20:42
No więc tak. Szablon wrzucony został, nic nie zmieniałem, po prostu od początku nie było tego elementu.
Szukałem w modułach i go tam nie znalazłem, w Joomli stawiam pierwsze kroki więc nawet nie wiem zbyt bardzo czego szukać.
Nie chcę dokładnego wytłumaczenia co i jak, ale wystarczy, żeby ktoś mnie nakierował, za co odpowiada wyświetlanie takich elementów w szablonach.

Pozdrawiam.

palyga007
18-04-2011, 20:53
A czy do tego szablonu nie jest przypadkiem dorzucony jakiś moduł, który trzeba zainstalować aby uzyskać ten efekt?

lapek
19-04-2011, 17:03
Nie, nigdzie nie znalazłem takiego modułu.

---------- Post dodany 19-04-2011 o 15:03 ---------- Poprzedni post był 18-04-2011 o 19:28 ----------

Chyba następujący kod odpowiada za to.

<div id="slides">
<div id="liquid-container">
<ul id="liquid_menu">

<li><a href="#" title="">featured events</a></li>


<li><a href="#" title="">about me</a></li>



<li><a href="#" title="">my work</a></li>


<li><a href="#" title="">new photography</a></li>


</ul>
</div>

<div id="Liquid">
<div id="LiquidSlides">
<div id="gb_slides">

<div class="slide_gb">
<table class="moduletable">
<tr>
<td>
<table class="contentpaneopen">
<tr><br />
<td valign="top" ><p>If you're new to Web publishing systems,
you'll fin
<em>We do content right</em>.</p>

<p>So what's the catch? How much does this system cost?</p>
</td>
<td valign="top"><img src="/demo/stylusson/images/image1.jpg" width="540" height="213" alt="image1" /></td>
</tr>
<tr>
<td valign="top" >
</td>
</tr>

</table>
</td>
</tr>
</table>
</div>

<div class="slide_gb">
<table class="moduletable">
<tr>
<td>

<table class="contentpaneopen">
<tr><br />
<td valign="top" ><p>If you're new to Web publishing systems,
you'll find that Joomla! delivers sophisticated solutions to your online needs.
<em>We do content right</em>.</p>
<p>So what's the catch? How much does this system cost?</p>
</td>
<td valign="top"><img src="/demo/stylusson/images/image2.jpg" width="540" height="213" alt="image2" /></td>
</tr>

<tr>
<td valign="top" >
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>


<div class="slide_gb">
<table class="moduletable">
<tr>
<td>
<table class="contentpaneopen">
<tr><br />
<td valign="top" ><p>If you're new to Web publishing systems,
y
<em>We do content right</em>.</p>
<p>So what's the catch? How much does this system cost?</p>

</td>
<td valign="top"><img src="/demo/stylusson/images/image3.jpg" width="540" height="213" alt="image3" /></td>
</tr>
<tr>
<td valign="top" >
</td>
</tr>
</table>
</td>

</tr>
</table>
</div>

<div class="slide_gb">
<table class="moduletable">
<tr>
<td>
<table class="contentpaneopen">
<tr><br />

<td valign="top" ><p>If you're new to Web publishing systems,
you'll find that Joomla! delivers sophisticated solutions to your online needs.
It can deliver a robust enterprise-level Web site, empowered by endless extensibility
for your bespoke publishing needs. Moreover, it is often the system of choice for small
business or home users who want a professional looking site that's simple to deploy and use.
<em>We do content right</em>.</p>
<p>So what's the catch? How much does this system cost?</p>
</td>
<td valign="top"><img src="/demo/stylusson/images/image4.jpg" width="540" height="213" alt="image4" /></td>
</tr>
<tr>

<td valign="top" >
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>

</div>

</div>
</div>
</div>







A w <head> znalazłem jeszcze to:


<?php
$tab_title1 = $this->params->get("tab_title1", "featured events");
$tab_title2 = $this->params->get("tab_title2", "about me");
$tab_title3 = $this->params->get("tab_title3", "my work");
$tab_title4 = $this->params->get("tab_title4", "new photography");
?>

Ktoś ma pomysł jak to ruszyć do życia?

larry_krk
19-04-2011, 17:49
No to wygląda na to, że każdy z tych slajdów, to po prostu oddzielna pozycja modułu. Jeśli tak, to możesz tam umieścić dowolny moduł, a nagłówki powinieneś znaleźć w ustawieniach szablonu (tab_title1) .