Zen Cart Logo
Forums / Addon Templates / Abbington Mega Template [Support Thread]

Abbington Mega Template [Support Thread]

Views: 147,329

Results 301 to 320 of 1,017
26 Nov 2012, 3:52 PM
#301
jlizotte avatar

jlizotte

New Zenner

Join Date:
Feb 2012
Location:
Ohio, USA
Posts:
58
Plugin Contributions:
0

Abbington Mega Template [Support Thread]

I'm using the original version. I've downloaded the update and read the docs. It doesn't mention an easy upgrade from the original to this. It looks like a fair number of files were changed. Is there an easy way to update my original Abbington Mega template so I can keep my customizations, or should this be looked at as installing a new template and recreating my changes?

Thanks in advance for your time, and thank you as always for your fantastic work.

26 Nov 2012, 7:03 PM
#302
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

jlizotte:

I'm using the original version. I've downloaded the update and read the docs. It doesn't mention an easy upgrade from the original to this. It looks like a fair number of files were changed. Is there an easy way to update my original Abbington Mega template so I can keep my customizations, or should this be looked at as installing a new template and recreating my changes?

Thanks in advance for your time, and thank you as always for your fantastic work.

To update your template package you will need to read through the change log in the readme.html file and delete files which were deleted, add files which have been added, and merge files that have been changed with the files in your current template package.

Thanks,

Anne

26 Nov 2012, 7:18 PM
#303
jlizotte avatar

jlizotte

New Zenner

Join Date:
Feb 2012
Location:
Ohio, USA
Posts:
58
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

I thought that might be the case. Thank you:)

26 Nov 2012, 10:55 PM
#304
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

jlizotte:

I thought that might be the case. Thank you:)

No problem ;-)

Thanks,

Anne

27 Nov 2012, 11:55 PM
#305
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne,

this is a longshot but I am desperate - I have an issue with customer login - getting a security warning error. Does your template customize /includes/functions/sessions.php file at all?

Please see FAQ re this problem below with this reference.

cheers,
Mike

FAQ

There was a security error when trying to login

Situation:
I'm getting this error when trying to login from the customer screen "There was a security error when trying to login"

Cause:
Zen Cart has a security feature to prevent spoofed external logins. A "security token" field must exist on all login forms, actually on all forms submitting data via POST. This token must be current (not expired), and must be submitted with the rest of the form data; in the case of login, that would be the login username+password in order for logins to work properly.

Remedy:
All your forms, both admin and non-admin, need to use zen_draw_form() instead of hard-coding a <form> tag.


Additionally, if you have customized your /includes/functions/sessions.php file for some reason, you'll also need to merge the new changes for this core file into your customized version.
28 Nov 2012, 10:31 AM
#306
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne,

Iam using your abbington templates, and trying the edit the main page, but found the HTML edit not found in my Text Editor (Define Pages Editor).. Looking forward to have your assist.

Thank you. Regards, Jean

28 Nov 2012, 2:51 PM
#307
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

shags38:

Hi Anne,

this is a longshot but I am desperate - I have an issue with customer login - getting a security warning error. Does your template customize /includes/functions/sessions.php file at all?

Please see FAQ re this problem below with this reference.

cheers,
Mike

FAQ

There was a security error when trying to login

Situation:
I'm getting this error when trying to login from the customer screen "There was a security error when trying to login"

Cause:
Zen Cart has a security feature to prevent spoofed external logins. A "security token" field must exist on all login forms, actually on all forms submitting data via POST. This token must be current (not expired), and must be submitted with the rest of the form data; in the case of login, that would be the login username+password in order for logins to work properly.

Remedy:
All your forms, both admin and non-admin, need to use zen_draw_form() instead of hard-coding a <form> tag.


Additionally, if you have customized your /includes/functions/sessions.php file for some reason, you'll also need to merge the new changes for this core file into your customized version.

The template does not modify that file. The contact us form in the menu does use the zen_draw_form()

Thanks,

Anne

28 Nov 2012, 2:52 PM
#308
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

Orkid:

Hi Anne,

Iam using your abbington templates, and trying the edit the main page, but found the HTML edit not found in my Text Editor (Define Pages Editor).. Looking forward to have your assist.

Thank you. Regards, Jean

The zen cart developers removed the html area in version 1.5x for security reasons. This has nothing to do with the template. If you need a wysiwyg editor you can install one of the plugins available. But, don't edit the define_main_page.php file with anything but a plain text editor as it contains php code.

Thanks,

Anne

30 Nov 2012, 10:47 AM
#309
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

The zen cart developers removed the html area in version 1.5x for security reasons. This has nothing to do with the template. If you need a wysiwyg editor you can install one of the plugins available. But, don't edit the define_main_page.php file with anything but a plain text editor as it contains php code.

Thanks,

Anne

Hi Anne,

I have add Wyzz wysiwyg editor integration into my FTP Program. Can I check with you does admin\includes\functions\extra_functions\editor_wyzz.php same with zcadmin\includes\functions\extra_functions\editor_wyzz.php? because I only add the files into zcadmin, everytime I update my define page editors, it hang my website, my server (FTP Program) and Zen Chart. Can you advice? I think I have add into wrong file.

Thank you.
Jean

30 Nov 2012, 4:56 PM
#310
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

Orkid:

Hi Anne,

I have add Wyzz wysiwyg editor integration into my FTP Program. Can I check with you does admin\includes\functions\extra_functions\editor_wyzz.php same with zcadmin\includes\functions\extra_functions\editor_wyzz.php? because I only add the files into zcadmin, everytime I update my define page editors, it hang my website, my server (FTP Program) and Zen Chart. Can you advice? I think I have add into wrong file.

Thank you.
Jean

This is not a template specific problem. I would recommend uninstalling that editor and installing the CK editor in the plugins section. Follow the installation instructions for that module and ask any questions about it on its support thread so that the module author can help you.

Thanks,

Anne

2 Dec 2012, 3:39 PM
#311
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne how do I move the home link from the nav bar to the menu bar .
Cheers
Peter
rvsolarsystems dot co dot uk

2 Dec 2012, 8:43 PM
#312
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

discoverytdi:

Hi Anne how do I move the home link from the nav bar to the menu bar .
Cheers
Peter
rvsolarsystems dot co dot uk

You will remove it from the includes/templates/abbington_mega/common/tpl_header.php file and add it to the includes/templates/abbington_mega/common/tpl_mega_menu.php file.

Thanks,

Anne

3 Dec 2012, 4:49 AM
#313
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

This is not a template specific problem. I would recommend uninstalling that editor and installing the CK editor in the plugins section. Follow the installation instructions for that module and ask any questions about it on its support thread so that the module author can help you.

Thanks,

Anne

hi Annes,

Thank you for your reply! I have install the CK editor, and found that the editor do not support the slides. Is there any steps I have overlook? please find my website at https://www.sunruffles.com

thank you. Jean

3 Dec 2012, 9:19 AM
#314
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne,

CAPTCHA - I have installed this plugin and it works fine on the contact us page under the 'Information' tab (sidebox and header) - how can the Captcha be added to the Contact Us tab in the Header Menu?

I am having issues with lots of spammy emails so am hoping the Captcha will help - until I can put it in the header menu I have deleted Contact Us from that menu.

cheers,
Mike

3 Dec 2012, 10:49 AM
#315
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

You will remove it from the includes/templates/abbington_mega/common/tpl_header.php file and add it to the includes/templates/abbington_mega/common/tpl_mega_menu.php file.

Thanks,

Anne
Thanks Anne all sorted just had to edit the css file looks great now :hug:

3 Dec 2012, 1:11 PM
#316
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

discoverytdi:

Thanks Anne all sorted just had to edit the css file looks great now :hug:

I am happy that it worked out :-)

Thanks,

Anne

5 Dec 2012, 3:03 AM
#317
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

This is not a template specific problem. I would recommend uninstalling that editor and installing the CK editor in the plugins section. Follow the installation instructions for that module and ask any questions about it on its support thread so that the module author can help you.

Thanks,

Anne

Hi Anne,

Do you have any ideas why my slides not function when i used CK Editor?

Thank you. Jean

5 Dec 2012, 2:28 PM
#318
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

Orkid:

Hi Anne,

Do you have any ideas why my slides not function when i used CK Editor?

Thank you. Jean

If you read the readme.html file you will see that you must edit the define_main_page.php file with a plain text editor because the file contains php code.

Thanks,

Anne

6 Dec 2012, 2:36 AM
#319
orkid avatar

orkid

New Zenner

Join Date:
Feb 2011
Posts:
82
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

If you read the readme.html file you will see that you must edit the define_main_page.php file with a plain text editor because the file contains php code.

Thanks,

Anne

Hi Anne,

Sorry, do u mean Abbington Templates do not fully support CK Editor or Wyzz Editor, am i right?

Can I uninstall the CK Editor after HTML Edit my website? then the slides only appear after work done all.

Please advice. I hope it work..

Thank you. Jean .. :-)

6 Dec 2012, 4:14 AM
#320
uswebworx avatar

uswebworx

Zen Follower

Join Date:
Sep 2006
Location:
USA
Posts:
297
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Orkid:

Hi Anne,

Sorry, do u mean Abbington Templates do not fully support CK Editor or Wyzz Editor, am i right?

Can I uninstall the CK Editor after HTML Edit my website? then the slides only appear after work done all.

Please advice. I hope it work..

Thank you. Jean .. :-)

Try downloading GlobalScapes CUTEFTP for free and see if the editor inside it will work for you, this is what I used to edit this exact template when I received it from a new client!
It works perfectly for me,