Page 27 of 35 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 343
  1. #261
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by carlman View Post
    You´re absolutely faboulous!
    Thanks for your help!
    That admin tool is gold! I saw that page earlier, but didn´t quite understand the purpose of it!
    NOW I do :)

    Thanks again, you have saved me hours of endless searching through files!
    I am happy that you figured it out :)

    Thanks,

    Anne

  2. #262
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    I am trying to test your Piccadilly Posh template. I am testing and tweaking it on my pc server example . com . After following all the install instructions I turn on the template. the following is a screen capture of what happens up in the header area. I do not know how I can fix the this line. Maybe I have been at this to long today but I am brain fried and can not remember where I would even check to fix this.
    Click image for larger version. 

Name:	Capture2.jpg 
Views:	44 
Size:	14.5 KB 
ID:	13043
    Attached Images Attached Images  
    Last edited by Arlette; 10 Sep 2013 at 04:43 AM.

  3. #263
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by Arlette View Post
    I am trying to test your Piccadilly Posh template. I am testing and tweaking it on my pc server example . com . After following all the install instructions I turn on the template. the following is a screen capture of what happens up in the header area. I do not know how I can fix the this line. Maybe I have been at this to long today but I am brain fried and can not remember where I would even check to fix this.
    Click image for larger version. 

Name:	Capture2.jpg 
Views:	44 
Size:	14.5 KB 
ID:	13043
    You can check for short tags in the includes/templates/piccadilly_posh/common/tpl_header.php file.




    Thanks,

    Anne

  4. #264
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    This is what I found. I do not know what if anything in this line might be incorrect. It is Line 60 piccadilly_posh/common/tpl_header.php
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><?php echo HEADER_TITLE_CART_CONTENTS; ?> <? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>

    Thanks for helping me with this
    Arlette

  5. #265
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by Arlette View Post
    This is what I found. I do not know what if anything in this line might be incorrect. It is Line 60 piccadilly_posh/common/tpl_header.php
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><?php echo HEADER_TITLE_CART_CONTENTS; ?> <? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>

    Thanks for helping me with this
    Arlette
    Use this:

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon"  /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> item(s) - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
    Thanks,

    Anne

  6. #266
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    That worked. Thank you :)

  7. #267
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    I have a question about the shopping cart page.
    In the defines we are able to add text to this line

    define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');

    Ufortunately the text I enter there is not seen on the page under the H1 title Shopping Cart Contents

    I have tried uploading a pristine original zen cart file then editing it and nothing I do makes it appear. I know it should work because it does in my store but not with this template.

    The only way for me to get the text to show is to append it to the H1 area.

    Can you tell me where to fix this issue?

    In the yellow area is where it should go. When I use web developer to see the Element information it outlines the area almost the same size as the yellow in the image.

    Attachment 13352

  8. #268
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by DarkAngel View Post
    I have a question about the shopping cart page.
    In the defines we are able to add text to this line

    define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');

    Ufortunately the text I enter there is not seen on the page under the H1 title Shopping Cart Contents

    I have tried uploading a pristine original zen cart file then editing it and nothing I do makes it appear. I know it should work because it does in my store but not with this template.

    The only way for me to get the text to show is to append it to the H1 area.

    Can you tell me where to fix this issue?

    In the yellow area is where it should go. When I use web developer to see the Element information it outlines the area almost the same size as the yellow in the image.

    Attachment 13352
    This is not a problem with the template. I was able to easily change the text on the demo:

    http://www.picaflor-azul.com/free-de...iccadilly_posh

    I would recommend back tracking through your changes until you find the one that has caused the problem.

    Thanks,

    Anne

  9. #269
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Thanks Anne. I have uploaded fresh template files and applied edits she did and also fresh original store files to no avail. I thought maybe you might have a clue as to where to start looking.

    She has doe a lot of editing to this template to get it to have her look/feel but all files are in their over-rides folder.

  10. #270
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by DarkAngel View Post
    Thanks Anne. I have uploaded fresh template files and applied edits she did and also fresh original store files to no avail. I thought maybe you might have a clue as to where to start looking.

    She has doe a lot of editing to this template to get it to have her look/feel but all files are in their over-rides folder.
    You could try restoring the tpl_shopping_cart_default.php from the template_default.

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

    Thanks,

    Anne

 

 
Page 27 of 35 FirstFirst ... 172526272829 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  3. v138a Customers cant create an account? - Piccadilly Posh Template
    By Party Craze in forum General Questions
    Replies: 7
    Last Post: 6 Sep 2012, 10:30 AM
  4. v138a Customers cant create an account? - Piccadilly Posh Template
    By Party Craze in forum General Questions
    Replies: 3
    Last Post: 6 Sep 2012, 08:44 AM
  5. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg