Page 21 of 35 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 343
  1. #201
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    It looks like you have solved this?

    Thanks,

    Anne
    Hi Anne,

    No, I couldn't work it out but in the end I decided not to use the right hand sideboxes anyway which evened everything up again.

    But another issue I'm having is that I'm trying to limit the number of characters on the Product Titles as some are longer than others thus making the "box" move down (I attached an image in an earlier post).

    I have been on the zen cart forums and have found the code to change but it is still not working.

    I was told that the original code was a bad code, or something like that but I changed the original code on line 140 and 142 to the following:


    $lc_text = '<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id'] > 0) ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . zen_trunc_string($listing->fields['products_name'],30) . '</a></h3><div class="listingDescription">' . zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listi ng->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';


    Is there anything in there that you can see why it wouldn't work? Also, the original code was written in there twice, word for word, so I changed both of them, then only just the one etc but whichever way I did it, it still wouldn't reduce the number of characters in the title.

    Anna
    www.toycrazy.com.au
    Last edited by annav; 10 Jun 2013 at 10:09 AM.

  2. #202
    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 annav View Post
    Hi Anne,

    No, I couldn't work it out but in the end I decided not to use the right hand sideboxes anyway which evened everything up again.

    But another issue I'm having is that I'm trying to limit the number of characters on the Product Titles as some are longer than others thus making the "box" move down (I attached an image in an earlier post).

    I have been on the zen cart forums and have found the code to change but it is still not working.

    I was told that the original code was a bad code, or something like that but I changed the original code on line 140 and 142 to the following:


    $lc_text = '<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id'] > 0) ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . zen_trunc_string($listing->fields['products_name'],30) . '</a></h3><div class="listingDescription">' . zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listi ng->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';


    Is there anything in there that you can see why it wouldn't work? Also, the original code was written in there twice, word for word, so I changed both of them, then only just the one etc but whichever way I did it, it still wouldn't reduce the number of characters in the title.

    Anna
    www.toycrazy.com.au
    It is unclear to me exactly what you are trying to do but I would use css to fix ant spacing issues.

    Thanks,

    Anne

  3. #203
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    I had a male friend look at this page for feedback:

    http://designerperfumesnob.authsafe....gne-c-652.html

    And he said I had to lose the pink background. How can I change the background for this page and probably for the category Aftershave as well. Those are the only two strictly masculine pages I have.

    Thanks!

  4. #204
    Join Date
    Aug 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by traytray View Post
    I had a male friend look at this page for feedback:

    http://designerperfumesnob.authsafe....gne-c-652.html

    And he said I had to lose the pink background. How can I change the background for this page and probably for the category Aftershave as well. Those are the only two strictly masculine pages I have.

    Thanks!

    You need to edit your stylesheet, /includes/templates/piccadilly_posh/css/stylesheet.css

    Fing the link for your background image and replace bk.img with the name of your new image. Make sure the image is uploaded to your server as well :)

  5. #205
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by gsallen101289 View Post
    You need to edit your stylesheet, /includes/templates/piccadilly_posh/css/stylesheet.css

    Fing the link for your background image and replace bk.img with the name of your new image. Make sure the image is uploaded to your server as well :)
    I see this:

    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #444443;background: url(../images/bk.png);overflow: auto; overflow-x: hidden;}

    But if that is all that refers to the background image, it would change the image for the entire site. I only want to change the background for two pages. Is that possible?

  6. #206
    Join Date
    Aug 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by traytray View Post
    I see this:

    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #444443;background: url(../images/bk.png);overflow: auto; overflow-x: hidden;}

    But if that is all that refers to the background image, it would change the image for the entire site. I only want to change the background for two pages. Is that possible?
    Sorry I misunderstood what you were trying to do. That change I suggested would change the image globally. I am not sure of a way to change it only for two pages but I am sure it can be done. Hopefully someone else has the answer you are needing.

  7. #207
    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 traytray View Post
    I had a male friend look at this page for feedback:

    http://designerperfumesnob.authsafe....gne-c-652.html

    And he said I had to lose the pink background. How can I change the background for this page and probably for the category Aftershave as well. Those are the only two strictly masculine pages I have.

    Thanks!
    If you read the reademe file in the css directory, you will find instructions for per page css changes.

    Thanks,

    Anne

  8. #208
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    I looked at the read me, but missed any information about keeping Featured Products open on the Main Page. Is there a way to do that I missed? Featured Products are the only ones I am showing on the Main Page.

    http://designerperfumesnob.authsafe.com/

  9. #209
    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 traytray View Post
    I looked at the read me, but missed any information about keeping Featured Products open on the Main Page. Is there a way to do that I missed? Featured Products are the only ones I am showing on the Main Page.

    http://designerperfumesnob.authsafe.com/
    See this:

    http://www.zen-cart.com/showthread.p...72#post1134272

    Thanks,

    Anne

  10. #210
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Piccadilly Posh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Thanks, I am now able to keep Featured Products open. I have two more questions I can't seem to pinpoint:


    Is there a define I can use to change the name of Featured to read Featured Fragrances or Featured Products. It says simply Featured right now.

    For some reason if you point the cursor at the heading "Featured" it turns into a hand as if it was a clickable link. Since it isn't, is there some way I could prevent that hand from appearing?

    Thanks!


    http://designerperfumesnob.authsafe.com/

 

 
Page 21 of 35 FirstFirst ... 11192021222331 ... 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