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

Hybrid View

  1. #1
    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…

  2. #2
    Join Date
    Feb 2010
    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!

  3. #3
    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.

  4. #4
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    ok, progress. I found my way to http://zcadditions.com/3/

    There I found your footer menu columns are floating left controlled by the stylesheet, responsive.css

    I added

    [class*="col"] {
    float: left;
    margin-left: 5px;
    }

    to my stylesheet_flexible_footer_menu.css and that allowed the columns to line up 4 to the row. Off to play and hopefully that's all that was needed. Thanks for this module and other modules and templates you make available :-)

  5. #5
    Join Date
    May 2014
    Location
    United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
    I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
    Thanks much.

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Quote Originally Posted by yogeshvara View Post
    Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
    I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
    Thanks much.
    You can create 1 column

    Sort-Order 1 & Assign Header

    Then create new page Sort-Order 11 & use HTML to create columns, using the same class already included in the plugin.

    HTML Code:
    <div class="col span_2_of_9">
    List of Links
    List of Links
    List of Links
    </div>

    <div class="col span_2_of_9">
    List of Links
    List of Links
    List of Links
    </div>

    This way these HTML columns are also responsive and stack at min-width.

    Hope that helps!

  7. #7
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Quote Originally Posted by yogeshvara View Post
    Hi I had it in mind that I would have a heading centered on two columns. If this were html I would just merge the two columns in the row and justify center. and below it I would have two columns of Links related to the header.
    I'm a newbie and my developer installed this module and invited me to have at it, so if I have to modify code it will be my first time! Also how do I make suggestions as to font style size etc. It seems to have a mind of its own.
    Thanks much.
    I updated Demo: http://zcadditions.com/3/

    You'll notice column 9 now has 4 column within it

  8. #8
    Join Date
    May 2014
    Location
    United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Thanks, I see it works but I'll have to run it by my developer to use it since I don't really get how to "install" the code.

    Also I have an odd problem. I have a graphic in column 1 that automatically left justified, then I put a graphic in column two that automatically center justified even though its associated text left justified. Is there a way I can control this since I would like them all to left justify except perhaps the Headline text above the links you can see the two graphics here at the bottom of the page....
    http://adamrdesign.com/yogatest/inde...in_page=page_2

  9. #9
    Join Date
    May 2014
    Location
    United States
    Posts
    23
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Also As long as I'm asking.... I would love it if the words could go under not over the graphics (I think it would be more like a caption and thus more intuitive for users)

  10. #10
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Thank you for pointing this out, yes .col was carried over from the responsive CSS and I forgot to add to the plugin CSS file for those not using a responsive template built with the Responsive DIY Template Default for 1.5.x

    I will ad this to the next version.

    Thanks again!

    Quote Originally Posted by buildingblocks View Post
    ok, progress. I found my way to http://zcadditions.com/3/

    There I found your footer menu columns are floating left controlled by the stylesheet, responsive.css

    I added

    [class*="col"] {
    float: left;
    margin-left: 5px;
    }

    to my stylesheet_flexible_footer_menu.css and that allowed the columns to line up 4 to the row. Off to play and hopefully that's all that was needed. Thanks for this module and other modules and templates you make available :-)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 AM
  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

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