Cool :smile: Looking forward to it :smile:
Printable View
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 :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!
Version 1.2, see a DEMO and DOWNLOAD from here till approved.
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
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
Yes you can!
Create a new page
open /includes/templates/YOUR_TEMPLATE_NAME/templates/tpl_flexible_footer_menu.php
find:
add below it:PHP Code:
$pages_id = $var_linksList[$i]['id'];
Replace 5 with the column id assigned when you created a new page.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
}
That's it!
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? :blink:
Thank you! :D
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? :-)