Dodanie pozycji do szablonu- co robię nie tak?

February 2014 Joomla Template
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon May 08, 2017 1:29 pm
Reply with quote
Report this post
Hej, chciałabym utworzyć nową pozycję pod sekcją TopNav. Edytuję templatedetails, dodaję:
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>login</position>
<position>footer_nav</position>
<position>banner_left</position>
<position>banner_right</position>
<position>inset</position>
<position>sidebar_left</position>
<position>sidebar_right</position>
<position>social</position>
<position>updates</position>
<position>footer</position>
<position>highlights</position>
<position>search</position>
<position>banner_top</position>
<position>slider_top</position>

następnie edytuję gk,const.php:
$GK_TEMPLATE_MODULE_STYLES = array(
'breadcrumb' => 'none',
'lang' => 'none',
'login' => 'none',
'footer_nav' => 'none',
'banner_left' => 'gk_style',
'banner_right' => 'gk_style',
'social' => 'none',
'highlights' => 'none',
'search' => 'none',
'updates' => 'none',
'banner_top' => 'none',
'footer' => 'none',
'slider_top' => 'gk_style',

'mainbody' => 'gk_style',
'mainbody_top' => 'gk_style',
'mainbody_bottom' => 'gk_style',

i default.php:

<?php if($this->API->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
<?php if($this->API->modules('slider_top')) : ?>
<div class="newstyle"> <jdoc:include type="modules" name="slider_top"
style="<?php echo $this->module_styles['slider_top']; ?>" />
</div>
<?php endif; ?>
</div>

<?php endif; ?>
</div>

<div id="gkPageContent">

Nie wiem, w którym miejscu popełniam błąd. Chciałabym, żeby na górze znalazł się banner na całą szerokość, lub częściowo, przy zachowaniu sidebar_left, ale lekkim przeniesieniu sidebar_right w dół, a na środku ten slider. Nie mam koncepcji jak to zrobić :) www.w-centrum.pl
User avatar
Senior Boarder

teitbite
Wed May 10, 2017 1:47 pm
Reply with quote
Report this post
Hi

Kod wyswietla sie "bez obrobki", co sie zdaza jesli uzyje sie zlego edytora. Lub problem jest w przez to przejscie do najlepszej lini jakie widze w skopiowanym kodzie powyzej. Prosze o podeslanie dostepu do panelu joomli na [email protected]
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.