PDA

Orijinalini görmek için tıklayınız : Helix tema modül pozisyonu ayarlama?


effect
26-10-2011, 01:47:15
Merhaba arkadaşlar, site adresim: Gençlik Portalı (http://www.burasibialem.com) Slide modülünün sağ kısımına modül pozisyonu oluşturmak istiyorum. css bilgim olmadığı için sağa gelecek şekilde ayarlayamadım. diğer sorum ise temanın sağ alt köşesindeki Scroll to Top yazısını nasıl değiştiririm. bu konular hakkında yardımcı olursanız memnun olurum.

effect
27-10-2011, 00:08:31
Arkadaşlar yardımlarınızı bekliyorum. sorunu halen çözemedim.

Akar
27-10-2011, 05:15:52
O kısmın kodunu versen bakarız...yoksa bir ara masaüstünde bakmam lazım. O kısım hangi kısım dersen, slayt modül pozisyonunun çağırıldığı yeri ilgili php dosyasından bulup, yoğunluğuna göre 1 ya da 1 div etrafından itibaran buraya koyarsın. Site adresini de vermişsin, öyle devam ederiz.

TURAN545
28-10-2011, 00:43:04
Header kısmındaki logoyu değiştirerek yeni logoyu yükledim. Ne yazıkki yüklediğim logo tam olarak gözükmüyor. Eni tam olarak gözükmesine rağmen uzunluk tam gözükmüyor... Bunun ayarlamalarıda css de karışık geldi bana....

effect
28-10-2011, 00:48:06
Buyur abi index.php ve Template css dosyalarını ekledim. şimdiden çok teşekkürler abi.

http://hotfile.com/dl/133483902/b63dd00/index.rar.html

http://hotfile.com/dl/133484023/60999a8/template.rar.html

effect
28-10-2011, 03:51:01
Header kısmındaki logoyu değiştirerek yeni logoyu yükledim. Ne yazıkki yüklediğim logo tam olarak gözükmüyor. Eni tam olarak gözükmesine rağmen uzunluk tam gözükmüyor... Bunun ayarlamalarıda css de karışık geldi bana....

Template.css içinde
/*Header Area*/
#header {position:relative}
a#logo,#logo-text{float:left;margin:0 10px}
a#logo{background:url(../images/logo.png) no-repeat 0 50%}
#logo-text h1{font-size:200%;font-weight:bold;text-transform:uppercase;border:0!important;margin:10px 0 0!important;padding:0!important}
#logo-text h1 a{}
#logo-text p.site-slogan{margin:0;padding:0;color:#999}

bulup margin değerini yanına height ve widht dğeri ekleyip yapabilirsin.
eğer oradan olmazsa 89.satırda height değeriyle oyanayar kyapabilirsin.
helix-logo-light,.helix-logo-dark,.helix-logo-light a,.helix-logo-dark a{height:33px;width:160px}

Akar
28-10-2011, 05:45:41
Buyur abi index.php ve Template css dosyalarını ekledim. şimdiden çok teşekkürler abi.

http://hotfile.com/dl/133483902/b63dd00/index.rar.html

http://hotfile.com/dl/133484023/60999a8/template.rar.htmlÖyle değil :) Tema benim elimde mevcut, iş arasında bakmak için şuraya foruma kod olarak koymanı istemiştim ben :) Vakit bulsam zaten yerelde kurup bakacağım. Hatta kurulu da var galiba...var var. Tamam sen kod koyma,i gerek yok. Ben bir ara bakacağım.

effect
28-10-2011, 16:07:17
:) ha pardon abi, index.php içinde <!--Module Position slides-->
index.php
<?php
/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework
# ---------------------------------------------------------------
# Template Name - Shaper Helix
# Template Version 1.5.0
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2011 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under GNU/GPL V2
# license - CSS - JS - IMAGE files are Copyrighted material
# Websites: http://www.joomshaper.com - http://www.joomxpert.com
-----------------------------------------------------------------*/
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
require_once(dirname(__FILE__).DS.'lib'.DS.'helix. php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language;?>" >
<head>
<?php
$helix->loadHead();
$helix->addCSS('template.css,joomla.css,custom.css,modules .css,typography.css,css3.css');
if ($helix->getDirection() == 'rtl') $helix->addCSS('template_rtl.css');
$helix->getStyle();
$helix->favicon('favicon.ico');
?>
</head>
<?php $helix->addFeature('ie6warn'); ?>
<body class="bg clearfix">
<div class="sp-wrap main-bg clearfix">
<?php $helix->addFeature('toppanel'); ?>
<div id="header" class="clearfix">
<?php $helix->addFeature('logo') /*--- Add logo ---*/?>
<?php $helix->addFeature('fontsizer') /*--- Font resizer ---*/?>
<?php if ($helix->countModules('search')) { /*--- Search Module ---*/?>
<div id="search">
<jdoc:include type="modules" name="search" />
</div>
<?php } ?>
</div>
<?php $helix->addFeature('hornav') /*--Start main navigation--*/?>

<!--Module Position slides-->
<?php if($helix->countModules('slides')) { /*--- Slideshow module ---*/?>
<div id="slides" class="clearfix">
<jdoc:include type="modules" name="slides" />
</div>
<?php } ?>

<!--Module Position user1 to user4-->
<?php if($mods= $helix->getModules('user1,user2,user3,user4,user5,user6')) { ?>
<div id="sp-userpos" class="clearfix">
<div class="sp-inner">
<?php $helix->renderModules($mods,'sp_flat');?>
</div>
</div>
<?php } ?>

<div class="clearfix">
<?php $helix->loadLayout(); /*--Load mainbody layout--*/?>
</div>

<!--Module Position breadcrumbs-->
<?php if($helix->countModules('breadcrumbs')) { ?>
<div class="clr"></div>
<div id="breadcrumbs" class="sp-inner clearfix">
<jdoc:include type="modules" name="breadcrumbs" />
<?php $helix->addFeature('totop') ?>
</div>
<div class="clr"></div>
<?php } ?>

<!--Module Position bottom1 to bottom6-->
<?php if($mods= $helix->getModules('bottom1,bottom2,bottom3,bottom4,bottom 5,bottom6')) { ?>
<div id="sp-bottom" class="clearfix">
<div class="sp-inner">
<?php $helix->renderModules($mods,'sp_flat','equal');?>
</div>
</div>
<?php $helix->fixHeight('equal') /*Equal height for 'equal' class*/?>
<?php } ?>

<!--Footer-->
<div id="sp-footer" class="clearfix">
<div class="sp-inner">
<?php $helix->addFeature('helixlogo'); /*--- Helix logo ---*/?>
<div class="cp">
<?php $helix->addFeature('copyright') /*--- Show copyright ---*/?>
<?php $helix->addFeature('brand') /*--You are not allowed to remove or modify brand link. You need to purchase copyright removal license from http://www.joomshaper.com/copyright-removal-license.html in order to remove this link.--*/ ?>
<?php $helix->addFeature('jcredit') /*--- Joomla credit link ---*/?>
<?php $helix->addFeature('validator') /*--- CSS and XHTML validator ---*/?>
</div>
<?php if ($helix->countModules('footer-nav')) /*--- Module position footer-nav ---*/{ ?>
<div id="footer-nav">
<jdoc:include type="modules" name="footer-nav" />
</div>
<?php } ?>
</div>
</div>
</div>

<?php $helix->addFeature('analytics'); /*--- Google analytics tracking code ---*/?>
<?php $helix->addFeature('jquery'); /*--- Load jQuery library ---*/?>
<?php $helix->addFeature('ieonly'); /*--- IE only Feature ---*/?>
<?php $helix->compress(); /* --- Compress CSS and JS files --- */ ?>
<?php $helix->getFonts() /*--- Standard and Google Fonts ---*/?>
<jdoc:include type="modules" name="debug" />

</body>
</html>

Umarım iştemiş olduğun kod budur abi.:Smiley (115):

TURAN545
29-10-2011, 00:21:14
Teşekkur ederim..