رفتن به مطلب
Mohammad-tashi

درخواست ویرایش کوچک در این قالب!لطفا

پست های پیشنهاد شده

با سلام من قالب فطر90 رو ازجومینا دانلود کردم حالا ویخام موقعیت های پایینی رو دوبرابر کنم ...یعنی 3تا موقعیت دیگه زیر این موقعیت ها اضافه کنم !!!

[تصویر: download.php?imgf=13293358152.jpg]

اینم لینک قالب

کسی میتونه این کارو برام انجام بده ؟؟؟؟ خیلی گیرم !!!

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

سلام آقای شمسی عکس اینه:

download.php?imgf=13293358152.jpg

چون درست توی تگ img نبود نمایش داده نمی شد.

ولی راه حل مشکل شما.

شما اگر می توانید یک دموی آنلاین بدهید تا کد های CSS شما را برسی کنم تا بگم چی کار کنید.

ولی اگر بدون دمو بگم ، شما باید موقعیت های اون سه تا پایینی را div اش را پیدا کنید و هر سه دایو را کپی و زیرش بگذارید.

مثلا اگر اون سه دایو(احتمالا اسمش footer یا bottom هست) این هستند:




باید سه تا هیمنطور بهش اضافه کنید:






6

بعد فایل سی اس اس خود را باز کنید و برای هر div ، یک کد هست ، آن سه تا را کپی و زیرش بگذارید و فقط ویلو (value) را تغییر دهید. مثلا:

#bottom1 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom2 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom3 {
background:#000;
border:groove #CCC;
width:50%;
}

که باید اینطوری بشه:

#bottom1 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom2 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom3 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom4 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom5 {
background:#000;
border:groove #CCC;
width:50%;
}
#bottom6 {
background:#000;
border:groove #CCC;
width:50%;
}

البته یک چیزی بگم: اگه شما چند تا کد همچنین شکلی داشتید که سلکتور ها (selector) مثل هم بودند ، ولیو (value) ها را کنار هم بنویسید و با , جدا کنید و یک بار سلکتور (selector) بنویسید! مثلا کد های بالایی میشن:

#bottom1, #bottom2, #bottom3, #bottom4, #bottom5, #bottom6 {
background:#000;
border:groove #CCC;
width:50%;
}

این هم سئو برای CSS

موفق باشید.

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

<?php $tmp=logo ?>


<?php if($this->countModules('logo')) $tmp=no-logo ?>
>











<?php if($this->countModules('slideshow')) : ?>






<?php endif; ?>











<?php if($this->countModules('login')) : ?>




<?php endif; ?>











<?php if($this->countModules('bottom1 and bottom2 and bottom3')) : ?>




















<?php endif; ?>




به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

اینم tempelet.css

@import url(reset.css);
@import url(joomla.css);


body {
background-color:#04486f;
font-family:Tahoma, Geneva, sans-serif;
line-height:20px;
font-size:12px;
}
#main{
direction:rtl;
text-align:right;
width:996px;
background:url(../images/main-back.jpg) repeat-y top right;
margin:0 auto;
position:relative;
}

#warper{
width:940px;
background-color:transparent;
margin:0 auto;
position:relative;
}
#logo{
width:252px;
height:100px;
float:right;
position:relative;
right:20px;
top:2px;
clear:right;
background:url(../images/logo.png) no-repeat top right;
}
#no-logo{
width:252px;
height:100px;
float:right;
position:relative;
right:20px;
top:2px;
clear:right;
background-color:transparent;
}
#topmenu{
width:940px;
float:left;
height:37px;
position:relative;
}

#menu{
float:left;
width:930px;
height:37px;
background-color:transparent;
position:relative;
background:url(../images/menu-back.png) repeat-x top right;

}
#menu-left{
float:left;
width:5px;
height:37px;
background:url(../images/menu-left.png) no-repeat top right;
position:relative;

}
#menu-right{
float:right;
width:5px;
height:37px;
background:url(../images/menu-right.png) no-repeat top right;
position:relative;

}
#menu ul li{float:right; margin-right:20px; line-height:37px; padding-right:20px; background:url(../images/menu-spacer.png) no-repeat top right;}
#menu ul li a{color:#CCC; font-weight:bold}
#menu ul li a:hover{color:#FF0;}
#search{
width:300px;
height:26px;
position:relative;
top:6px;
left:18px;
float:left;
background:url(../images/search-back.png) repeat-x top right;
}
#search-ins{
width:256px;
height:22px;
position:absolute;
top:2px;
left:22px;
float:left;
background:url(../images/search-ins.png) no-repeat top right;
}

#header{
height:274px;
width:940px;
float:left;
position:relative;
background:url(../images/header-back.png) repeat-x top right;
overflow:hidden;
}
#slidshow{
width:890px;
height:240px;
margin:0 auto;
position:relative;
background-color:transparent;
overflow:hidden;
}
#header-bottom{
width:940px;
height:6px;
background-color:transparent;
background:url(../images/header-bottom.png) no-repeat top right;
float:left;
position:relative;
}

#mod_search_searchword {width:250px; border:none; background-color:transparent; margin-right:10px}
#sp{
width:940px;
height:20px;
margin:0 auto; 
position:relative;
background-color:transparent;
}

#container1{
position:relative;
width:940px;
float:left;
background:url(../images/header-right.png) repeat-x top right;
}
#sp1{
float:right;
width:220px;
height:20px;
background-color:transparent;
position:relative;
}
#container2{
width:890px;
margin:0 auto;
background-color:#FFF;
position:relative;
}
#container2 .blog .blog_more {display:none}
#container3{
width:850px;
position:relative;
margin:0 auto;
background-color:transparent;
}
#component{
width:610px;
float:left;
position:relative;
text-align:justify;
background-color:transparent;
}
#component .componentheading , #component .contentpaneopen .contentheading{
line-height:30px;
width:600px; 
padding-right:30px; 
background-color:#f1eeee; 
color:#474747; 
font-size:130%;
border:#e6e2e2 solid 1px;
font-family:Tahoma, Geneva, sans-serif;
color:#303030}
#container4{
width:220px;
float:right;
position:relative;
}
#right{
width:220px;
float:right;
position:relative;
background:url(../images/right-back.png) repeat-y top right;
overflow:hidden;

}

#right h3{
color:#FFF;
line-height:30px;
width:220px;
height:32px;
position:relative;
padding-right:60px;
margin-right:-20px;
background:url(../images/right-head.png) no-repeat top right;
}
#right .moduletable{
padding-bottom:20px;
position:relative;
background:url(../images/right-bot.png) no-repeat bottom left;
padding-right:20px;
}
.button{background:url(../images/button-back.png) repeat-x top right; border:1px solid 959494; height:22px; line-height:10px;color:#858282;font-weight:bold;} 

#login{
float:right;
width:220px;
background:url(../images/login-back.png) repeat-y top right;
position:relative;
background-color:transparent;
}
#login h3{
margin-right:-20px;
color:#FFF;
line-height:30px;
width:220px;
height:32px;
position:relative;
padding-right:40px;
background:url(../images/login-head.png) no-repeat top right;
}
#login a{color:#FFF; text-decoration:none;}
#login #form-login-username label , #form-login-password label , #form-login-remember{display:none}
#login #form-login-username .inputbox{
margin-top:-10px;
background:url(../images/login-input.png) no-repeat top right; 
border:none; 
background-color:transparent;
width:115px;
height:23px;
padding-right:5px;
}
#login #form-login-password .inputbox {
margin-top:-15px;
margin-bottom:10px;
background:url(../images/login-input.png) no-repeat top right; 
border:none; 
background-color:transparent;
width:115px;
height:23px;
padding-right:5px;
}
#key{
background:url(../images/key.png) no-repeat top right; 
background-color:transparent;
width:57px;
height:67px;
position:absolute;
top:50px;
left:10px;
}


#login .moduletable{
padding-bottom:20px;
position:relative;
background:url(../images/login-bot.png) no-repeat bottom left;
padding-right:20px;
}
#clr{
width:1px;
height:1px;
clear:both;
}
#footer{
width:940px;
float:left;
position:relative;
background:url(../images/footer-back.png) repeat-y top right;
}
#footer-ins1{
overflow:hidden;
width:288px;
height:141px;
position:relative;
float:left;
background: url(../images/footer-ins.png) repeat-x top right;
padding-bottom:10px;
}
#fixer{
width:240px;
position:relative;
margin:0 auto;
text-align:justify;
}
#footer-ins1 h3{
margin:10px -10px 0 0;
color:#FFF;
padding-right:20px;
width:240px;
height:25px;
position:relative;
background: url(../images/footer-head2.png) repeat-x top right;
}	
#sp-f{
float:left;
position:relative;
width:19px;
height:140px;
background-color: transparent;
}
#footer-ins2{
overflow:hidden;
float:left;
width:288px;
height:141px;
position:relative;
background: url(../images/footer-ins.png) repeat-x top right;
}
#footer-ins2 h3{
color:#FFF;
margin:10px -10px 0 0;
padding-right:20px;
width:240px;
height:25px;
position:relative;
background: url(../images/footer-head.png) repeat-x top right;
}
#footer-top{
width:940px;
height:8px;
float:left;
background:url(../images/footer-top.png) no-repeat top right;
position:relative;
}
#footer-bot{
width:940px;
height:8px;
float:left;
background:url(../images/footer-bot.png) no-repeat top right;
position:relative;
}

a, a:visited, a:hover, a:link{
text-decoration:none}
a, a:visited,a:link {
color:#03C}

a:hover {
color:#C00}



دوستان اگه میشه بفرمایید چطور باید تغییر کنه؟؟؟؟؟؟

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

من این کد رو در فایل ایندکس وارد کردم در نمایش سایت به صورت بهم خورده یه موقعیت در همان ابعاد ولی با رنگ متفاوت نشون میده... ضمنا موقعیت ایجاد نشده ..یعنی وقتی میخای یه ماژول بذاری توش وقتی باز میکنی فقط همون 3تا در لیست موقعیت ها است ....










           	





           	






به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

دوست عزيز

براي اينكه اسم موقعيت هاي اضافه شده توي ليست موقعيتها نمايش داده بشه شما فايل templateDetails.xml را با ويرايش گر باز كنيد و در پايين موقعيتهايي كه در اين فايل ليست شده اسم موقعيتهاي جديد را مثل بقيه موقعيتها اضافه و ذخيره كنيد

موفق باشيد

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

به گفتگو بپیوندید

هم اکنون می توانید ارسال داشته باشید و بعد ثبت نام خود را در سایت کامل نمایید. اگر حساب کاربری در سایت دارید، جهت ارسال با حساب کاربری خود هم اکنون وارد سایت شوید

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.


×
×
  • افزودن...