Page 9 of 13 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 129
  1. #81
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Sorry. My bad.

    Shut the computer off and later restarted it and the menu items are in columns. Go figure.

    They are not full width though. Only about half the width of the screen in desktop mode. Any ideas?

    Dave

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

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    I submitted an updated version today.
    Changelog:
    Version 1.5 09-01-2019 Zen4All

    • Fixed a bug in the sanitizer
    • Update the files to Zen Cart 1.5.6

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

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by Design75 View Post
    I submitted an updated version today.
    Changelog:
    Version 1.5 09-01-2019 Zen4All

    • Fixed a bug in the sanitizer
    • Update the files to Zen Cart 1.5.6
    2 added but undefined constants in YOUR_ADMIN/flexible_footer_menu.php

    TEXT_INFO_PAGES_ID & TEXT_INFO_PAGES_ID_SELECT

    Note this was downloaded via github

    other than that, install nicely and upgrades nicely on 1.5.6a

    with an exception of above I have a bootstrap compatible version, not sure if it should be a separate plugin or add to our original.
    Last edited by rbarbour; 10 Jan 2019 at 03:22 AM.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

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

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    I'll add the missing define.
    We can put the Bootstrap files in a separate folder, but in this mod,for easier maintenance. If you want to make a PR on GitHub, I will make a new release.
    Quote Originally Posted by rbarbour View Post
    2 added but undefined constants in YOUR_ADMIN/flexible_footer_menu.php

    TEXT_INFO_PAGES_ID & TEXT_INFO_PAGES_ID_SELECT

    Note this was downloaded via github

    other than that, install nicely and upgrades nicely on 1.5.6a

    with an exception of above I have a bootstrap compatible version, not sure if it should be a separate plugin or add to our original.

  5. #85
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    How can I have a link in the footer open in a new window? I changed from internal link to external to try to have it open in a new window but without luck. I would like to link to my blog in a subdomain but keep existing page open - so 'selectively' open in new window or not.

    from configure page
    "EXTERNAL link URL Example: http://www.zcadditions.com (http://) strips INTERNAL link URL and auto opens in new tab/window."

    cheers, Mike

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

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by shags38 View Post
    How can I have a link in the footer open in a new window? I changed from internal link to external to try to have it open in a new window but without luck. I would like to link to my blog in a subdomain but keep existing page open - so 'selectively' open in new window or not.

    from configure page
    "EXTERNAL link URL Example: http://www.zcadditions.com (http://) strips INTERNAL link URL and auto opens in new tab/window."

    cheers, Mike
    You can't, it's entirely at the discretion of the browser (most only support tabs). Most user agents automatically open in new tab unless the user opts to open in new window via right click of a link.

    You can specify http://www.YOURBLOG.YOUR_DOMAIN.com/ for an EXTERNAL link and it will open in a new tab

    You could use jquery to force opening a new window
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  7. #87
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by rbarbour View Post
    You can't, it's entirely at the discretion of the browser (most only support tabs). Most user agents automatically open in new tab unless the user opts to open in new window via right click of a link.

    You can specify http://www.YOURBLOG.YOUR_DOMAIN.com/ for an EXTERNAL link and it will open in a new tab

    You could use jquery to force opening a new window
    Thanks Ray for your reply - maybe I didn't understand the terminology - I thought that adding https://www.blog.harmonyballpendant.com as the link to 'blog' in the configure for that page name would mean it would open in a new window (which it doesn't), i.e. if I am on the index page and I click in the blog link it would open the blog in a new window such that the index page is still open, as if there was a target="_blank" instruction - but I suppose EXTERNAL means a totally different site, right? not just a sub domain.

    I suppose I didn't think it through - the blog in question is a redirected third party blog, my blog from Blogger and hence doesn't have the exact same template and I'd hate to run the risk of potentially losing customers through different site navigation so I may have to put the link to it somewhere else with a target="_blank" - possibly in the copyright section below FFMM, not ideal but needs as must be.

    So all of my pages links under a column called 'Articles' are to EZ Pages configured to open in a new window, so I assume FFMM overrides that setting given they do not?

    The blog is the main concern however as indicated in the initial scribbled post my preference would be for all links in FFMM to open in new windows - so what jquery could / should be used to achieve that, and where would it be placed? (I know very little about coding).

    many thanks,
    Mike

  8. #88
    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 shags38 View Post
    Thanks Ray for your reply - maybe I didn't understand the terminology - I thought that adding https://www.blog.harmonyballpendant.com as the link to 'blog' in the configure for that page name would mean it would open in a new window (which it doesn't), i.e. if I am on the index page and I click in the blog link it would open the blog in a new window such that the index page is still open, as if there was a target="_blank" instruction - but I suppose EXTERNAL means a totally different site, right? not just a sub domain.

    I suppose I didn't think it through - the blog in question is a redirected third party blog, my blog from Blogger and hence doesn't have the exact same template and I'd hate to run the risk of potentially losing customers through different site navigation so I may have to put the link to it somewhere else with a target="_blank" - possibly in the copyright section below FFMM, not ideal but needs as must be.

    So all of my pages links under a column called 'Articles' are to EZ Pages configured to open in a new window, so I assume FFMM overrides that setting given they do not?

    The blog is the main concern however as indicated in the initial scribbled post my preference would be for all links in FFMM to open in new windows - so what jquery could / should be used to achieve that, and where would it be placed? (I know very little about coding).

    many thanks,
    Mike
    It should be possible,as it is also possible to do with ez-pages. I'll have a look at it after the weekend.

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

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by shags38 View Post
    Thanks Ray for your reply - maybe I didn't understand the terminology - I thought that adding https://www.blog.harmonyballpendant.com as the link to 'blog' in the configure for that page name would mean it would open in a new window (which it doesn't), i.e. if I am on the index page and I click in the blog link it would open the blog in a new window such that the index page is still open, as if there was a target="_blank" instruction - but I suppose EXTERNAL means a totally different site, right? not just a sub domain.

    I suppose I didn't think it through - the blog in question is a redirected third party blog, my blog from Blogger and hence doesn't have the exact same template and I'd hate to run the risk of potentially losing customers through different site navigation so I may have to put the link to it somewhere else with a target="_blank" - possibly in the copyright section below FFMM, not ideal but needs as must be.

    So all of my pages links under a column called 'Articles' are to EZ Pages configured to open in a new window, so I assume FFMM overrides that setting given they do not?

    The blog is the main concern however as indicated in the initial scribbled post my preference would be for all links in FFMM to open in new windows - so what jquery could / should be used to achieve that, and where would it be placed? (I know very little about coding).

    many thanks,
    Mike
    Mike,

    open includes/modules/YOUR_TEMPLATE/flexible_footer_menu.php

    Find:
    PHP Code:
    if (strpos($URL"http://") !== false 
    Replace with:
    PHP Code:
    if (strpos($URL"http://") !== false || strpos($URL"https://") !== false) { 
    See if that does what your looking for
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  10. #90
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Flexible Footer Menu Multilingual [Support Thread]

    Quote Originally Posted by rbarbour View Post
    Mike,

    open includes/modules/YOUR_TEMPLATE/flexible_footer_menu.php

    Find:
    PHP Code:
    if (strpos($URL"http://") !== false 
    Replace with:
    PHP Code:
    if (strpos($URL"http://") !== false || strpos($URL"https://") !== false) { 
    See if that does what your looking for
    TERRIFIC Ray - works like a treat!! ........ thanks very much, I really appreciate it - your blood is worth bottling!

    cheers,
    Mike

 

 
Page 9 of 13 FirstFirst ... 7891011 ... 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