Page 1 of 2 12 LastLast
Results 1 to 10 of 129

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Flexible Footer Menu Multilingual [Support Thread]

    Flexible Footer Menu Multilingual

    Flexible Footer Menu just got better! In collaboration with Design75, we'll be uploading Flexible Footer Menu Multilingual v1.0 today!

    This plugin is an addition to Flexible Footer Menu

    Features:

    * Includes a "1 click" Installation/Maintenance interface
    * Saves existing Flexible Footer Menu content
    * Supports Multi-Languages
    * Supports HTML Editor
    * Includes ZC Stock pagination
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  2. #2
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    This is now available via the plugins:

    http://www.zen-cart.com/downloads.php?do=file&id=1957
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    I found a small error in one of the files, and it is also true for the single language version.

    In includes/modules/YOUR_TEMPLATE/flexible_footer_menu.php on line 26

    Code:
    $page_query_list_footer[$rows]['id'] = $page_query->fields['pages_id'];
    should be
    Code:
    $page_query_list_footer[$rows]['id'] = $page_query->fields['page_id'];

  4. #4
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    I will try to update shortly, thanks!
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  5. #5
    Join Date
    Mar 2015
    Posts
    105
    Plugin Contributions
    0

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    I'm working with template westminster new.
    Installed this flex footer languages and oh boy, i have to change everything back to what it looked like before

    Something like this
    footer.jpg

    Because I don't know nothing about codes, i don't know how to do that.
    I know how to changes the background colors of the boxes and the height from 150 to 250, but i do'nt know how to make it look like the picture above.
    Also, te most left box, the page names are next to each other, and in the other boxes the are under each other. How to fix that?

    Edit: choose the other language and now every page name is next to each other.
    Last edited by Pompidompie; 3 Apr 2015 at 07:33 PM.
    Language: Dutch
    English: not so very good
    Allready have a live shop, so building local/on my computer

  6. #6
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    did you copy the stylesheet_flex.css file that came with the add on ??
    If you did, replace the stylesheet_flex.css file that came with the template you have installed. I suspect that will solve your problem.

  7. #7
    Join Date
    Mar 2015
    Location
    Pennsylvania
    Posts
    7
    Plugin Contributions
    0

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Admin menu problem. Shipping module header now says Flexible footer menu. Same happens with none Multilanguage mod. Can't seem to find a fix. Any help is greatly appreciate. Looked in db and all language files.
    thanks

  8. #8
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by NewLightCreative View Post
    Admin menu problem. Shipping module header now says Flexible footer menu. Same happens with none Multilanguage mod. Can't seem to find a fix. Any help is greatly appreciate. Looked in db and all language files.
    thanks
    The solution is to move:

    YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/extra_definitions/flexible_footer_menu.php

    to:

    YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/flexible_footer_menu.php

    now the Flexible footer defines will only be loaded when the Flexible footer menu page is shown.

  9. #9
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Sorry, my answer was partly correct. Will post the complete answer in a few minutes

  10. #10
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Here it comes:
    Copy YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/extra_definitions/flexible_footer_menu.php
    to YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/flexible_footer_menu.php

    open YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/extra_definitions/flexible_footer_menu.php in your favorite editor, and only leave
    these defines in the file, delete the rest
    PHP Code:
    define('TEXT_FLEXIBLE_FOOTER_MENU_HEADING_TITLE','Flexible Footer Menu Multilingual');
    define('BOX_TOOLS_FLEXIBLE_FOOTER_MENU','Flexible Footer Menu Multilingual');
    define('BOX_CONFIG_FLEXIBLE_FOOTER_MENU','Flexible Footer Menu Multilingual Config');
    define('BOX_TOOLS_FLEXIBLE_FOOTER_MENU_INSTALL','Flexible Footer Menu Install'); 
    save the file

    next open YOUR_ADMIN/includes/languages/YOUR_LANGUAGE/flexible_footer_menu.php, and delete the defines mentioned above. save the file.

    Now the module shows correct in the menus, and will no longer override other module titles.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Flexible Footer Columns Menu for 1.5.x
    By rbarbour in forum All Other Contributions/Addons
    Replies: 88
    Last Post: 23 Apr 2022, 01:18 PM
  2. v152 Flexible Language/Currency Header Options (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 20 May 2021, 03:46 PM
  3. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  4. v155 Flexible Footer Menu
    By MCS_Computers in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Jul 2018, 10:59 AM
  5. Footer Menu Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 534
    Last Post: 20 Jan 2014, 03:19 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR