پارس جوم ::  انجمن های تخصصی جوملا
مشکل در قالب دست ساز - نسخه‌ی قابل چاپ

+- پارس جوم :: انجمن های تخصصی جوملا (https://forums.parsjoom.ir)
+-- انجمن: الحاقات جوملا 3.0 - 3.10 (/forum-53.html)
+--- انجمن: قالب های جوملا 3.0 - 3.10 (/forum-54.html)
+---- انجمن: قالب های فارسی جوملا 3.0 - 3.10 (/forum-56.html)
+---- موضوع: مشکل در قالب دست ساز (/thread-17867.html)

صفحه‌ها: 1 2


مشکل در قالب دست ساز - mtashi - ۲۲-۲-۱۳۹۴ ۰۵:۴۰ صبح

باسلام
قالب میخاستم پیدا کنم که نشد
یه قالب html بود گرفتم تبدیلش کردم قالب جوملا
خیلی مشکلات داشتم .حل شد فقط یکی دوتا مونده
وقتی میرم روی منو و زیر منو باز میشه کزینه اول خوبه عادی کار میکنه
اما گینه دوم که نزدیک به موقعیت اسلایشو می باشد تا ماوس میره روش محو میشه .داستان از چیه قراره؟
کد قالب :
کد php:
<META name="keywords" content="هاست (هاستینگ), ثبت دامنه, هاستینگ (هاست), ثبت دامین, میزبانی وب, طراحی سایت, نمایندگی هاست (هاستینگ) لینوکس و ویندوز">
<
link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/style.css" type="text/css" rel="stylesheet">
<
link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/screen.css" type="text/css" rel="stylesheet">

<
script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/jquery-1.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/animatedcollapse.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/jcarousellite_1.0.1c4.js"></script>
<script type="text/javascript">
    animatedcollapse.addDiv('jason', 'fade=1,hide=1')
    animatedcollapse.ontoggle=function($, divobj, state){
    }
    animatedcollapse.init()
</script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/jquery.js"></script>
<script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider({directionNavHide:false});
    });
</script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/amazon_scroller.js"></script>
<script language="javascript" type="text/javascript">
    $(function() {
        $("#amazon_scroller1").amazon_scroller({
            scroller_title_show: 'enable',
            scroller_time_interval: '3000',
            scroller_window_background_color: "translate",
            scroller_window_padding: '0',
            scroller_border_size: '0',
            scroller_images_width: '216',
            scroller_images_height: '178',
            scroller_show_count: '4',
            directory: 'images'
        });
    });
</script>


<script type="text/javascript">
$( function()
{
$( '.anyClass' ).jCarouselLite(
{
vertical: true,
visible:  5,
auto:     3000,
speed:    500,
scroll:   1,
btnPrev: '.previous',
btnNext: '.next'
});
});
</script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/easySlider1.7.js"></script>
<script type="text/javascript">
$(document).ready(function(){    
$("#banks").easySlider({
auto: true, 
continuous: true
});
});    
</script>
<script type="text/javascript">
$(document).ready(function(){
$(".panel").hover(function(){
$(".panel_body").animate({width: 'toggle'});
});
});
</script>
<script>
// JavaScript Document

var persistclose=0 
var startX = 10 
var startY = 250 
var verticalpos="fromtop" 

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("dinabar").style.visibility="hidden"
}

function staticbar(){
    barheight=document.getElementById("dinabar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
        var el=d.getElementById(id);
        if (!persistclose || persistclose && get_cookie("remainclosed")=="")
        el.style.visibility="visible"
        if(d.layers)el.style=el;
        el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
        el.x = startX;
        if (verticalpos=="fromtop")
        el.y = startY;
        else{
        el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
        el.y -= startY;
        }
        return el;
    }
    window.stayTopLeft=function(){
        if (verticalpos=="fromtop"){
        var pY = ns ? pageYOffset : iecompattest().scrollTop;
        ftlObj.y += (pY + startY - ftlObj.y)/8;
        }
        else{
        var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
        ftlObj.y += (pY - startY - ftlObj.y)/8;
        }
        ftlObj.sP(ftlObj.x, ftlObj.y);
        setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("dinabar");
    stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar

</script>
</head>
<body>
<div class="panel">
<div class="panel_body">
<ul>
</li>
</ul>
</div>
</div>
    <div id="jason">
        <div id="line">
        </div>
        <div align="center" id="login1">
    <jdoc:include type="modules" name="login" style="xhtml" />
    
      
    </div>
    
    
    </div>
      
    <div id="top">
        <div class="container">
            <div id="header">

                <h1 class="online"><a href="#">آنـلایـن</a></h1>
                <a href="javascript:animatedcollapse.toggle('jason')" class="login"></a>
                <br style="clear:both;" />
                <div id="menu">
                    
                    <jdoc:include type="modules" name="menubala" style="xhtml" />
                    
                   
                </div>
            </div>
            <div class="title">
                <h1 class="tt"></h1>
                <br style="clear:both;" />
                 <div id="slider-wrapper">
                    <div id="slider" class="nivoSlider">
                     <div id="slideshow">
              <jdoc:include type="modules" name="slideshow" style="xhtml" />
              </div>
       
                    
                    
                    </div>
                </div> 


کد:
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekand41d.html?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

* {
    margin:0;
    padding:0;
    color:#717171;
}

img {
    border:none;
}

a {
    color:#717171;
    text-decoration:none;
}

a:hover {
    color:#418baa;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,form,select,textarea,input,table,tr,td {
    direction:rtl;
    text-align:right;
    font:normal 11px tahoma;
}

body {
    background:url(images/bg.gif);
    font:normal 13px BYekan;
}

#top {
    background:url(images/top.gif) repeat-x;
}

.container {
    width:950px;
    margin:0 auto;
}

#header {
    background:url(images/top.jpg);
    width:945px;
    margin:0 auto;
    height:120px;
}

.online {
    float:left;
    width:60px;
    text-align:center;
    margin:25px 0 0 95px;
    font:normal 13px BYekan;
}

.online a {
    color:#109f05;
    text-shadow:1px 1px 0px rgba(256,256,256,0.55);
}

menu{
    width:612px;
    height:50px;
    margin-right:190px;
    margin-top:30px;
    }

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/bgslide.gif);
    width:636px;
    height:222px;
    float:right;
    margin-top:20px;
    padding-left:2px;
}

#slider {
    position:relative;
    width:638px;
    height:222px;
    margin-top:-8px;
}
#slider img {
    position:absolute;
    top:0px;
    left:10px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position:absolute;
    right:14px;
    bottom:69px;
    padding: 3px;
    z-index: 99;
    }
        
.nivo-controlNav a {
    display:block;
    width:14px;
    height:14px;
    background:url(images/bullets.png) no-repeat bottom;
    text-indent:-9999px;
    border:0;
    margin-bottom:1px;
}
.nivo-controlNav a.active {
    background:url(images/bullets.png) no-repeat top;
}

.nivo-directionNav a {
    display:block;
    width:35px;
    height:65px;
    background:url(images/arrows.html) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-35px 0;
    right: -40px;
}

a.nivo-nextNav:hover{right: -41px;}

a.nivo-prevNav {
    left:-40px;
}
a.nivo-prevNav:hover{left: -41px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:99;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:99;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

.sim {
    float:left;
    margin-top:-10px;
    display:none;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/

#news {
    background:url(images/news.jpg);
    width:295px;
    height:232px;
    float:left;
    margin:10px 0 0 10px;
}

#news h6 {
    float:right;
    margin:24px 24px 0 0;
    font:normal 13px BYekan;
    text-shadow:1px 1px 0px rgba(256,256,256,0.5);
}

#news ul {
    float:right;
    width:258px;
    margin:18px 17px 0 0;
}

#news li {
    list-style:none;
    margin-bottom:2px;
}

#news li a {
    background:url(images/hover.gif) bottom;
    height:18px;
    display:block;
    padding:2px 20px 0 0;
}

#news li a:hover {
    background:url(images/hover.gif) top;
    color:#FFF;
}

.archive {
    float:left;
    background:url(images/archive.gif);
    width:65px;
    height:27px;
    margin:145px 0 0 -65px;
}

/* ROLL */

.amazon_scroller{
    width:800px;
    margin-left:10px;
}
.amazon_scroller .amazon_scroller_nav{
    position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
    position: absolute;
}

.amazon_scroller .amazon_scroller_mask{
    position: absolute;
    overflow: hidden;
    height:180px;
}
.amazon_scroller ul{
    float: left;
}
.amazon_scroller ul li{
    margin-right: 15px;
    float: left;
    list-style:none;
    cursor:pointer;
}

/* ROLL */

.pack {
    background:url(images/pack.gif) no-repeat bottom;
    width:216px;
    height:178px;
    padding-top:20px;
}

.pack h1 {
    float:right;
    font:normal 13px BYekan;
    margin:11px 15px 0 0;
}

.pack img {
    float:left;
    margin:-15px 0 0 6px;
}

.pack h6 {
    text-align:justify;
    padding:10px 13px;
    width:190px;
    float:right;
    line-height:20px;
    height:93px;
}

.pack h2 {
    float:right;
    width:216px;
    text-align:center;
    font:normal 13px BYekan;
}

#info {
    background:url(images/info.gif);
    width:909px;
    height:198px;
    margin:0 auto;
    margin-top:20px;
}

.info {
    float:right;
    width:273px;
    height:69px;
    margin:20px 23px 0 0;
}

.info img {
    float:right;
    margin:13px 9px 0 24px;
}

.info h1 {
    color:#3786a4;
    font:normal 13px BYekan;
    padding-top:12px;
}

.info h2 {
    color:#a6a6a6;
}

#logo {
    background:url(images/logo.gif);
    width:905px;
    height:28px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

#footer {
    background:url(images/footer.gif) repeat-x;
    height:60px;
}

#bgfooter {
    background:url(images/bgfooter.gif);
    width:935px;
    margin:0 auto;
    height:60px;
}

#footer h6 {
    text-align:center;
    padding:11px 0;
    line-height:16px;
    
}

.login {
    float:right;
    display:block;
    width:90px;
    height:30px;
    margin:10px 50px 0 0;
}

#jason {
    background:url(images/login.gif);
    height:43px;
    border-bottom:1px dotted #6da6bd;
}

#line {
    background:url(images/line.gif) bottom repeat-x;
    height:2px;
    padding-top:2px;
}

.log {

    float:right;
    margin:8px 6px 0 0;
}

.log input {
    float:right;
    margin-right:5px;
    border:none;
    width:210px;
    padding:2px 4px 4px 4px;
    direction:ltr;
    text-align:left;
    border-radius:1px;
}

.log input.sub {
    border:1px solid #ffdd33;
    padding:0 7px 4px 7px;
    background:#ffdd33;
    font-weight:bold;
    color:#818080;
    width:auto;
    cursor:pointer;
}

.log input.sub:hover {
    border:1px solid #FC0;
    background:#FC0;
    color:#fff;
}
.log input[type=password] {
-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px
}
.log input[type=text] {
-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px
}
.log input[type=submit] {
-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px
}
.forget a {
    float:left;
    margin:10px 0 0 20px;
    color:#f2f2f2;
    text-shadow:1px 1px 0px rgba(0,0,0,0.2);
}

.forget a:hover {
    color:#ffdd33;
}

#page {
    width:935px;
    margin:0 auto;
}

#page_top {
    background:url(images/page_top.jpg);
    height:54px;
}

#page_middle {
    background:url(images/page_middle.gif);
}

#page_bottom {
    background:url(images/page_bottom.gif);
    height:15px;
}

#page_top h1 {
    float:right;
    margin:24px 24px 0 0;
    font:normal 13px BYekan;
    text-shadow:1px 1px 0px rgba(256,256,256,0.5);
}

#text {
    padding:0 25px;
    text-align:justify;
    font:normal 11px tahoma;
    direction:rtl;
    line-height:18px;
}

.form {
    background:url(images/sub.gif);
    border-top:1px dotted #bdbebd;
    border-right:1px dotted #bdbebd;
}

.form tr td {
    padding:7px;
    text-align:center;
    border-bottom:1px dotted #bdbebd;
    border-left:1px dotted #bdbebd;
}

.form tr.formtt td {
    color:#418baa;
    font-size:12px;
    background:#ededed;
}

.go:hover {
    margin-left:-4px;
}

.bold {
    font-weight:bold;
    background:#ededed;
}

.form tr:hover td {
    background:#ededed;
}

.small {
    background:url(images/control.png) right no-repeat;
    padding-right:17px;
    line-height:18px;
}
.panel{height:164px;position:fixed;top:54%;right:0;z-index:100}
.btn-slide{width:48px;height:164px;background:url(images/btn-slide.png) no-repeat right;float:right}
.panel_body{display:none;width:208px;height:164px;background:url(images/panel.png) no-repeat right;z-index:100;float:right}
.panel_body ul{margin:5px 0 0 0;}
.panel_body li{width:194px;height:37px;float:right;background:url(images/panel_li.png) no-repeat right;margin:1px 7px 0 0;line-height:33px}
.panel_body li a{font-family:BYekan, Arial, Helvetica, sans-serif;color:#777;text-shadow:1px 1px #fff;font-size:17px;margin:0 4px 0 0}
.panel_body li img{float:left;margin:5px 0 0 8px;}
.offers{width:913px;float:right;margin:10px 18px 1px 0;}
#navigation{margin-left:0;margin-top:2px}
#navigation li{float:right;display:block;}
#navigation li a{background-image:url(images/sprite.jpg);display:block;outline:none;position:relative;height:152px;text-decoration:none;width:auto;}
#navigation .delivery{background-position:-680px 0px;width:233px;height:152px;}
#navigation .consultation{background-position:-456px 0px;width:224px;height:152px;}
#navigation .warranty{background-position:-231px 0px;width:225px;height:152px;}
#navigation .articles{background-position:0px 0px;width:231px;height:152px;}
#navigation a .hover{background:transparent url(images/sprite.jpg) no-repeat;display:block;opacity:0;top:0;left:0;height:100%;width:100%;}
#navigation .delivery .hover{background-position:-680px -152px;}
#navigation .consultation .hover{background-position:-456px -152px;}
#navigation .warranty .hover{background-position:-231px -152px;}
#navigation .articles .hover{background-position:0px -152px;}
.bottom_box{width:100%;float:right;margin:0px 0 20px 0}
.boxes{width:915px;float:right;margin:0px 42px 0px 0;}
.box{width:298px;float:right;margin:1px 5px 0 0;position:relative}
.box_top{width:298px;float:right;height:69px;background:url(images/box_top.png) no-repeat;}
.box_top h3{width:280px;float:right;font-family:BYekan, Arial, Helvetica, sans-serif;font-size:18px;color:#555;text-shadow:1px 1px #fff;margin:15px 10px 0 0;}
.box_body{width:298px;float:right;background:url(images/box_bg.png) repeat-y;}
.box_text{width:265px;float:right;text-align:justify;color:#909090;margin:0 17px 0 0}
.box_text1{width:265px;float:right;text-align:justify;color:#909090;margin:0 17px 10px 0}
.box_text1 p{margin:10px 0 5px 0;}
.box_text p{margin:10px 0 5px 0;}
.box_text img{margin:0 0 0 5px;float:left}
.box_body li{width:265px;float:right;height:33px;background:url(images/box_li.jpg) no-repeat;margin:5px 0 0 0}
.box_body li:hover{background-position:0 -33px;}
.box_body li .date{width:42px;height:32px;float:right;font-family:BYekan, Arial, Helvetica, sans-serif;font-size:18px;color:#fff;text-align:center;line-height:27px}
.box_body li .news,.box_body li .news a{width:200px;height:32px;float:right;font-size:11px;color:#909090;line-height:27px;margin:0 5px 0 0;text-shadow:1px 1px #fff}
.box_body li:hover .news , .box_body li:hover .news a{width:200px;height:32px;float:right;font-size:11px;color:#fff;line-height:27px;margin:0 5px 0 0;text-shadow:1px 1px #636363}
.box_bottom{width:298px;float:right;height:18px;background:url(images/box_bottom.png) no-repeat;}
.middle{width:1000px;margin:0 auto;direction:rtl;position:relative}







.whois_body {
    width:248px;
    height:180px;
    float:right;
    background:url(images/whois_bg.jpg) no-repeat;
    margin:10px 7px 0 0;
}

.whois_body p {
    width:238px;
    margin:5px 20px 0 0;
    text-align:justify;
    color:#fff;
    text-shadow:1px 1px #557e06;
}

.whois_input {
    width:220px;
    height:44px;
    float:right;
    background:url(images/whois_input.png) no-repeat;
    margin:15px 14px 0 0;
}

.whois_input input {
    width:120px;
    height:23px;
    float:left;
    background:none;
    margin:10px 0 0 5px;
    border:none;
    font-family:Tahoma, Geneva, sans-serif;
    direction:ltr;
    text-align:left;
    color:#fff;
    font-size:22px
    
}
.whois_input select {
    margin:12px 1px 0 20px;
    float:left;
    width:63px;
    height:20px;
    background:none;
    border:none;
    text-align:left;
    direction:ltr;
    font:normal 13px BYekan;
    text-shadow:1px 1px #fff
}


.result {
    width:220px;
    height:55px;
    float:right;
    background:url(images/result.png) no-repeat;
    margin:10px 14px 0 0;
}

.result p {
    text-align:center;
    margin:15px 20px 0 0;
    color:#fff;
    text-shadow:1px 1px #588206;
    font-size:13px
}

#dinabar{
position:absolute;
width: 150px;
border: 0px dotted #000000;
background-color: #;
color:#000000;
padding: 1px;
visibility: hidden;
z-index: 999;
}

#contents{width:900px;float:right; height:auto;background-image:url(images/sub.gif); margin-right:30px;}
}
#contents .blog-featured {
    border:dotted;
    width:905px;
    margin-right:10px;
    background-image:url(images/sub.gif);

    
}

#contents .blog-featured h2 {
    font-size:16px;
}

#contents .blog-featured .items-row {
    background-image:url(../images/bg2.png);
    margin-bottom::5px;
}

#contents .blog-featured p a {
    text-decoration:none;
}

#contents .blog-featured p a:hover {
    color:#000;
    text-decoration:underline;
}

#contents .contact .contact-form form#contact-form.form-validate fieldset {
    background:#CCC;
}

ul.actions {
    margin-left: 15px;
        
}

li.print-icon , li.edit-icon , li.email-icon {
    float:left;
    padding: 0 5px 0 0;
    margin:0px;
    display:inline;
}

dl.article-info dd , dl.article-info dt {
    padding: 0 5px 0 0;
    margin:0px;
    display:inline;
    font-family:'pars' !important;
}

.pagination {
    text-align:center;
    background:#999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom:5px;
}

.pagination ul , .pagination ul li , ul.pagenav li , .pagination ul li a , ul.pagenav li a, counter span, .pagination ul li a.pagenav , .pagination ul li span.pagenave {
    padding: 0px 4px 0px 4px;
    display:inline;
}
#fot{
    float:right;}
    
#login1{
    margin-right:20%;
}

#slideshow{
    width:630px;
    height:220px;

}
دیدن لینک ها برای شما امکان پذیر نیست. لطفا ثبت نام کنید یا وارد حساب خود شوید تا بتوانید لینک ها را ببینید.


user:test
pass:11111111
خیلی اعصابمو خورد کرده
چندتا پلاگین رفع تداخل jquery هم نصب کرذم نشد مه نشد


RE: مشکل در قالب دست ساز - سعید حمزه زاده - ۲۲-۲-۱۳۹۴ ۰۶:۱۷ عصر

اطلاعاتی که برای کاربری فرمودید اشتباه هستند

موفق باشید و اسپم هم ارسال نکنید


RE: مشکل در قالب دست ساز - mtashi - ۲۲-۲-۱۳۹۴ ۰۷:۰۳ عصر

باتشکر از شما
ببنید من این کاربر رو ساختم و در لیست کاربرانم هست
نمیدونم چرا وارد نمیشه.فعال هم هست
حالا از روی همین کد ها نمیتونید راهنماییم نمایید؟


RE: مشکل در قالب دست ساز - سعید حمزه زاده - ۲۲-۲-۱۳۹۴ ۰۹:۱۰ عصر

خیر متاسفانه


RE: مشکل در قالب دست ساز - mtashi - ۲۳-۲-۱۳۹۴ ۰۲:۳۶ صبح

دوست عزیز سطح دسترسی درست شد
باtest و 11111111 وارد میشه
لطفا چک نمایید.سایتم خیلی وقته مشکل داره و آفلاینش کردم :(


RE: مشکل در قالب دست ساز - mahan - ۲۳-۲-۱۳۹۴ ۰۳:۱۸ صبح

درود بر شما
پیشنهاد می کنم از منوهای آماده که در انجمن هم منتشر شده استفاده کنید
مثلا به دیدن لینک ها برای شما امکان پذیر نیست. لطفا ثبت نام کنید یا وارد حساب خود شوید تا بتوانید لینک ها را ببینید.
نگاه کنید
دیدن لینک ها برای شما امکان پذیر نیست. لطفا ثبت نام کنید یا وارد حساب خود شوید تا بتوانید لینک ها را ببینید.

قالبی که استفاده می کنید سبک و خوب است، اما اشکالاتی دارد که باید به مرور رفع شود!

شاد باشید و شادی بخش دیگران


RE: مشکل در قالب دست ساز - mtashi - ۲۳-۲-۱۳۹۴ ۰۴:۰۸ صبح

به نظر خودم کل مشکل از اون قسمت کنار اخباره
آخه اونجا یه کد اسلایشو بود کد ها رو حذف کردم اما فکرکنم اسکریپتاش هنوز داره اجرا میشه.
اینطور نیست؟


RE: مشکل در قالب دست ساز - mtashi - ۲۳-۲-۱۳۹۴ ۰۴:۱۳ صبح

ضمنا این دوتا لینکی که معرفی کردید
ckmenu رو که نصب کردم دقیقا همین مشکل رو داشت.حتی بیشتر.تا میخاست کاربر به روی زیر منو، زیرمنو محو میشد
sw هم تست کردم باز که میشه همین وضع و داره


RE: مشکل در قالب دست ساز - سعید حمزه زاده - ۲۳-۲-۱۳۹۴ ۰۷:۰۶ عصر

من سایتتونو دیدم، مشکلتون با z-index حل میشه

شما به #slider-wrapper در فایل style.css مقدار z-index:1; بدید

بعد به .extnav_horizontal li در فایل horizontal_menumatic.css مقدار z-index:10; بدید

یا علی


RE: مشکل در قالب دست ساز - mtashi - ۲۴-۲-۱۳۹۴ ۱۲:۴۷ صبح

ممنونم دوست عزیز.اون قضیح حل شده
یه مشکل دیگه هم هست در نسخه html این قالب تصویر 4تایی (تحویل فوری-مشاوره رایگان و...) میرم خیلی قشنگ قرمز میشه اما اینجا اینطوری نیست .اون واسه چیه؟