Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 89
  1. #21
    Join Date
    Apr 2014
    Posts
    2
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Quote Originally Posted by rbarbour View Post
    It is!

    I played with the CSS a little and added some ID's, SEE Demo, I don't have time right now to post changes but will do in the next few days.
    Cool Looking forward to it

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

    Default Re: Flexible Footer Columns Menu for 1.5.x

    v1.2 being uploaded today!

    Sorry for the delay in releasing v1.2 but I wanted to make it as easy as possible.

    New Features:
    - Responsive, preset to stack rows/columns at a min-width of 480px
    - Allows for Multiple Rows
    - Allows Different # Columns per Row (Very Cool )
    - Added ADMIN config to set Rows & Columns layout (no CSS tweaks needed!)

    Upgrade is minor.
    Only changes the template and css file for the catalog side and adds a new config for the Rows & Columns layout.

    DEMO is here!
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

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

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Version 1.2, see a DEMO and DOWNLOAD from here till approved.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  4. #24
    Join Date
    Aug 2008
    Posts
    105
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Ok I feel silly asking this question but I seem to be missing something.
    Why is my footer menu going vertical instead of horizontal? I am putting in the columns by number (1, 2 etc).
    I have left some as they are showing up on the site....scroll down and you will see them on the right hand side, that should be column 1 and column 2 and column 4
    QuiltsInMontana.com
    ZenCart 1.5.1
    Cherry Zen Template
    and a bunch of add ons - do you need the list?
    Thanks
    Mona

  5. #25
    Join Date
    Jun 2007
    Location
    Australia
    Posts
    60
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    I am wondering if anyone has been able to move or display the Mailchimp sidebox addon into the flexible footer menu? I'm using zc version 1.5.1 with the lovely winchester new template.
    many thanks
    Michelle

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

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Looks like you have CSS/JS loader installed - disable and see if it works, if so you may need to rename the stylesheet_flexible_footer_menu.css file

    Quote Originally Posted by stxmona View Post
    Ok I feel silly asking this question but I seem to be missing something.
    Why is my footer menu going vertical instead of horizontal? I am putting in the columns by number (1, 2 etc).
    I have left some as they are showing up on the site....scroll down and you will see them on the right hand side, that should be column 1 and column 2 and column 4
    QuiltsInMontana.com
    ZenCart 1.5.1
    Cherry Zen Template
    and a bunch of add ons - do you need the list?
    Thanks
    Mona

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

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Yes you can!

    Create a new page

    open /includes/templates/YOUR_TEMPLATE_NAME/templates/tpl_flexible_footer_menu.php

    find:
    PHP Code:
    $pages_id $var_linksList[$i]['id']; 
    add below it:
    PHP Code:

    if ($list_col == 5) {
          require(
    $template->get_template_dir('tpl_mailchimp_sidebox.php',DIR_WS_TEMPLATE$current_page_base,'sideboxes'). '/tpl_mailchimp_sidebox.php');

    $col .= '<li>' $content;
    } else {
    //show nothing 

    Replace 5 with the column id assigned when you created a new page.

    That's it!

    Quote Originally Posted by sydmich View Post
    I am wondering if anyone has been able to move or display the Mailchimp sidebox addon into the flexible footer menu? I'm using zc version 1.5.1 with the lovely winchester new template.
    many thanks
    Michelle

  8. #28
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    help question Re: Flexible Footer Columns Menu for 1.5.x

    Greetings rbarbour,

    I have your awesome add-on installed (v1.1) and it works great! However, I just installed IH4 and the page titles under the admin area for IH4 is being overwritten by the flexible footer page title. The problem seems to be with the placement of the define statements within the admin dir structure.

    It seems neither IH4 or Flexible Footer follows the placement of where the defines should go according to the "Programmatically adding a menu item to the v1.5.0 (and later) admin" document here:

    Once I adjusted according to the above document for both IH4 and Flexible Footer Columns, all admin page titles seem to be playing well together!

    Am I off base on this? or does it make sense?

    Thank you!
    Experience is what you get when you don’t get what you want…

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

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Thank you,

    I will take a look and update the next release.

    Quote Originally Posted by kwright View Post
    Greetings rbarbour,

    I have your awesome add-on installed (v1.1) and it works great! However, I just installed IH4 and the page titles under the admin area for IH4 is being overwritten by the flexible footer page title. The problem seems to be with the placement of the define statements within the admin dir structure.

    It seems neither IH4 or Flexible Footer follows the placement of where the defines should go according to the "Programmatically adding a menu item to the v1.5.0 (and later) admin" document here:

    Once I adjusted according to the above document for both IH4 and Flexible Footer Columns, all admin page titles seem to be playing well together!

    Am I off base on this? or does it make sense?

    Thank you!

  10. #30
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Hi

    I have Flexible Footer Columns Menu Version: 1.2 installed on zen cart 1.5.3 with an unmodified responsive classic template. I first noticed there are no instructions in the installation package. The INSTALL_DOCS folder does have a file, Flexible_Footer_Menu_Installation.htm but does not contain instructions. I renamed the responsive_template_default folders to my template name (assuming that was the thing to do), installed the files and sql patch.

    tools > Flexible Footer Menu were left as default installation settings

    configuration > ZCA Flexible Footer Menu Configuration

    I have the settings

    Assign 4 Columns to a Row: 1,2,3,4

    The columns were stacking vertically with no styling.

    I noticed the modules stylesheet wasn't loading and was named as stylesheet_flexible_footer_menu.c.CSS. I renamed that to stylesheet_flexible_footer_menu.css and that let the stylesheet load. The columns are still stacking vertically though. I don't have css/js loader installed.

    Am I missing something obvious? :-)
    Last edited by buildingblocks; 6 Sep 2014 at 12:24 AM.

 

 
Page 3 of 9 FirstFirst 12345 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 128
    Last Post: 6 Sep 2023, 10:30 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. v155 Flexible Footer Menu
    By MCS_Computers in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Jul 2018, 10:59 AM
  4. Replies: 8
    Last Post: 22 Nov 2016, 05:22 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM

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