Thread: Footer is gone

Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    26
    Plugin Contributions
    0

    Default Footer is gone

    Hi guys,

    I can't figure out why my footer suddenly disapeared on my product-info-page.

    See here: http://nyshop.utkast.org/index.php?m...roducts_id=228

    Anyone know what the problem could be?

    Best regards, JDahlbom

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Footer is gone

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2011
    Posts
    26
    Plugin Contributions
    0

    Default Re: Footer is gone


    I've been through that one now.
    If I remove the following code it all works great:

    <?php
    if (SOCIAL_MEDIA_STATUS == 1) {
    if (SOCIAL_POSITION == 'bottom' || SOCIAL_POSITION == 'both') {
    echo '<div id="socialIcons" class="fright">';
    echo social_media($products_id_current, $products_name);
    echo '</div>';
    }
    }
    ?>

    It sais in the log that this line get an error:
    echo social_media($products_id_current, $products_name);

    What could be the problem with that?

    Thnx

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Footer is gone

    Evidently that social_media() function you're calling in your template is apparently undefined ... as in, there is no actual function statement/definition in your site for it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v150 My footer is gone
    By In2Deep in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Oct 2012, 10:13 PM
  2. Contact form gone and footer missing!
    By Lippyme in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Mar 2012, 09:15 PM
  3. Footer gone but shows on log in page
    By Gryphonfloorball in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Nov 2009, 10:27 AM
  4. part of footer is gone
    By customk1 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 1 Apr 2009, 07:09 PM
  5. Footer problesm's - Its gone!
    By priceys in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Nov 2007, 05:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg