Zen Cart Logo
Forums / Addon Templates / Ashley Pink Template Support Thread

Ashley Pink Template Support Thread

Views: 104,906

Results 301 to 320 of 604
23 May 2011, 7:21 PM
#301
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Ashley Pink Template Support Thread

hello! I was wondering how I would have the image 'Product Details' shifted down, under the price. I found this information can be edited in new_products.php...

    'text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<div class="product_title"><a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' .
$productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . $new_products->fields['products_name'] . '</a></div>' . '<div
class="box_image"><a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES .
$new_products->fields['products_image'], $new_products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTH, IMAGE_PRODUCT_NEW_HEIGHT) . '</a></div>') .'<div class="price">'.$products_price.'</div>'.'<div class="product_detail"><a href="'.
zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' .zen_image($template->get_template_dir('details.gif', DIR_WS_TEMPLATE, $current_page_base,'images').'/details.gif').'</a></div>');

However, Im not sure what I would need to type in to have to shifted down...

[IMG]http://img51.imageshack.us/img51/5205/productdetailsr.th.jpg[/IMG]

23 May 2011, 9:37 PM
#302
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

hello! I was wondering how I would have the image 'Product Details' shifted down, under the price. I found this information can be edited in new_products.php...

Code:

'text' => (($new_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<div class="product_title"><a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' .

$productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . $new_products->fields['products_name'] . '</a></div>' . '<div class="box_image"><a href="' . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES .
$new_products->fields['products_image'], $new_products->fields['products_name'], IMAGE_PRODUCT_NEW_WIDTH, IMAGE_PRODUCT_NEW_HEIGHT) . '</a></div>') .'<div class="price">'.$products_price.'</div>'.'<div class="product_detail"><a href="'. zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath=' . $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '">' .zen_image($template->get_template_dir('details.gif', DIR_WS_TEMPLATE, $current_page_base,'images').'/details.gif').'</a></div>');

However, Im not sure what I would need to type in to have to shifted down...

You do not need to touch the php. This can be edited in the css by removing the float from the product details button.

Thanks,

Anne

23 May 2011, 10:00 PM
#303
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

picaflor-azul:

You do not need to touch the php. This can be edited in the css by removing the float from the product details button.

Thanks,

Anne

Thank you very much for that insight! I have edited the stylesheet.css

.product_detail {float:left;margin-top:15px; margin-left:35px;}
.price {text-align:center;font-size:110%;font-weight:bold;color:#000;}
7 Jun 2011, 2:28 PM
#304
juneloweelyn avatar

juneloweelyn

New Zenner

Join Date:
Jan 2009
Posts:
70
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Hey dear,

May i know how can i make the EZ pages appear at the hearder for this template?

THanks a lot for helping ya!

7 Jun 2011, 2:52 PM
#305
juneloweelyn avatar

juneloweelyn

New Zenner

Join Date:
Jan 2009
Posts:
70
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Oh yea, i have the ez pages on the header, but the words look very very close together .

So how can i make the ez pages on header far a bit from each other?

7 Jun 2011, 5:06 PM
#306
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

Oh yea, i have the ez pages on the header, but the words look very very close together .

So how can i make the ez pages on header far a bit from each other?

If you post a link to your site I can take a look.

Thanks,

Anne

14 Jun 2011, 5:22 PM
#307
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Hello! After a month... I still don't see the the description I applied for 'HOME_PAGE_META_DESCRIPTION' appearing when I google my site...

it just has the link and cached link.... How do I get it to show?

I modified /includes/languages/english/ashley_pink/meta_tags.php

15 Jun 2011, 3:35 AM
#308
santasbagofletters avatar

santasbagofletters

New Zenner

Join Date:
Jun 2011
Posts:
2
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

I looked to see if this was in the thread yet...but did not see it. Sorry if it is a repeat.

I uploaded my new logo under:

store/includes/templates/ashley_pink/images

I assume I need to change the stylesheet.css

But I don't see where the original logo was. What exactly do I need to do to have it show.

Thanks so much! Love this template. :clap:

http://www.scrappersville.santasbagofletters.com/store/

Need to remove the right column as well, but believe I can do this with no problem!

Robin

15 Jun 2011, 3:50 AM
#309
santasbagofletters avatar

santasbagofletters

New Zenner

Join Date:
Jun 2011
Posts:
2
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

santasbagofletters:

I looked to see if this was in the thread yet...but did not see it. Sorry if it is a repeat.

I uploaded my new logo under:

store/includes/templates/ashley_pink/images

I assume I need to change the stylesheet.css

But I don't see where the original logo was. What exactly do I need to do to have it show.

Thanks so much! Love this template. :clap:

http://www.scrappersville.santasbagofletters.com/store/

Need to remove the right column as well, but believe I can do this with no problem!

Robin

I fixed the problem! Sorry for the bother!! :oops:

15 Jun 2011, 11:54 AM
#310
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

Hello! After a month... I still don't see the the description I applied for 'HOME_PAGE_META_DESCRIPTION' appearing when I google my site...

it just has the link and cached link.... How do I get it to show?

I modified /includes/languages/english/ashley_pink/meta_tags.php

This is not a template specific question. I would recommend searching on google for your answer or the forum.

That is the correct file. See the tutorials section for more specific info on how to edit this file.

Thanks,

Anne

15 Jun 2011, 11:55 AM
#311
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

I looked to see if this was in the thread yet...but did not see it. Sorry if it is a repeat.

I uploaded my new logo under:

store/includes/templates/ashley_pink/images

I assume I need to change the stylesheet.css

But I don't see where the original logo was. What exactly do I need to do to have it show.

Thanks so much! Love this template.

http://www.scrappersville.santasbagofletters.com/store/

Need to remove the right column as well, but believe I can do this with no problem!

Robin

Instructions for adding your logo are included in the install.txt file.

Thanks,

Anne

23 Jun 2011, 5:52 PM
#312
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Hello!

A quick question, could you point me to the right file that I can edit to place 'Featured Products" above "New Products for June"?

Is it a tpl file? Once I know which file it is that controls the layout of the listings for the homepage, I can figure out to change the layout..

Thanks :)

23 Jun 2011, 11:23 PM
#313
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

Hello!

A quick question, could you point me to the right file that I can edit to place 'Featured Products" above "New Products for June"?

Is it a tpl file? Once I know which file it is that controls the layout of the listings for the homepage, I can figure out to change the layout..

Thanks :)

Search the tutorials for instructions on using the developers toolkit to find which files to edit.

Thanks,

Anne

29 Jun 2011, 8:55 PM
#314
marcus_fries avatar

marcus_fries

New Zenner

Join Date:
Jun 2011
Posts:
4
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

hello Anne,

Thanks a lot for your perfect template.
I have some questions about editing the template, please refer to my website : https://www.beauty511.de/catalog

I have some questions, could you please help me to clarify:
1, how could i delete the "sponsors" part at the left side
2, how could i add another language and corresponding content in that language

thanks a lot!
Leo

29 Jun 2011, 10:51 PM
#315
marcus_fries avatar

marcus_fries

New Zenner

Join Date:
Jun 2011
Posts:
4
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Hi Anne,

I have got another question for my website: https://www.beauty511.de/catalog

how could i delete the lowest part which is under the footer and about zencart ?

thanks a lot!
Leo

29 Jun 2011, 11:05 PM
#316
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

1, how could i delete the "sponsors" part at the left side

Turn off your banner sideboxes to get rid of this.

how could i add another language and corresponding content in that language

This is not a template specific question. Please search the forum for instructions on adding additional languages.

Thanks,

Anne

29 Jun 2011, 11:06 PM
#317
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Ashley Pink Template Support Thread

how could i delete the lowest part which is under the footer and about zencart ?

Turn off the banners by going to tools--banners and clicking on the green status buttons to turn them red.

Thanks,

Anne

6 Jul 2011, 3:19 AM
#318
jnb41578 avatar

jnb41578

New Zenner

Join Date:
Jul 2011
Posts:
72
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

Zen Cart 1.3.9
https://www.svgattic.com/store

tried changing the URL to slide 2 using the install instructions and now its all messed up, even after deleting the define_main_page.php and replacing it with an untouched one, still doesnt work.

please let me know what I am doing wrong. Thanks!

6 Jul 2011, 8:35 AM
#319
triple_moon_ranch avatar

triple_moon_ranch

New Zenner

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

Re: Ashley Pink Template Support Thread

Hi I was working with your template, very pretty!

I like that there is space left above the template so it's not cruched into the browser.

I would like to leave a little more space, could you tell me what file I would use to add more space above the template at the top?

Thanks so much I don't want to mess anything up, it's too pretty.

Suzanne

6 Jul 2011, 8:58 AM
#320
wildchick avatar

wildchick

New Zenner

Join Date:
Jun 2011
Posts:
86
Plugin Contributions:
0

Re: Ashley Pink Template Support Thread

This template is almost perfect for me? Is there a free template just like this but not in pink? I prefer black background and not pink foreground.