Some of my sites widgets look wierd on other computers and some dont appear??

  • Anonymous

    #7267

    How come the blog author box looks weird and stretched on another computer but on my laptop its fine?

    And my footer links only work in internet explorer not firefox or google chrome??????

    and the facebook like button in my footer does not appear on my dads computer but on my schools and laptop it does?

    Can I fix this ?

    Admin

    Syahir Hakim

    #37629

    Moved to Support. Please post in the correct section next time.

    What browsers are each of those computers using?

    Anonymous

    #37630

    Im not sure but now I think the reason is , is that there is something wrong with my footer code in theme functions? Does there look like theres a mistake or something missing? because the terms of service link does not work anymore in firefox or googlce chrome it only works in internet explorer

    <?php
    /**
    * Modify the footer copyright text
    */
    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'Powered by %1$s and the %2$s.' => '<a href="' . get_permalink( 544 ) . '">Terms of use</a>. Site Designed by <a href="' . get_permalink( 4 ) . '">Ian Arturo Izaguirre</a>.',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );
    Admin

    Syahir Hakim

    #37631

    There’s nothing wrong with the code, but the Facebook Like button in the footer is covering the link, which renders it unclickable. Reduce the width in the button’s code to fix it.

    Anonymous

    #37632

    where do I go to change the width ?

    I cant even find out using firebug

    Admin

    Syahir Hakim

    #37633

    When you generate the button code in Facebook, there’s an option to specify the width.

    Anonymous

    #37634

    Perfect I fixed it! Thank you sooo much! I fixed the width using firebug then went to filezilla and edited the plugin line for width.

    What about the blog author box that looks weird and stretched on another computer but on my laptop its fine?

    and how can I move the

    HAVE A QUESTION FOR ME?

    CONTACT ME

    Words in the footer to above Ian Arturo Izaguirre link in my footer.

    I want it to be in the corner

    Anonymous

    #37635

    ill ask this in a new question thanks for resolving my other issue

    gipiweb

    #37636

    Hi, Hakim, I have same problem with my home page in IE. Sidebar not show widgets and footer disappered. In FireFox and Crome works fine. Could you have look to it and advise.

    Thanks for grat job

    Gipiweb

    Giuliano

    http://www.atleticapbm.it

Viewing 9 posts - 1 through 9 (of 9 total)

  • You must be logged in to reply to this topic.