-
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
-
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'];
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I will try to update shortly, thanks!
-
1 Attachment(s)
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 :P
Something like this
Attachment 15124
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.
-
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.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Maybe I understand you wrong, but there is no stylesheet_flex.css file I had to instal for this?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
Pompidompie
Maybe I understand you wrong, but there is no stylesheet_flex.css file I had to instal for this?
Sorry my bad, I didn't look right.
stylesheet_flexible_footer_menu.css came with the add on. delete this file (keep a backup justin case..), and see what happens.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I have tryed that just in case you where talking about that :wink:
That removes al the colors, but also the boxes, so the words stay at the same spot, but everything moves over to the left.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Do you have a link to your site? So i can have a look?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
No I don't, i'm working on my computer
-
2 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
The footer in dutch
Attachment 15127
The footer in english
Attachment 15128
See how the words are everywhere? I would like to have them under each other.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
Pompidompie
hmm.. Without a link it is hard to tell, but seeing the pictures my best guess is it is css related.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I would say so too, but I don't know the code names for what makes then line next or under each other.
Am I looking in the right place when I look at the flex-navsupp words?
Stylesheet
PHP Code:
/*bof footer menu*/
#navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;border-top:1px solid
#dbdbce;}
#navSuppWrapper a{color:#444;font-weight:normal;}
#siteinfoLegal, #footer-bottom {padding: .5em 0 0;width:100%;line-
height:normal;clear:both;color:#171717;background:#f4f4f4;text-align:center;margin-bottom:30px;font-
size:80%;}
#siteinfoLegal a, #footer-bottom a {padding: 0 0.5em 0 0.5em;color: #171717;white-space: nowrap;}
#siteinfoLegal a:hover, #footer-bottom a:hover {color: #8db9fb;}
#bannerSix {margin-top:0px;padding-bottom:30px;background:#f4f4f4;}
#flex-navSupp ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;}
#flex-navSupp ul li {display: inline;}
#flex-navSupp ul li a {text-decoration: none;padding: 0em 0.5em;margin: 0;color: #666666;white-space:
nowrap;}
#flex-navSupp {display: table; width: 100%; background: #f4f4f4;color:#171717;}
.flexFooterCol {display:table-cell; }
*+html .ezpagesFooterCol {float: left;}/*ie7 hack*/
#flex-navSupp .flexFooterCol a { color: #666564; font-weight: normal;font-size:110%;line-height:25px;}
.flexFooterCol h4 {color: #171717; text-align: left;text-transform:uppercase;font-weight:normal;margin-
left:5px;font-size:160%;}
.ffCcol4 i{font-size:200%;border:1px solid
#8db9fb;padding:10px;background:#8db9fc;color:#fff;transition:background 2s ease;-webkit-
transition:background 2s ease;-moz-transition:background 2s ease;-o-transition:background 2s ease;min-
width:30px;}
.ffCcol4 i:hover{background:#171717;color:#fff;}
#flex-navSupp .flexFooterCol li {display: block; text-align: left;}
#flex-navSupp .flexFooterCol li span {display: block; text-align:center;}
#flex-navSupp .flexFooterCol.ffCcol1 li span.flexFooterColImage {text-align:left;}
#flex-navSupp .flexFooterCol.ffCcol1 {border:0;}
#flex-navSupp a.activePage {}
#flex-navSupp a:hover {color: #8db9fb;}
Stylesheet flexible footer
PHP Code:
#flex-navSupp ul {margin: 0;padding:0;list-style-type: none;text-align: center;line-height: 1.5em;}
#flex-navSupp ul {display:block;text-align:center;}
#flex-navSupp ul li h4 {text-align:center;}
#flex-navSupp ul li span {display:block;text-align:center;}
#flex-navSupp a.activePage {font-weight: bold;color: #000;}
#flex-navSupp a:hover {font-weight: bold;text-decoration: underlined;color: #000;}
.col {float: left;}
/* Example for styleing individual column blocks */
ul#col_1 {background-color:#FFFFFF;color:#ff0000;height:250px;}
ul#col_2 {background-color:#C0C0C0;color:#ff0000;height:250px;}
ul#col_3 {background-color:#FF00FF;color:#ff0000;height:250px;}
ul#col_4 {background-color:#00FFFF;color:#ff0000;height:250px;}
ul#col_5 {background-color:#FFFF00;color:#ff0000;height:250px;}
ul#col_6 {background-color:#0000FF;color:#ff0000;height:250px;}
ul#col_7 {background-color:#00FF00;color:#ff0000;height:250px;}
ul#col_8 {background-color:#FF0000;color:#ff0000;height:250px;}
ul#col_9 {background-color:#000000;color:#ff0000;height:250px;}
/* Each span represents a columns width */
.span_9_of_9 {width: 10.55%;}
.span_8_of_9 {width: 11.94%;}
.span_7_of_9 {width: 13.72%; }
.span_6_of_9 {width: 16.08%; }
.span_5_of_9 {width: 19.38%; }
.span_4_of_9 {width: 24.35%; }
.span_3_of_9 {width: 32.66%;}
.span_2_of_9 {width: 49.25%; }
.span_1_of_9 {width: 99%; }
/* Changes column width at 768px, changed to be consistent with responsive code */
@media only screen and (max-width: 768px) {
div#flex-navSupp>div>div>ul>li {display: block; text-align:center;}
.span_9_of_9 {width: 98%; }
.span_8_of_9 {width: 98%; }
.span_7_of_9 {width: 98%; }
.span_6_of_9 {width: 98%; }
.span_5_of_9 {width: 98%; }
.span_4_of_9 {width: 98%; }
.span_3_of_9 {width: 98%; }
.span_2_of_9 {width: 98%; }
.span_1_of_9 {width: 98%; }
}
-
1 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
I am still working with the 2 stylesheet from the post above.
I now have the footer the way I like it, but there are 2 things I can't get fixed.
First, the social media buttons, I like them to be centered under the words "volg ons" (follow us)
Then I have a border line above the footer, I know where to make it another color, but what I want is for the footer and that border line, to come together. Other words, the white space removed.
I have chrome elements to know where to look, but still I cant get it done.
Attachment 15156
-
Re: Flexible Footer Menu Multilingual [Support Thread]
As Erik stated, it is literally impossible to troubleshoot layout issues with seeing it (a live website), I have both the template and footer files installed and can not duplicate your layout issue.
Quote:
Originally Posted by
Pompidompie
I am still working with the 2 stylesheet from the post above.
I now have the footer the way I like it, but there are 2 things I can't get fixed.
First, the social media buttons, I like them to be centered under the words "volg ons" (follow us)
Then I have a border line above the footer, I know where to make it another color, but what I want is for the footer and that border line, to come together. Other words, the white space removed.
I have chrome elements to know where to look, but still I cant get it done.
Attachment 15156
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Ok so I have an EZ page done. I am trying to link it to the footer menu. I have (ez page url) but only the 'page name' shows up. When i click it, it says page not found. In EZ pages, I have all the statuses for the page disabled with all the orders number 0'd out. Obviously that is wrong. So which is right? and thanks for an improved mod over the old footer menu.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
also in addition to my first question, does this plugin also affect the ez-pages section in admin? it looks like on the little drop down for editing on the right where it says "Text Editor" ... i only have TEXT now. There is no drop down for HTML anymore. i'm talking about the ez pages section, not the flexible section in admin.
-
1 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi,
I do not know how to align the center of the menu
Can you help me ?
Thx
Attachment 15362
-
Re: Flexible Footer Menu Multilingual [Support Thread]
It is literally impossible to troubleshoot layout issues with seeing it (a live website). Please provide a URL
Quote:
Originally Posted by
Nightfly66
Hi,
I do not know how to align the center of the menu
Can you help me ?
Thx
Attachment 15362
-
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
NewLightCreative
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.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Sorry, my answer was partly correct. Will post the complete answer in a few minutes
-
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.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I moved the files and it fixed the shipping header error. will do the rest of the fix now also.
Thanks so much for the fix.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
First of all...THANKS TONS to rbarbour and Design75 for all y'all contribute to the ZenCart community. I'm in awe...
I've never posted before, so please let me know if I'm doing it wrong.
I'm using ZenCart V1.5.4, PHP Version: 5.5.25, MySQL 5.6.23, the webserver is Apache
I have been playing with the very wonderful Responsive_Sheffield_Blue template and since my Admin Module Header Titles were being overwritten, decided to upgrade the Flexible Footer Menu to the more current Flexible_Footer_Menu_ML.
My hosting company has some interesting gotchas sometimes, so I don't know if what I've just experienced is them or me, but in case someone else has the same type of hosting or issue...I thought I would post what I found.
In the install/repair/uninstall file (ffmm_install.php) there seems to be some issues (for me...obviously others aren't having the same problem... so it may just be me).
In lines 62 - 106 where the inserts into the flexible_footer_menu occur, there's an extra space in the table name:
PHP Code:
$sql = "insert into " . DB_PREFIX . " flexible_footer_menu
needed to be changed to
$sql = "insert into " . DB_PREFIX . "flexible_footer_menu
In lines 236 - 244, when inserting into configuration the extra space also caused some owies
PHP Code:
$sql = "insert into " . DB_PREFIX . " configuration
worked for me with
$sql = "insert into " . DB_PREFIX . "configuration
In the uninstall section (lines 364 - 382), I needed to add the DB_PREFIX for it to work.
PHP Code:
$db->Execute("delete FROM configuration WHERE
needed to be
$db->Execute("delete FROM " . DB_PREFIX . "configuration
After those tweaks, it seemed to install and uninstall without throwing errors. Not sure if the way I downloaded or viewed the file may have caused some of my issues. But...the plugin is pretty darn cool...thanks again for all your goodies!
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
fiddlestix
First of all...THANKS TONS to rbarbour and Design75 for all y'all contribute to the ZenCart community. I'm in awe...
I've never posted before, so please let me know if I'm doing it wrong.
I'm using ZenCart V1.5.4, PHP Version: 5.5.25, MySQL 5.6.23, the webserver is Apache
I have been playing with the very wonderful Responsive_Sheffield_Blue template and since my Admin Module Header Titles were being overwritten, decided to upgrade the Flexible Footer Menu to the more current Flexible_Footer_Menu_ML.
My hosting company has some interesting gotchas sometimes, so I don't know if what I've just experienced is them or me, but in case someone else has the same type of hosting or issue...I thought I would post what I found.
In the install/repair/uninstall file (ffmm_install.php) there seems to be some issues (for me...obviously others aren't having the same problem... so it may just be me).
In lines 62 - 106 where the inserts into the flexible_footer_menu occur, there's an extra space in the table name:
PHP Code:
$sql = "insert into " . DB_PREFIX . " flexible_footer_menu
needed to be changed to
$sql = "insert into " . DB_PREFIX . "flexible_footer_menu
In lines 236 - 244, when inserting into configuration the extra space also caused some owies
PHP Code:
$sql = "insert into " . DB_PREFIX . " configuration
worked for me with
$sql = "insert into " . DB_PREFIX . "configuration
In the uninstall section (lines 364 - 382), I needed to add the DB_PREFIX for it to work.
PHP Code:
$db->Execute("delete FROM configuration WHERE
needed to be
$db->Execute("delete FROM " . DB_PREFIX . "configuration
After those tweaks, it seemed to install and uninstall without throwing errors. Not sure if the way I downloaded or viewed the file may have caused some of my issues. But...the plugin is pretty darn cool...thanks again for all your goodies!
You are right , it is a bug. When I have time i will update the module in a couple of weeks, or may be rbarbour has time earlier and beats me to it.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I'll see what I ca do, been extremely busy.
Quote:
Originally Posted by
Design75
You are right , it is a bug. When I have time i will update the module in a couple of weeks, or may be rbarbour has time earlier and beats me to it.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
I am hoping someone can point me in the right direction. I was using Flexible Footer Columns and really liked the way it worked.
I then decided to change to a responsive template and chose to use Responsive Sheffield Blue 2.0. One of the reasons was because I could keep the same footer layout.
I cannot seem to make it work at all. I am sure I must be doing something terribly wrong but I cannot get the footer to link to any of my ez pages. I can get the footer do display the titles but cannot link them to anything. I eventually just gave up and cobbled it up using the define pages. Now I need to add more pages but don't know how to make them link.
I need some guidance into what I need to do or what the url link should look like.
My site is poolcuesexpress dot com.
Any help would be appreciated.
Thanks,
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
Is the someone out there that can help me get the flexible footer menus working correctly. The read me in the download go to a site down for maintenance.
I apologize for being a PITA but I can't seem to come up with how to mate the ez page with the menu item. (See above.)
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Flexible Footer Menu Multilingual does not use nor is dependent on ez-pages.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
I am sorry for being such a PITA. I thought it was just an updated version of the EZ pages footer columns that I had been using and I couldn't figure out what I was doing wrong Now I know.
I will have to rethink what I need to do to add more footer content.
Again, so sorry.
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
If you have this installed you will see it is very similar to ez-page footer columns
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
Yes, I see it is quite similar only this one only works with define pages and not with EZ pages where the previous one worked with EZ pages too. That's what got me confused.
I see the plugins section has a way to add define pages, so I can add some of them for what I need. A little more messing around (I already had all the EZ pages from the previous version) but it will get the job done.
Thanks again for your help and support.
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Just turn your ez-page footer links off
Add a new page "name" and ez-page link, those will still link to an existing ez-page
Quote:
Originally Posted by
top hatt
Hi:
Yes, I see it is quite similar only this one only works with define pages and not with EZ pages where the previous one worked with EZ pages too. That's what got me confused.
I see the plugins section has a way to add define pages, so I can add some of them for what I need. A little more messing around (I already had all the EZ pages from the previous version) but it will get the job done.
Thanks again for your help and support.
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
That's what I originally tried to do but I couldn't get the link right. I can't just cut and paste the link and I don't know enough coding to write the link out myself.
I have an EZ page with the title Beat a Price Guarantee.
I have a flexible footer menu title of Beat a Price Guarantee. Sort Order 24.
Add a Link. This is where I don't know how to write the link to the EZ page.
If you could help me do 1 link as a guide, I think I could do the rest.
It would be greatly appreciated.
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
index.php?main_page=page&id=6
replacing "6" with the ez-pages actual id
Quote:
Originally Posted by
top hatt
Hi:
That's what I originally tried to do but I couldn't get the link right. I can't just cut and paste the link and I don't know enough coding to write the link out myself.
I have an EZ page with the title Beat a Price Guarantee.
I have a flexible footer menu title of Beat a Price Guarantee. Sort Order 24.
Add a Link. This is where I don't know how to write the link to the EZ page.
If you could help me do 1 link as a guide, I think I could do the rest.
It would be greatly appreciated.
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
Thanks for your help. The link to the EZ page works like a charm. Now I can link the footer menu to all my EZ pages.
Thanks again,
Dave
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I had many difficulties, the first thing you see all messed up as pompidompie!!!
I think that is not good
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
maxmizer
I had many difficulties, the first thing you see all messed up as pompidompie!!!
I think that is not good
Instead of giving some vague comment, it would really help if you gave some constructive feedback so we can (if necessary) improve the module.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi.
Made upgrade from previous flexible footer but now it shows me columns as
raws !
What did I do wrong ?
Link
Thanks in advance.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
The plugin CSS file has conflicting rules with the main CSS file, comment out or remove the footer rules in the main CSS file.
Quote:
Originally Posted by
gunni
Hi.
Made upgrade from previous flexible footer but now it shows me columns as
raws !
What did I do wrong ?
Link
Thanks in advance.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
rbarbour
The plugin CSS file has conflicting rules with the main CSS file, comment out or remove the footer rules in the main CSS file.
Thanks. Played with the CSS and it helped :)
Have now a question regarding the right to left:
I need to change the columns order to be from right to left. Column number 1 on the right side
etc'. I found some aligns in some CSS and PHP files and changed the left to right but could not find the place
of changing column #1 to be the right one.
Where should I change this ?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
v1.5.5 added some security guards.
A temporary fix for this is:
Copy:
Code:
/ADMIN_FOLDER/includes/init_includes/init_sanitize.php
To:
Code:
/ADMIN_FOLDER/includes/init_includes/overrides/init_sanitize.php
On or around line: 216
Find:
Code:
$group = array('products_description', 'coupon_desc', 'file_contents', 'categories_description', 'message_html', 'banners_html_text', 'pages_html_text', 'comments');
Change to:
Code:
$group = array('products_description', 'coupon_desc', 'file_contents', 'categories_description', 'message_html', 'banners_html_text', 'pages_html_text', 'comments', 'col_html_text');
Originally posted in the Flexible Footer Columns Menu for 1.5.x thread
Quote:
Originally Posted by
buildingblocks
using this patch will render the html properly on the front end
Code:
INSERT INTO `flexible_footer_menu` (`page_id`, `language_id`, `page_title`, `page_url`, `col_header`, `col_image`, `col_html_text`, `status`, `col_sort_order`, `col_id`, `date_added`, `last_update`) VALUES
(15, 1, 'Discount Coupons', 'index.php?main_page=discount_coupon', '', '', 'Get <font color="red">5% off</font><br />\r\nyour <u>first purchase</u><br />\r\nat my <i>demo site</i>!', 1, 24, 2, '2013-06-24 09:20:12', '2013-06-24 16:55:10');
but if I edit and update it in admin the html breaks and is rendered in phpmyadmin, col_html_text, as
Get <font color="red">5% off</font><br />
your <u>first purchase</u><br />
at my <i>demo site</i>!
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Just change the sort order
from
1,2,3,4
to
4,3,2,1
Quote:
Originally Posted by
gunni
Thanks. Played with the CSS and it helped :)
Have now a question regarding the right to left:
I need to change the columns order to be from right to left. Column number 1 on the right side
etc'. I found some aligns in some CSS and PHP files and changed the left to right but could not find the place
of changing column #1 to be the right one.
Where should I change this ?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi, I've read through the thread and couldnt find a fix for the issue I'm having. After installing this menu... my page footer is off and I cannot get it to go back to normal. Please advise... http://aarestaurantequipment.com/
-
Re: Flexible Footer Menu Multilingual [Support Thread]
hello I installed this addon I see almost right, but I think there are issues with css, please can you look at my site spepero dot com?
And I have in admin all the images broken (except facebook, twitter and some others).
Please can you say to me how to solve the front end? Thank you in advance for this plugin
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Updated. Now it works, the only thing I don't understand, I change every color in stylesheet_flexible_menu.css and stylesheet_flexible_menu.c.css and colors changed, but don't change if I insert a link, I don't understand where to change color of link words. Myabe in someone css general? Please
Is it possible to delete permanently all the old footer that I have yet on the bottom of flexible footer menu?
Thanks
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Your going to have to be a little more specific as to what you mean by "my page footer is off".
Quote:
Originally Posted by
MikeAA
Hi, I've read through the thread and couldnt find a fix for the issue I'm having. After installing this menu... my page footer is off and I cannot get it to go back to normal. Please advise...
http://aarestaurantequipment.com/
-
Re: Flexible Footer Menu Multilingual [Support Thread]
You have unclosed div tags in the template
Add $col .= '</div>'; after the first one at line 96.
so that the block looks like this
$col .= '</ul>';
$col .= '</div>';
$col .= '</div>';
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
delia
You have unclosed div tags in the template
Add $col .= '</div>'; after the first one at line 96.
so that the block looks like this
$col .= '</ul>';
$col .= '</div>';
$col .= '</div>';
I tried this because I have div tag not closed that causes issues with my pages... so I tried what you posted above but my columns now show vertically instead of horizontally
like this
1
2
3
4
Quote:
<div class="section group"><div class="col span_4_of_9"><ul id="col_1"><li><h4>SHOPPING</h4></li>
<li><a href="index.php?main_page">Home</a></li>
<li><a href="index.php?main_page=account">My Account</a></li>
<li><a href="index.php?main_page=specials">Specials</a></li>
<li><a href="index.php?main_page=products_new">New Products</a></li>
<li><a href="index.php?main_page=products_all">All Products</a></li>
<li><a href="index.php?main_page=site_map">Site Map</a></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_2"><li><h4>CUSTOMER SERVICES</h4></li>
<li><a href="index.php?main_page=contact_us">Contact Us</a></li>
<li><a href="index.php?main_page=shippinginfo">Payments & Shipping</a></li>
<li><a href="index.php?main_page=conditions">Conditions of Use</a></li>
<li><a href="index.php?main_page=privacy">Privacy Notice</a></li>
<li><a href="index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
<li><a href="index.php?main_page=discount_coupon">Discount Coupons</a></li>
</ul></div>
I'm thinking that it's the <div class="section group"> that shouldn't show at every column, am I right?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
humm I'm getting confused... if you look on this page
http://store.com/index.html
The code for the flexible footer is like this and all I had to do to get rid of the errors in html validator was too add the three closing div tags in red...
Quote:
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF Flexible Footer Menu Multilingual display -->
<div id="flex-navSupp">
<div class="section group"><div class="col span_4_of_9"><ul id="col_1"><li><h4>SHOPPING</h4></li>
<li><a href="index.php?main_page">Home</a></li>
<li><a href="index.php?main_page=account">My Account</a></li>
<li><a href="index.php?main_page=specials">Specials</a></li>
<li><a href="index.php?main_page=products_new">New Products</a></li>
<li><a href="index.php?main_page=products_all">All Products</a></li>
<li><a href="index.php?main_page=site_map">Site Map</a></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_2"><li><h4>CUSTOMER SERVICES</h4></li>
<li><a href="index.php?main_page=contact_us">Contact Us</a></li>
<li><a href="index.php?main_page=shippinginfo">Payments & Shipping</a></li>
<li><a href="index.php?main_page=conditions">Conditions of Use</a></li>
<li><a href="index.php?main_page=privacy">Privacy Notice</a></li>
<li><a href="index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
<li><a href="index.php?main_page=discount_coupon">Discount Coupons</a></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_3"><li><h4>COMMUNITY</h4></li>
<li><span class="flexFooterColImage"><a href="http://www.facebook.com/MyEmboideryHaven/" target="new"><img src="images/footer_images/facebook_icons.png" alt="" width="50" height="50" /></a></span></li>
<li><span class="flexFooterColImage"><a href="http://www.facebook.com/groups/1730859920536529/" target="new"><img src="images/footer_images/facebook-splash-icon.png" alt="" width="63" height="50" /></a></span></li>
<li><span class="flexFooterColImage"><a href="http://groups.yahoo.com/neo/groups/MyEmbroideryHaven/" target="new"><img src="images/footer_images/yahoo-icon-2.png" alt="" width="50" height="50" /></a></span></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_4"><li><h4>NEWSLETTER</h4></li>
<li><a href="index.php?main_page=subscribe">Subscribe</a></li>
<li><a href="index.php?main_page=unsubscribe">Unsubscribe</a></li>
<li><h4>FUN STUFF</h4></li>
<li><a href="http://myembroideryhaven.com/gallery.html" target="new">Gallery</a></li>
<li><a href="http://myembroideryhaven.com/Projects.html" target="new">Free Projects</a></li>
<li><a href="http://myembroideryhaven.com/howto.html" target="new">Free Tutorials</a></li>
<li><a href="http://myembroideryhaven.com/free-machine-embroidery-designs.html" target="new">Free Designs</a></li>
</ul></div><br class="clearBoth" /><br /><br />
</div>
<!--EOF Flexible Footer Menu Multilingual display -->
</div>
<!--eof-navigation display -->
</div>
</div>
</div>
However, if I do the same on the cart pages, I get these errors in HTML Validator:
Quote:
Error: Stray end tag div.
From line 428, column 1; to line 428, column 6
>↩↩</div>↩</div>↩</div
Error: Stray end tag div.
From line 429, column 1; to line 429, column 6
v>↩</div>↩</div>↩↩<!--
Error: Stray end tag div.
From line 439, column 1; to line 439, column 6
lay -->↩↩↩</div>↩<!--b
why is that? is it because they are not placed at their proper place? and if so, why would the index.html page comes out without errors?
Thanks
-
Re: Flexible Footer Menu Multilingual [Support Thread]
In order to not have errors on my pages, I did this... I don't think it's going to cause issues elsewhere but just in case, let me know please:
in includes/templates/responsive_classic/common/tpl_footer.php in the FLEXIBLE FOOTER MENU MULTILINGUAL block:
orignal code:
Quote:
<!--BOF Flexible Footer Menu Multilingual display -->
<div id="flex-navSupp">
<?php require($template->get_template_dir('tpl_flexible_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_flexible_footer_menu.php'); ?>
<br /><br />
</div>
<!--EOF Flexible Footer Menu Multilingual display -->
Added the closing div tags like this:
Quote:
<!--BOF Flexible Footer Menu Multilingual display -->
<div id="flex-navSupp">
<?php require($template->get_template_dir('tpl_flexible_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_flexible_footer_menu.php'); ?>
<br /><br />
</div>
</div>
</div>
</div>
</div>
<!--EOF Flexible Footer Menu Multilingual display -->
Thanks for any input
-
Re: Flexible Footer Menu Multilingual [Support Thread]
This here was posted on the older support thread for FFM... reposting here in the hopes that someone has tried this or can point me towards what I need to change...
Quote Originally Posted by picandnix View Post
Quote:
@rbarbour
Is there a way to display the FFM on 1.5.5a while in MOBILE view please? It displays in desktop (obviously lol) and also in tablet mode, but mobile defaults back to the generic ZC footer.
Thank you in advance.
still trying to figure it out... but no luck so far. It does display on tablet both vertical and horizontal view. I would like it to display same as it does on tablet. I managed to have it show on my home page by copying what showed on "view source" and it shows. It though maybe it was a question of width requirement but why would it show on my index.html page then?
site here: myembroideryhaven.com
Thanks for any info
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Is there a way to change the maximum of items per page?
Quote:
Front end or back end?
on the backend (where you have them all listed).
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
ideasgirl
Is there a way to change the maximum of items per page?
Front end or back end?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
Design75
Front end or back end?
Backend (admin)
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
ideasgirl
Backend (admin)
currently it uses the same value as the ez-pages. You can set that value in admin->configuration->maximum values.
I'll put it on my list to make a separate entry for the footer menu in a future update.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I am developing a site that uses 4 columns on the footer. The caveat is on the 4th column, it needs to be larger because of a couple of images. So, in essence it would be like column 4 is needing to use 2 columns, and columns 1 through 3 need to be smaller. I THOUGHT I had it figured out, by putting negative margins on columns 2-4. Aesthetically that looks great and actually WORKS great on Firefox and MS Edge. Unfortunately, in Chrome, the ul/li expands over the complete 24.35% and the link "wipes out" about 1/2 of the link in the next column.
Is there any way of controlling / setting the complete column widths (including the links) SEPARATELY and not break the "responsiveness"? For example... Col 1 through 3=20%, Col 4=38% as opposed to all 4 columns being 24.35% each. That would simplify this design so MUCH!
Thanks in advance for any help / advice anyone can give me! The dev URL is at http://thechristiangift dot com/155 You have to view it in Chrome to see the problem.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Seems there's a bug in this that needs fixed? I'm trying to update links in the share and connect (I have Westmenster New template). That thread pointed me here. Can anyone tell me what fix to implement? I see one think on page one, then some more by a guy with 1 post which doesn't make me want to jump out and use it. I'm on v1.54
>>>>
Default Re: Westminster New
Quote Originally Posted by moates405 View Post
Share and Connect broken links...
Have had this problem for the last week nothing seems to fix the problem using new install 155b
as soon as go to edit facebook link in flexible footer it breaks all the links under Share and Connect and displays the href instead of the correct buttons.
link www.orsetech.net.au
my only fix was to disable them!!
>>>>>>>>>>
This is a bug in the flexible footer plugin. You can see the support thread for that plugin for the posted fix.
Thanks,
Anne
>>>>>
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I uploaded a new version, fixing the sanitizing problems. It will be available soon
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Did you ever find a fix for this? I am having the same problem.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
cwesleyrichardson
Did you ever find a fix for this? I am having the same problem.
same as who ?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
CosmosK
Seems there's a bug in this that needs fixed? I'm trying to update links in the share and connect (I have Westmenster New template). That thread pointed me here. Can anyone tell me what fix to implement? I see one think on page one, then some more by a guy with 1 post which doesn't make me want to jump out and use it. I'm on v1.54
>>>>
Default Re: Westminster New
Quote Originally Posted by moates405 View Post
Share and Connect broken links...
Have had this problem for the last week nothing seems to fix the problem using new install 155b
as soon as go to edit facebook link in flexible footer it breaks all the links under Share and Connect and displays the href instead of the correct buttons.
link
www.orsetech.net.au
my only fix was to disable them!!
>>>>>>>>>>
This is a bug in the flexible footer plugin. You can see the support thread for that plugin for the posted fix.
Thanks,
Anne
>>>>>
Hi, I am having the same problem as Anne with the social icons, Also, can not seem to change font color or get my footer column links to display vertically. I have done all the fixes in this thread plus reinstalled plugin and used the repair.
Any help would be great. view site here
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
K_C_Enterprises
Hi, I am having the same problem as Anne with the social icons, Also, can not seem to change font color or get my footer column links to display vertically. I have done all the fixes in this thread plus reinstalled plugin and used the repair.
Any help would be great. view site
here
Maybe similar issue I had with Responsive Sheffield Blue 2.0. Here are my notes:
Quote:
Social Links in footer - any changes to the links MUST be done via the phpMyAdmin panel: zen_flexible_footer_menu row with no page title under row with col_header Share and Connect. Delete the entire text in col_html_text of this row and paste in replacement text that has been typed in Notepadii page that has been set to html language - any other method generates gobbeldy gook and the fa fa links will show up as garbled text.
This was a workaround that did for me - but on one of the other forums there was an actual fix in the coding so that you could make the changes to footer via the tools menu as you would initially expect. I don't recall which forum that was and I didn't seem to save it in my notes.
BTW, on desktop using firefox your footer social icons are vertically aligned and same colour as rest of your footer.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
thanks soxophoneplayer, I will take a look and see if I can fix it your way.. maybe spend some time looking for that forum post too. :D
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
K_C_Enterprises
thanks soxophoneplayer, I will take a look and see if I can fix it your way.. maybe spend some time looking for that forum post too. :D
It might have been this post #64 https://www.zen-cart.com/showthread....or-1-5-x/page7
I see the post was made in Apr 2016 and I did my hack in Mar 2016 before I found the actual fix, and I see I did make the suggested changes in my file set...
-
1 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
@Design75 Thought I would make the changes pointed out in post#26 (https://www.zen-cart.com/showthread....16#post1287916) that never got rolled in, and caused me an issue today because the install, repair, uninstall doesn't deal with DB prefixes. See attachement
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Thanks I'll try to look at it next week. If I fail to do so please help me remember :cool:
Quote:
Originally Posted by
barco57
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi @all,
thank you very much for keeping this thread supported. If possible I would appreciate if somebody could give me a hint about the problems concerning implementing FFM to my shop. I got everything up and running, I understand how FFM is working but I can't get my three footer columns centered. They are aligned right. If you want to have a look -> https://www.diemer.it/zen_test. There you can find my playground :). My goal: I want to have the columns centered with the width of my shop - as it's normal for such a solution.
I played around a little bit with the stylesheet_flexible_footer_menu.css but without any success. I'm using the standard themes responsive classic based on ZEN cart 1.5.5e. As I'm not really a crack in these things perhaps the solution is quite easy...
I'm looking forward to get some help from you guys. Thnx a lot for your help...
Greetz
Lutz
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Ok I guess I need to post this problem, I tried to change the links to the Share and Connect icons with the admin flexible footer menu (the last item on the list with no name showing) after updating the link, i now get only html where the social media icons should be. Is there a fix for this. to look at what I am referring to go to: http://www.stonebrookfudgefactory.com/ I have seen a lot of post about this problem, but no "fix" for it. I have the same problem on another site I am building at http://www.raptordesignsinc.com/ but i just reinstalled the zencart and haven't tried to change them until i find a fix. I am pulling my hair out over this (not that I have much anyway) and I have clients waiting for me to finish both sites.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
cwesleyrichardson
Ok I guess I need to post this problem, I tried to change the links to the Share and Connect icons with the admin flexible footer menu (the last item on the list with no name showing) after updating the link, i now get only html where the social media icons should be. Is there a fix for this. to look at what I am referring to go to:
http://www.stonebrookfudgefactory.com/ I have seen a lot of post about this problem, but no "fix" for it. I have the same problem on another site I am building at
http://www.raptordesignsinc.com/ but i just reinstalled the zencart and haven't tried to change them until i find a fix. I am pulling my hair out over this (not that I have much anyway) and I have clients waiting for me to finish both sites.
Here is the hack I used to fix this on my site: https://www.zen-cart.com/showthread....44#post1307644 see post #757
But later I found an actual fix here:
https://www.zen-cart.com/showthread....or-1-5-x/page7 see post#64
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Can someone please help me find the file that contains the list of links for the footer menu as displayed below. I have been searching for days now and someone posted this code in this thread but for the life of me I can't find the correct file on my site. I find the tpl_flexible_footer_menu.php and other flexible footer files but no list item text like below so I can manually edit my menu. If it helps I am using zencart version 1.54 and Flexible Footer Menu Multilingual v1.0
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF Flexible Footer Menu Multilingual display -->
<div id="flex-navSupp">
<div class="section group"><div class="col span_4_of_9"><ul id="col_1"><li><h4>SHOPPING</h4></li>
<li><a href="index.php?main_page">Home</a></li>
<li><a href="index.php?main_page=account">My Account</a></li>
<li><a href="index.php?main_page=specials">Specials</a></li>
<li><a href="index.php?main_page=products_new">New Products</a></li>
<li><a href="index.php?main_page=products_all">All Products</a></li>
<li><a href="index.php?main_page=site_map">Site Map</a></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_2"><li><h4>CUSTOMER SERVICES</h4></li>
<li><a href="index.php?main_page=contact_us">Contact Us</a></li>
<li><a href="index.php?main_page=shippinginfo">Payments & Shipping</a></li>
<li><a href="index.php?main_page=conditions">Conditions of Use</a></li>
<li><a href="index.php?main_page=privacy">Privacy Notice</a></li>
<li><a href="index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
<li><a href="index.php?main_page=discount_coupon">Discount Coupons</a></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_3"><li><h4>COMMUNITY</h4></li>
<li><span class="flexFooterColImage"><a href="http://www.facebook.com/MyEmboideryHaven/" target="new"><img src="images/footer_images/facebook_icons.png" alt="" width="50" height="50" /></a></span></li>
<li><span class="flexFooterColImage"><a href="http://www.facebook.com/groups/1730859920536529/" target="new"><img src="images/footer_images/facebook-splash-icon.png" alt="" width="63" height="50" /></a></span></li>
<li><span class="flexFooterColImage"><a href="http://groups.yahoo.com/neo/groups/MyEmbroideryHaven/" target="new"><img src="images/footer_images/yahoo-icon-2.png" alt="" width="50" height="50" /></a></span></li>
</ul></div><div class="section group"><div class="col span_4_of_9"><ul id="col_4"><li><h4>NEWSLETTER</h4></li>
<li><a href="index.php?main_page=subscribe">Subscribe</a></li>
<li><a href="index.php?main_page=unsubscribe">Unsubscribe</a></li>
<li><h4>FUN STUFF</h4></li>
<li><a href="http://myembroideryhaven.com/gallery.html" target="new">Gallery</a></li>
<li><a href="http://myembroideryhaven.com/Projects.html" target="new">Free Projects</a></li>
<li><a href="http://myembroideryhaven.com/howto.html" target="new">Free Tutorials</a></li>
<li><a href="http://myembroideryhaven.com/free-machine-embroidery-designs.html" target="new">Free Designs</a></li>
</ul></div><br class="clearBoth" /><br /><br />
</div>
<!--EOF Flexible Footer Menu Multilingual display -->
-
2 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
Hello all,
I installed the flexible footer menu 1.2.
But every link in each line. i need it display as my menu footer as before(menu columns with there link below).
i need the flexible footer menu as this show:Attachment 17748
but now it show as:Attachment 17749
Have anyone can help me?
www.targetmarts.com 1.5.4
Thanks any help
-
Re: Flexible Footer Menu Multilingual [Support Thread]
you can make a list of them using
HTML Code:
<ul>
<li>YOUR_TEXT_1</li>
<li>YOUR_TEXT_2</li>
</ul>
Quote:
Originally Posted by
targetmarts
Hello all,
I installed the flexible footer menu 1.2.
But every link in each line. i need it display as my menu footer as before(menu columns with there link below).
i need the flexible footer menu as this show:
Attachment 17748
but now it show as:
Attachment 17749
Have anyone can help me?
www.targetmarts.com 1.5.4
Thanks any help
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Working on an update right now
- The admin page will get an updated layout
- installer update from Barco57 in post #68
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I have a fresh 1.5.5f install with Westminster New template installed which has FFM as part of the template. (www.sterlingsilverrings.com.au/ teststore/)
I am looking for some advice please on this question;
How can I add another icon image in the Share and Connect social media section - specifically the BLOGGER icon - I am not sure how the image system works for these icons, none of the existing ones seem to be in any images files that I can find.
cheers,
Mike
-
Re: Flexible Footer Menu Multilingual [Support Thread]
The read me of Anne's tutorials has a line on editing those IIRC. Select the BLANK LINE below share & connect in the flexible footer admin section. The icons are fa- fonts. You can see the code that needs to be duplicated there.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
How can i add this as an option under customer service?
To add a link
1. NOTE - Returns Form Page is no longer being accessed directly.
1A. To add the Return Authorization Request Login or Order Lookup page link to other pages, footers, header, ezpages, ect.
This should work:
if($_SESSION['customer_id']) {
echo '<a href="' . zen_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
} else {
echo '<a href="' . zen_href_link(FILENAME_RETURNS_REQUEST, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
I am trying to get the Flexible Footer Multilingual Menu working on my new 1.5.5f site.
I cannot get the menu items into columns. They display in rows only.
The site is a sandbox site poolcuesexpress dot com/155f.
Any help would be appreciated.
Dave
-
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
-
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
Design75
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.
-
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
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.
-
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
shags38
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
rbarbour
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
shags38
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.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
shags38
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
rbarbour
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
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Ray - subsequent to making that PHP modification above which worked great I have installed Ceon URI Mapping and the EZ page links in the footer have changed from dynamic to URI Mapping - since then the EZ page links do not open in a new window - there is one link in the footer that links to a subdomain and it continues to open in a new window as per your modified code above so this is likely a CEON coding thing but I just thought you may have some thoughts on this?
cheers,
Mike
harmonyballpendant.com
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Ray - subsequent to making that PHP modification above which worked great I have installed Ceon URI Mapping and the EZ page links in the footer have changed from dynamic to URI Mapping - since then the EZ page links do not open in a new window - there is one link in the footer that links to a subdomain and it continues to open in a new window as per your modified code above so this is likely a CEON coding thing but I just thought you may have some thoughts on this?
cheers,
Mike
harmonyballpendant.com
-
Re: Flexible Footer Menu Multilingual [Support Thread]
@rbarbour - my apologies for my previous post - I had missed installing the modified file on one site which is the first one I installed CEON mapping on and didn't think it through before posting.
As indicated previously - the mod works a treat.
cheers,
Mike
-
Re: Flexible Footer Menu Multilingual [Support Thread]
HI!
Any idea how I can add and "image-alt" / "image-title" if I use pictures in the flexible footer?!?
Greetings
-
Re: Flexible Footer Menu Multilingual [Support Thread]
v1.5.6b PHP 7.1 TEST FOLDER www.harmonyballpendant.com/teststore/
I am having difficulty trying to get this footer to look respectable on the page - image 1 shows what it looks like currently on a v1.5.5f page in a Westminster New template which I believe uses the original flexible footer plugin v1.0 or 1.1 long before ML version actually incorporated into the template.
Unless there are instructions missing from the docs in the current 1.5.6 version download then I am at a total loss as how to replicate what I currently have (or anything near to it). I am not a coder and my understanding of css is limited so I really need some help here ... please. I tried to include the modified css from the stylesheet in the westminster new template but obviously that didn't work.
many thanks,
Mike
Attachment 18478Attachment 18479
-
3 Attachment(s)
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi all,
I've installed this rather awesome plug-in according to instructions, and before customizing this is what it appears like. Goal is to have an alcohol warning in my shop footer for local regulations here in Japan.
I use the responsive_classic template, no customizations to footer so the tpl_common_footer.php simply replaced the responsive one in my custom template directory.
As already noted by another person a page back, there are a few undefined strings, and this seems to be the case for the names of all the actual contents too.
I find it a bit confusing that there is a setting under Configuration and under Tools. I expect I will get a grip on how to use the Configuration settings, not intuitive to me (scratching head what the settings mean).
The CSS seems to be clashing, will see if I can resolve the appearance (otherwise can do with a banner, or manual footer editing in a pinch).
Anyhow, that is just for reference, as input to future bug fixes, or documentation. Thanks very much!
Attachment 18504Attachment 18505Attachment 18506
P.S. my site is currently only visible locally, I can open it up temporarily if necessary.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
I am afraid I have not managed to figure out how to do the below:
Quote:
To add above Column Header/Sub Header or Page Name just add to the sort_order 1 less than this one.
Assuming the column is 1, and the current sort_order is 13 (so third row in 1st column), what should I set the sort_order to in order to display the text above the page name?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi all,
I am working on understanding this module using developer tools in Google Chrome, and of course studying the CSS and template files.
I am using version 1.5
One thing that is clear is that there is an unclosed div in each column, which upsets the vertical alignment.
The div in question is right above the column class:
Code:
<div class="section group">
and it is not closed at the end of the column loop where we have only
Code:
$col .= '</ul>';
$col .= '</div>';
I am not sure what class "section" is referring to, it does not appear in my Chrome Developer Tools anywhere. "group" however seems to be inherited from Zen Cart's stylesheet.css, though only the ".group:after" attributes seem to be inherited as far as I can see. Maybe this div is intended to work with another plugin (I don't see any note that this plugin requires another one to be installed first though).
Adding another closing div in the column loop solves the alignment issues---presumably removing the div completely would be a similar fix for now.
I don't find the flexFooterColImage and flexFooterColText in the provided CSS either, so perhaps some developments were not in sync when the plugin was uploaded, or else I am missing something in my understanding (much more likely!).
Given the above, I am having some trouble with padding: the title has 20px padding, and the text/comment also has quite a bit (13.3px) of padding, not sure where that comes from. The title padding can easily be handled in the stylesheet h4 element, the text, well, adding style directly in the text field until padding and margin and text-alignment are set is the easiest quick fix for me.
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Quote:
Originally Posted by
rbarbour
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.
I'm having this issue too. Is there a way to fix it?
-
Re: Flexible Footer Menu Multilingual [Support Thread]
Hi:
I seem to be having a problem getting the footer menu to display a phone. It works on a tablet and on the desktop but not on my IPhone.
I have removed it and reinstalled it making sure I copied all the installation files.
Obviously, I am overlooking something. Do I have to install the Documentation files somewhere also?
My site is poolcuesexpress.com/156ctest
Any help would be appreciated.