Zen Cart Logo
Forums / All Other Contributions/Addons / Flexible Footer Columns Menu for 1.5.x

Flexible Footer Columns Menu for 1.5.x

Views: 24,850

Results 61 to 80 of 89
12 Apr 2016, 2:35 AM
#61
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Flexible Footer Columns Menu for 1.5.x

using this patch will render the html properly on the front end

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>!

12 Apr 2016, 2:36 AM
#62
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

rbarbour:

download the latest version of flexible footer multilingual

ok, thanks will do

12 Apr 2016, 3:17 AM
#63
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

rbarbour:

download the latest version of flexible footer multilingual

I installed the latest version of flexible footer multilingual and let it upgrade my installation. The same problem happened so I used the uninstall function and reinstalled using 'new install'.

Same problem is happening and as described in post 61

13 Apr 2016, 7:19 PM
#64
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Flexible Footer Columns Menu for 1.5.x

v1.5.5 added some security guards.
A workaround is:

Copy:

/ADMIN_FOLDER/includes/init_includes/init_sanitize.php

To:

/ADMIN_FOLDER/includes/init_includes/overrides/init_sanitize.php

On or around line: 216

Find:

$group = array('products_description', 'coupon_desc', 'file_contents', 'categories_description', 'message_html', 'banners_html_text', 'pages_html_text', 'comments');

Change to:

$group = array('products_description', 'coupon_desc', 'file_contents', 'categories_description', 'message_html', 'banners_html_text', 'pages_html_text', 'comments', 'col_html_text');

buildingblocks:

I installed the latest version of flexible footer multilingual and let it upgrade my installation. The same problem happened so I used the uninstall function and reinstalled using 'new install'.

Same problem is happening and as described in post 61

14 Apr 2016, 4:18 PM
#65
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Thanks for your help :smile:

11 May 2016, 12:28 PM
#66
floridagofishing avatar

floridagofishing

New Zenner

Join Date:
Oct 2012
Location:
Naples, FL
Posts:
30
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

I am trying to figure out how to rel="nofollow" links on the Flexible Footer. I have a few in my footer to external websites that I do not want followed.

I am also trying to figure out how to do the same with links on the E-Z Pages in my top menu.

If I can make all external links nofollow in one swoop, that would be even better.

Does anyone know how to achieve this? I am using 1.54. Thank you in advance for addressing my questions.

11 May 2016, 12:39 PM
#67
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Flexible Footer Columns Menu for 1.5.x

FloridaGoFishing:

I am trying to figure out how to rel="nofollow" links on the Flexible Footer. I have a few in my footer to external websites that I do not want followed.

I am also trying to figure out how to do the same with links on the E-Z Pages in my top menu.

If I can make all external links nofollow in one swoop, that would be even better.

Does anyone know how to achieve this? I am using 1.54. Thank you in advance for addressing my questions.

Easiest way in both situations would be to use jquery

11 May 2016, 1:16 PM
#68
floridagofishing avatar

floridagofishing

New Zenner

Join Date:
Oct 2012
Location:
Naples, FL
Posts:
30
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Thank you for the quick response. I just looked up your suggestion and read that that search engine spiders do not execute javascript while crawling pages. Is this true today?

11 May 2016, 1:37 PM
#69
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Flexible Footer Columns Menu for 1.5.x

FloridaGoFishing:

Thank you for the quick response. I just looked up your suggestion and read that that search engine spiders do not execute javascript while crawling pages. Is this true today?

Quote Google's JohnMu:

    "I would also recommend not explicitly disallowing crawling of the jQuery file. While we generally wouldn't index it on its own, we may need to access it to generate good Instant Previews for your site."

JohnMu later in the same thread...

    "Additionally, we're constantly working on improving processing of JavaScript for web-search in general, so if you use jQuery to pull in content, and the jQuery script is disallowed for Googlebot, then we would not be able to look at that at all."

https://productforums.google.com/forum/?hl=en#!msg/webmasters/0TJepn0B1Oo/ItBqd5mXId8J

28 Jun 2016, 10:34 PM
#70
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Hello:

I am having problems with the flexible footer menu. Now the entire html is showing at the bottom of the page instead of the images and I have no idea why. I was attempting to get my new facebook page to replace Anne's with no success.

I replaced this
https://www.facebook.com/Custom.Zen.Cart.Design

with this:

https://www.facebook.com/Mygiftsite-1169118269789707/

That seemed to mess everything up so I simply put everything back the way it was and now I am left with this.

'<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");

This is all showing at the bottom of my website in place of the flexible footer menu.

I went to admin/includes/installers/responsive_sheffield_blue/2_0.php and copied line 156 and replaced everything, thinking this would resolve the situation and I, obviously was wrong. Can you tell me where I went wrong here and how to get my facebook page in replacement here? I am using v. 1.54

Please take a look: http://www.mygiftsite.com

Thanks in advance for your help.

Silver

28 Jun 2016, 11:04 PM
#71
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

SilverHD:

Hello:

'<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");

> 
> Silver


What happens if you remove the characters in RED (single quote a the beginning and the balance at the end)

[B]'[/B]<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>[B]', 1, 41, 4, '2013-06-24 09:44:30', '2014-04-25 09:26:24');");[/B]


From your pasted code?
28 Jun 2016, 11:17 PM
#72
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Rick:

Just did and it is still showing up. Take a look: http://www.mygiftsite.com

28 Jun 2016, 11:39 PM
#73
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Try looking back a page or two.

Post #59, 60 & 64

Does that help?

28 Jun 2016, 11:48 PM
#74
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Rick:

Kind of confusing? Are you saying that I need to download the multilingual?

29 Jun 2016, 12:10 AM
#75
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

RixStix:

Try looking back a page or two.

Post #59, 60 & 64

Does that help?

I posted this hack in the Sheffield Blue Responsive forum: https://www.zen-cart.com/showthread.php?217203-Responsive-Sheffield-Blue-v2-0&p=1307644#post1307644

Editing the footer links via admin panel did not work for me. Editing the database flexible_footer_menu table (column col_html_text) directly also did not work. Deleting that text in the db, typing the desired text in plain text editor, copying that and pasting into the database worked. Problem solved though just a hack. Don't know why this works. I presume problem is older footer menu code vs zc 1.5.5 but I'm a noob so that's just a guess.

29 Jun 2016, 12:15 AM
#76
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Does post #59 match your issue?

rbarbour proposed 2 things to try.
soxophoneplayer also posted something to try.
Are you using the DIY install of Flexible Footer or built into a template? Now I am confused and the 2 versions may or may not be the same.

I am not a coder. Just read a lot.

There just seems to be quite a bit of issues of v155a not playing nice with various plugins and templates and it just scared the carp out of me to even think about beginning an upgrade.

29 Jun 2016, 12:17 AM
#77
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Guys:

Hate to say it but I am confused and have to get back to this tomorrow because I have to leave. Any suggestions are obviously welcome.

Thanks again,

Silver

29 Jun 2016, 1:15 PM
#78
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Hello I did a fresh installation of zencart, so no data and no any new template.
I try to install this plugin, I see everything on admin, but I don't see anything on store...
my site spepero dot com
It is a store multilanguage, is that the problem?
You have solved in any way?
Thanks
:smile:

29 Jun 2016, 2:35 PM
#79
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

Rick:

Does post #59 match your issue?

rbarbour proposed 2 things to try.
soxophoneplayer also posted something to try.
Are you using the DIY install of Flexible Footer or built into a template? Now I am confused and the 2 versions may or may not be the same.

I am not a coder. Just read a lot.

There just seems to be quite a bit of issues of v155a not playing nice with various plugins and templates and it just scared the carp out of me to even think about beginning an upgrade.

I am not sure but I don't think that #59 matches my issue. I am using v154 and the flexible footer menue came with the template.

Soxophoneplayer, even though you are a "noob" you are far ahead of the game. I, personally, wouldn't have a clue of how to alter the database. That is why I am not sure how to go about trying your suggestion.

Anyway, I'm still stuck where I am with this.

Silver

5 Jul 2016, 10:11 PM
#80
golden_synergy avatar

golden_synergy

Zen Follower

Join Date:
Aug 2009
Location:
Westland, Michigan
Posts:
107
Plugin Contributions:
0

Re: Flexible Footer Columns Menu for 1.5.x

I am interested in any info also. I have 1.5.5A Is there a safe way to remove flexible footer menu, and maybe add another type of footer menu?