Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Nov 2011
    Location
    Harrogate, UK
    Posts
    16
    Plugin Contributions
    0

    help question Help: Footer Text link doesn't appear

    Hi everyone.
    The text link in my footer bar doesn't appear although there are little dots links functioning. Can anyone tell me what could be the problem and which file should I try to modify?
    I've read other footer problems in the forum but nothing seems similar to mine.

    To get an idea of what I am talking about this is my site:
    http://www.emporiosposa.com
    If you go down the page you'll see little dots which if you hover over them become clickable, but the text next to them doesn't appear.
    Any help would be greatly appreciated.
    Cinzia

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help: Footer Text link doesn't appear

    You are using EZ-Pages Footer Columns (which is functioning correctly except for the text), but your Template Monster template's custom tpl_footer.php is still active. That shouldn't matter except that the Home link is removed in EFC; perhaps the TM template does the same?

    I can't see any reason for your link text to not be output. The essential mod files must all be in working order, or the rest of it would not work.

  3. #3
    Join Date
    Nov 2011
    Location
    Harrogate, UK
    Posts
    16
    Plugin Contributions
    0

    help question Re: Help: Footer Text link doesn't appear

    Hi gjh42,
    thanks for your reply.
    In the original TM template the links were fine. It all happen when I installed the multilanguage_ezpages_module.
    I've tried to revert the common files to the original TM template but there must be something else, perhaps in css file? I'm not sure what to do.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help: Footer Text link doesn't appear

    I see that you must have Multi-language EZ-Pages installed; apparently the two mods are not compatible. I have not looked at the Multi-language files, so I will need to study them when I get time to see what the problem is and how to fix it. (I just went looking for the Multi-language mod and couldn't find it in Free Addons. Where is it?

  5. #5
    Join Date
    Nov 2011
    Location
    Harrogate, UK
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help: Footer Text link doesn't appear

    Quote Originally Posted by gjh42 View Post
    I just went looking for the Multi-language mod and couldn't find it in Free Addons. Where is it?
    Thank you so much for looking into this! the mutli-language mod is downloadable from here http://www.zen-cart.com/index.php?ma...roducts_id=113.
    I'm not in any rush to get it sorted, so whenever you've got time. Thanks again
    Cinzia

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help: Footer Text link doesn't appear

    Weird... I found it through a link in the support thread, but even knowing where it is, it does not come up in any search for any keyword. It is only visible in the "Other Modules" category listing or by direct link.

    I did see in the mod description a note
    I modified two files of the previous version (includes/modules/CUSTOM/ezpages_bar_footer.php...
    As Ezpages Footer Columns also modifies the same file (only one line), the two versions would definitely need to be merged for proper function. Not sure what else might need to be done.

  7. #7
    Join Date
    Nov 2011
    Location
    Harrogate, UK
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help: Footer Text link doesn't appear

    Weird indeed. I've compared the 2 files ezpages_bar_footer.php
    At the moment I am using the original TM template file. If I put the multilanguage one the footer disappears altogether.

    The only part which is different is this:TM template
    PHP Code:
    $page_query $db->Execute("select * from " TABLE_EZPAGES " where status_footer = 1 and footer_sort_order > 0 order by footer_sort_order, pages_title"); 
    multilanguage template
    PHP Code:
      // query modified for multi-language support
      
    $page_query $db->Execute("select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, e.toc_chapter, et.pages_title 
                                 from  " 
    TABLE_EZPAGES " e, " TABLE_EZPAGES_TEXT " et  
                                 where e.pages_id = et.pages_id 
                                 and et.languages_id = '" 
    . (int)$_SESSION['languages_id'] . "' 
                                 and status_footer = 1 and footer_sort_order > 0 order by footer_sort_order, pages_title"
    );
      
    // end of modification 

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help: Footer Text link doesn't appear

    The TM version, like the original, selects the field that EFC needs without specifying it (it just selects * or everything), while the Multi-Language version selects the required language/text elements but not the footer sort order which EFC needs to use.
    Add e.footer_sort_order to the query select list, and the one line from the EFC version to the Multi-Language version and see what happens.
    PHP Code:
          $page_query_list_footer[$rows]['sort'] = $page_query->fields['footer_sort_order'];//ezpages_footer_columns 

  9. #9
    Join Date
    Nov 2011
    Location
    Harrogate, UK
    Posts
    16
    Plugin Contributions
    0

    Default Re: Help: Footer Text link doesn't appear

    It worked out! you are a genius... thank you soooooo much!

  10. #10
    Join Date
    Oct 2011
    Location
    Montreal, CA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Help: Footer Text link doesn't appear

    Hello, I'm a fan of you guys!!

    Ok, I have the same problem with the footer column and Multi-language EZ-Page... can you specify more where I most do the changes?

    Thanks in advance

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v138a Link in text does not appear in blue text
    By navido in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Sep 2012, 05:33 PM
  2. v150 Free Shipping Text doesn't appear
    By bpoilspill in forum General Questions
    Replies: 11
    Last Post: 1 Aug 2012, 06:34 PM
  3. My text doesn't appear on main page !!
    By dynamix88 in forum General Questions
    Replies: 4
    Last Post: 10 May 2009, 12:53 PM
  4. help? download link doesn't appear
    By nakris in forum General Questions
    Replies: 6
    Last Post: 4 Apr 2008, 09:46 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