Hãy đăng ký thành viên để có thể dễ dàng trao đổi, giao lưu và chia sẻ về kiến thức đồ họa.
  1. Hãy đăng ký subscribe kênh Youtube mới của Việt Designer tại địa chỉ: Youtube.com/VietDesignerChannel để theo dõi các video về thiết kế đồ họa. Do trước đó kênh cũ bị Youtube quét không rõ lý do, trong thời gian chờ kháng cáo nếu các bạn thấy video trên diễn đàn bị die không xem được thì có thể vào kênh mới để tìm xem video sơ cua nhé.
    Loại bỏ thông báo

Xin hướng dẫn thêm thẻ alt vào logo footer

Chủ đề thuộc danh mục 'Hỏi đáp - Thảo luận về web' được đăng bởi lequypro, 30/4/13.

Lượt xem: 2,674

  1. lequypro Mới đăng kí

    Mày mò không ra lên nhờ anh em giúp
    site em: caysua.org
    ảnh
    [​IMG]

    ...
  2. Phạm Hữu Dư

    Phạm Hữu Dư phamhuudu.com Ban quản trị

    Nói thật là ko thể hiểu nỗi bạn muốn nhờ hướng dẫn cái gì :|
    lequypro thích bài viết này
  3. banbaonylong

    banbaonylong Ko phải assmin

    alt là description hay information của cái ảnh
    lequypro thích bài viết này
  4. lequypro

    lequypro Mới đăng kí

    alt của cái ảnh (logo) tối ưu seo google images mà ad ơi, logo footer nó bị trống thẻ alt, em mày mò trong admin nhưng không có, tìm file không thấy
    em sài Outreach Child Theme Studio fw
  5. banbaonylong

    banbaonylong Ko phải assmin

    bạn mở file đó ra gõ trực tiếp vào dòng code
    lequypro thích bài viết này
  6. lequypro

    lequypro Mới đăng kí

    vấn đề là em đang không tìm được file đó, hic
  7. Hạnh Anh

    Hạnh Anh Thành viên cấp 2

    bạn dùng mã nguồn wp đúng không, bạn vào theo link này nhé
    wp-content/themes/tên theme/footer.php
    mà sửa. không thì vào admincp edit themes chọn footẻ.php laf ok
    lequypro thích bài viết này
  8. lequypro

    lequypro Mới đăng kí

    Mình sài studiopress genesis nên không tìm được, bạn thử show hộ mình
  9. Hạnh Anh

    Hạnh Anh Thành viên cấp 2

    xem qua site bạn thì thấy thế này, bạn vào host, theo đường dẫn sau mà sửa nhé
    PHP:
    wp-content/themes/outreach/images/footer.php
    lequypro thích bài viết này
  10. lequypro

    lequypro Mới đăng kí

    Trong image không có file php nào bạn, chỉ có file hình ảnh thui
  11. Hạnh Anh

    Hạnh Anh Thành viên cấp 2

    nham, ban vao link nay nhe.
    PHP:
    wp-content/themes/outreach/
    tai lay cai link hinh nen no nam trong do
    lequypro thích bài viết này
  12. lequypro

    lequypro Mới đăng kí

    cũng không có file footer trong này chỉ có file footer-widgeted.php
    Code:
    <div id="footer-widgeted">
        <div class="wrap">
            <div class="footer-widgeted-1">
                <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer #1') ) : ?>
                    <div class="widget">
                        <h4><?php _e("Footer #1 Widget", 'genesis'); ?></h4>
                        <p><?php _e("This is an example of a widget area that you can place text to describe a product or service. You can also use other WordPress widgets such as recent posts, recent comments, a tag cloud or more.", 'genesis'); ?></p>
                    </div><!-- end .widget -->
                <?php endif; ?>
              </div><!-- end .footer-widgeted-1 -->
            <div class="footer-widgeted-2">
                <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer #2') ) : ?>
                    <div class="widget">
                        <h4><?php _e("Footer #2 Widget", 'genesis'); ?></h4>
                        <p><?php _e("This is an example of a widget area that you can place text to describe a product or service. You can also use other WordPress widgets such as recent posts, recent comments, a tag cloud or more.", 'genesis'); ?></p>
                    </div><!-- end .widget -->
                <?php endif; ?>
            </div><!-- end .footer-widgeted-2 -->
            <div class="footer-widgeted-3">
                <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer #3') ) : ?>
                    <div class="widget">
                        <h4><?php _e("Footer #3 Widget", 'genesis'); ?></h4>
                        <p><?php _e("This is an example of a widget area that you can place text to describe a product or service. You can also use other WordPress widgets such as recent posts, recent comments, a tag cloud or more.", 'genesis'); ?></p>
                    </div><!-- end .widget -->
                <?php endif; ?>
            </div><!-- end .footer-widgeted-3 -->
            <div class="footer-widgeted-4">
                <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer #4') ) : ?>
                    <div class="widget">
                        <h4><?php _e("Footer #4 Widget", 'genesis'); ?></h4>
                        <p><?php _e("This is an example of a widget area that you can place text to describe a product or service. You can also use other WordPress widgets such as recent posts, recent comments, a tag cloud or more.", 'genesis'); ?></p>
                    </div><!-- end .widget -->
                <?php endif; ?>
            </div><!-- end .footer-widgeted-4 -->
        </div><!-- end .wrap -->
     
     
     
    </div><!-- end #footer-widgeted -->
    Còn đây là file footer trong theme genesis, mình sài theme studio genesis nên hơi khó tìm
    Code:
    genesis_structural_wrap( 'inner', '</div><!-- end .wrap -->' );
    echo '</div><!-- end #inner -->';
     
    do_action( 'genesis_before_footer' );
    do_action( 'genesis_footer' );
    do_action( 'genesis_after_footer' );
    ?>
    </div><!-- end #wrap -->
    <?php
        wp_footer(); // we need this for plugins
        do_action( 'genesis_after' );
    ?>
    </body>
    </html>
    
    Xem xoi được hộ mình không nhé

Ủng hộ diễn đàn