عدم نمایش استایل های محتوای فروشگاه ؟؟؟

Abalone

تازه وارد
استایل پیش فرض content فروشگاه توو قالبم کار نمیکنه..

لطفا راهنمایی...





 

Mohammad

مدیر انجمن
پرسنل مدیریت
شما کلا فایل css ووکامرس رو فراخوانی نکردید.

فایل header.php رو بزارید اینجا

دقت کنید در کجا تاپیک میزنید. انتقال یافت پرسش و پاسخ ووکامرس

 

Abalone

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

 
آخرین ویرایش توسط مدیر:

Abalone

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


کد:
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="http://hitallxgame.com/wp-content/themes/mysand/css/jquery.rondell.css" type="text/css"/>
<link href="http://hitallxgame.com/wp-content/themes/mysand/css/amazon_scroller.css" rel="stylesheet" type="text/css" />
<script src="http://hitallxgame.com/wp-content/themes/mysand/sliderengine/jquery.js"></script>
<script src="http://hitallxgame.com/wp-content/themes/mysand/sliderengine/amazingslider.js"></script>
<script src="http://hitallxgame.com/wp-content/themes/mysand/sliderengine/initslider-1.js"></script>
<script type="text/javascript" src="http://hitallxgame.com/wp-content/themes/mysand/js/amazon_scroller.js"></script>
</head>


<body>
<div class="menu">
  <div class="social">
    <div class="fb"></div>
    <div class="gp"></div>
    <div class="rss"></div>
  </div>
  <div class="lang">
    <div class="flag"></div>
  </div>
  <div class="text">english | </div>
</div>
<div class="afterLine"></div>


<!--Header-S-->
<div class="topmenu" style="background-image:url(http://hitallxgame.com/wp-content/themes/mysand/images/header<?php echo(rand(1,5)) ?>.jpg);">
<!--Slide Show-S-->
<div style="margin:auto;max-width:900px;">
    <div id="amazingslider-1" style="display:block;position:relative; padding-top:16px;">
        <ul class="amazingslider-slides" style="display:none;">
<?php $my_query = new WP_Query('showposts=5&cat=1');while ($my_query->have_posts()):$my_query->the_post();$do_not_duplicate = $post->ID;?>
            <li><img src="<?php $headimg = get_post_custom_values("headimg"); echo $headimg[0]; ?>" alt="<?php $headtitle = get_post_custom_values("headtitle"); echo $headtitle[0]; ?>" data-description="<?php $headdes = get_post_custom_values("headdes"); echo $headdes[0]; ?>" /></li>
<?php endwhile; ?> 
        </ul>
    </div>
</div>
<!--Slide Show-E-->

<!--Top Menu-S-->
<div class="menuContent">
    <ul>
    <a href="#"><li style="background-position: 0px 37px; background-color:#FFF; opacity:1" class="homeIcon"></li></a>
    <a href="#"><li>فعالیت ها</li></a>
    <a href="#"><li>درباره ما</li></a>
    <a href="#"><li>آموزش</li></a>
    <a href="#"><li>گالری</li></a>
    <a href="#"><li>تماس باما</li></a>
    <a href="http://hitallxgame.com/?post_type=product"><li>فروشگاه</li></a>
    <li id="searchButton"><input value=""  type="button" /></li>
    <li id="searchText"><input id="f" value="جستجو" onFocus="if(this.value=='جستجو') this.value='';" onBlur="if(this.value=='') this.value='جستجو';"  type="text" /></li>


    </ul>
</div>
<!--Top Menu-E-->
</div>
<!--Header-E-->


<!--After Line-S-->
<div class="afterLine"></div>
<!--After Line-E-->
 
بالا