Forums / Addon Templates / Ashley Pink Template Support Thread

Ashley Pink Template Support Thread

Results 1 to 20 of 604
15 Nov 2010, 20:38
#1
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Ashley Pink Template Support Thread

Hello everyone :smile: I am happy to announce the release of my eight free template to the zen cart community.

http://www.picaflor-azul.com/pica/images/zen/ashley.jpg

See a live demo here.

Template Features:

* Super flexible design perfect for all types of ecommerce stores--the possibilites are endless!
* Fixed width 2 column display
* Matching button set included
* Matching icons
* Home Page slideshow included
* Add This social bookmarking added to all product pages (includes Facebook like button, Twitter Tweet Button, and 300+ Sharing Services)
* Cross Browser tested using Firefox, IE8, IE7, IE6, Google Chrome, Opera, and Safari.
* Integrated links to your Twitter and Facebook accounts in the footer
* W3C Valid XHTML and CSS
* Custom header including shopping cart totals (item count and dollar amount), checkout link, search, currencies with drop down menu, and languages.
* Comes with the following modules installed: Column Layout Grid, About Us Page, Footer Menu , Column Divider Pro, Designer Monthly Boxes
* No changes to core files

Download available on our site until it is approved and in the zen cart downloads section.
15 Nov 2010, 21:19
#2
pglad avatar

pglad

Zen Follower

Join Date:
Jun 2007
Posts:
198
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

That's a really nice looking template, I think it will be very popular :smile:
17 Nov 2010, 02:02
#3
kauai avatar

kauai

New Zenner

Join Date:
Mar 2008
Posts:
13
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

you're awesome!! can't wait to try it!
19 Nov 2010, 16:46
#4
santaya avatar

santaya

New Zenner

Join Date:
Jul 2005
Posts:
1
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

This is fantastic...but I have one problem with it. When I edit the main page, the slide show stops functioning and only show code in its place. Any ideas?
19 Nov 2010, 16:51
#5
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

This is fantastic...but I have one problem with it. When I edit the main page, the slide show stops functioning and only show code in its place. Any ideas?


This sounds like the bug in version G. I would recommend upgrading to version H or you can apply the patch in this thread:

http://www.zen-cart.com/forum/showthread.php?t=165081
27 Nov 2010, 16:26
#6
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

O.k., the template package has been approved and is available in the downloads section!
30 Nov 2010, 02:02
#7
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Hi Anne,

http://www.bestshortpromdresses.com/

Our footer is not showing our ezpages. We have an ezpage FAQ set to appear in the footer with a sort order.

Also, even the "Important Links" text is missing from the fourth column.

I tried re-uploading the footer files AND even tried with all_business footer files.

Any thoughts?

Steve
30 Nov 2010, 02:12
#8
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Never mind, I got it. Had to turn on expages for footer in configuration.
04 Dec 2010, 15:49
#9
craig1173 avatar

craig1173

New Zenner

Join Date:
Dec 2010
Posts:
1
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

hi,

i've just tried to install ashley pink on zen cart, but when i apply the template to the site i just get 500 internal error.

i have latest version of zen installed, no addons installed, nothing customised. default template works fine ashley pink doesn't

checked /cache/ for error log it gives the following-
"[04-Dec-2010 10:38:23] PHP Parse error: syntax error, unexpected T_STRING in /home/XXXXXXX/public_html/includes/languages/ashley_pink/english.php on line 19"

I've looked high and low for resolve to the issue- the code is located below from english.php
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2010 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: english.php 15514 2010-02-18 07:27:05Z drbyte $
*/

// FOLLOWING WERE moved to meta_tags.php
//define('TITLE', 'Zen Cart!');
//define('SITE_TAGLINE', 'The Art of E-commerce');
//define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
// END: moved to meta_tags.php

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>

// look in your $PATH_LOCALE/locale directory for available locales..
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');

////
// Return date in raw format
// $date should be in format mm/dd/yyyy
// raw date is in format YYYYMMDD, or DDMMYYYY
if (!function_exists('zen_date_raw')) {
function zen_date_raw($date, $reverse = false) {

any chance anyone could shed any light on the issue?

thanks
04 Dec 2010, 16:02
#10
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

i've just tried to install ashley pink on zen cart, but when i apply the template to the site i just get 500 internal error.


See this faq:

https://www.zen-cart.com/tutorials/index.php?article=63

checked /cache/ for error log it gives the following-
"[04-Dec-2010 10:38:23] PHP Parse error: syntax error, unexpected T_STRING in /home/XXXXXXX/public_html/includes/languages/ashley_pink/english.php on line 19"


This is line 19:

// on RedHat try 'en_US'


and is nothing that I have changed to create the template package. I would recommend contacting your host.

Thanks,

Anne
04 Dec 2010, 18:40
#11
artisanweb avatar

artisanweb

New Zenner

Join Date:
Nov 2009
Posts:
3
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

How do I remove links from the footer such as Conditions of Use under Customer Services? I've gone to define page status under configuration and set it to 3= Link OFF, Define Text OFF. When the Information section was showing in the left hand colum this removed the link from that column, but nothing seems to remove it from the footer section.
Using v1.3.9h
04 Dec 2010, 19:03
#12
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

How do I remove links from the footer such as Conditions of Use under Customer Services? I've gone to define page status under configuration and set it to 3= Link OFF, Define Text OFF. When the Information section was showing in the left hand colum this removed the link from that column, but nothing seems to remove it from the footer section.
Using v1.3.9h 


You can edit includes/ languages/english/extra_definitions/ashley_pink/footer_menu_defines.php
07 Dec 2010, 20:52
#13
artisanweb avatar

artisanweb

New Zenner

Join Date:
Nov 2009
Posts:
3
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Thank you! That works.:smile:
11 Dec 2010, 08:12
#14
jaylastarr avatar

jaylastarr

New Zenner

Join Date:
Oct 2010
Posts:
19
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

I was using your aberdeen neutral template but decided to switch to the ashley pink.
thx btw for the awesome free designs...

www.ShopJaylaStarr.com
I followed all your instructions... but can't seem to make the blue thing in my sidebar to go away...
any advice?
11 Dec 2010, 14:21
#15
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

I was using your aberdeen neutral template but decided to switch to the ashley pink.
thx btw for the awesome free designs...

www.ShopJaylaStarr.com
I followed all your instructions... but can't seem to make the blue thing in my sidebar to go away...
any advice?


Please read the install.txt file prior to posting. This template is designed as a 2 column layout. If you want to use three columns you will have to add the styles for the third column. All of the recommended settings are in the install.txt file.

Thanks,

Anne
11 Dec 2010, 15:36
#16
jaylastarr avatar

jaylastarr

New Zenner

Join Date:
Oct 2010
Posts:
19
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

picaflor-azul:

Please read the install.txt file prior to posting. This template is designed as a 2 column layout. If you want to use three columns you will have to add the styles for the third column. All of the recommended settings are in the install.txt file.

Thanks,

Anne


I followed your instructions to the best of my ability.
Can you elaborate on what you mean by three columns, because I only intended to use the two that are showing
The skinny one on the left... and the wide main one...
and the footer... unless you count the footer as a column
11 Dec 2010, 15:42
#17
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

I followed your instructions to the best of my ability.
Can you elaborate on what you mean by three columns, because I only intended to use the two that are showing
The skinny one on the left... and the wide main one...
and the footer... unless you count the footer as a column


Follow step 5 of the install.txt, especially the layout settings values here:

http://www.picaflor-azul.com/free-demos/includes/templates/ashley_pink/images/layout_settings.png

You need to turn off the right hand column.

Thanks,

Anne
11 Dec 2010, 15:47
#18
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Posts:
6,940
Plugin Contributions:
24

Re: Ashley Pink Template Support Thread

JaylaStarr--Sorry about that I just realized that you are talking about the sponsors side box header. You need to add this:

#bannerboxHeading {background-color:#fff;}


to the very bottom of your includes/templates/ashley_pink/css/stylesheet.css.

Thanks,

Anne
11 Dec 2010, 20:25
#19
jaylastarr avatar

jaylastarr

New Zenner

Join Date:
Oct 2010
Posts:
19
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

thx it worked like a charm!
11 Dec 2010, 20:36
#20
jaylastarr avatar

jaylastarr

New Zenner

Join Date:
Oct 2010
Posts:
19
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

omg 911!
I have no idea what i did... but I downloaded the index.php page using dreamweaver... (to change the title)
re-uploaded it now all the text is extra large

pls pls help! i just got the store exactly how I wanted it now i goofed up
http://ShopJaylaStarr.com