Page 2 of 13 FirstFirst 123412 ... LastLast
Results 11 to 20 of 123
  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: PurpleShades Support Thread

    Nevermind.. My client changed her mind, and we went with a different template.. Still need to know how to remove the top menu bar and the ad banner..

  2. #12
    Join Date
    Jan 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    Hello!

    I am using the purpleshades template on my site at http://www.sonshinestamps.net

    I have two issues:

    1) I would like the header, footer, and other related links to read "| Link | Link |" instead of "| Link | Link"

    2) When anything is added to the shopping cart and the shopping cart sidebox appears, the sidebox header isn't aligned with the header image at all.


    Any help is greatly appreciated!

    Thank you

  3. #13
    Join Date
    Jul 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    I've solved my other problems by changing a few settings in the style sheet but have discovered that I have the same problem with the Shopping Cart sidebox heading. The text Shopping Cart [more] is too large for the heading. The easiest way I can see to fix it is to remove the [more] so that it fits on one line but I'm still looking for which file it's in. Any ideas?
    "Life wasn't meant to be easy"
    www.scrapbooks.net.au

  4. #14
    Join Date
    Jul 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    Changing the font size for the side box heading in the style sheet fixes the overlap.

    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1.1em;
    color: #ffffff;
    }

    Changed to;

    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 1em;
    color: #ffffff;
    }
    "Life wasn't meant to be easy"
    www.scrapbooks.net.au

  5. #15
    Join Date
    Jan 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    im having the same problem with the banner. The banner at the bottom (which in other skins is in position Footer 2) is being displayed when Header 2 is, and seemingly theres no way of getting Footer 2 off and keep Header 2 on.

    Im sure its just a variable which has set Footer Position 2 to the same On/Off Variable as Header position 2, i just cant find it n its driving me nuts! also, if i turn off header position 2, no matter if footer position 2 is set to either on or off via the admin CP, it still shows the "no image" image, as if it was on but with no image to display.

    Like i say, its probs just a quick fix to sort the on/off of footer position 2, but when youve searched for ages n cant find it, its a right pain.

    Any help is much appreciated, il be keeping an eye on this thread! :)

    Cheers

    Col Chambers

  6. #16
    Join Date
    Nov 2006
    Location
    8,600 ft in the Rocky Montains of Colorado
    Posts
    23
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    Hello,

    I'm new to Zen Cart, HTML and PHP, so please bear with me if this is very basic. I am using the older version of the Purpleshades template. When I remove the write a review button from my product page (using the admin), the whitish box moves up so that it no longer sits behind the add to cart box. This only happens when I have no attributes for a product and only with the old and new versions of Purpleshades, not other templates. I can go stare at the php file trying to figure this out, but thought that someone else may have already done so.

    Thank you!

  7. #17
    Join Date
    Feb 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    HI,
    i couldn't find anything on Control panel to reorder the heading bars. I wonder how should i re-arrange these heading bars. I want to put one bar at the top most and organize the button as well. How should i do it?
    thanks so much.


  8. #18
    Join Date
    Feb 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    First Let me say thank you again for this template, I have been using it on two of my sites for close to 2 years. I am in the middle of upgrading one of my sites now and there is one change I need to make that I can't seem to locate what I need to change to accomplish this.

    If you look at this URL:
    http://hotstuffleatherandlace.net/ne...roducts_id=412

    The add to cart button and quantity box is on the right, and the attributes are on the left. This makes them disconnected, I would like to line them up, one under the other.. I don't care if they are on the left or right.. Ideally I would like the attributes over the the add to cart button for easier flow.. ie choose the size and color before adding to cart.. but it's not required. Since this is a table-less template I know I should be able to do this with the css sheet, and the tpl_Product_info_display.php I think I can change the order in the tpl_product_info_display.php, but where do I change the alignment?

    Thanks,
    Figster
    http://www.hotstuffleatherandlace.com
    http://www.hotstuffleatherandlace.net

  9. #19
    Join Date
    Feb 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    Hey Hey Hey!!!

    Got it done! For anyone else wanting to know how:

    I went to my tpl_product_info_display.php found this code;
    <!--bof Attributes Module -->

    <?php

    if ($pr_attr->fields['total'] > 0) {

    ?>


    <?php

    /**

    * display the product atributes

    */

    require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>

    <?php

    }

    ?>

    <!--eof Attributes Module -->

    And moved it up and placed it just under this line:
    <div id="cartAdd" align="left">

    This puts it in the same box! Not good if you want attribute images!!! I don't think.

    Thanks,
    Figster

  10. #20
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

    Default Re: PurpleShades Support Thread

    Which file should I alter in order for a form in Return Authorization Request to line up properly/better? It looks fine in other templates (I tried 5 of them).
    Tx
    P.S. Also for a login form
    thanks
    Last edited by Sunabac; 20 Feb 2007 at 04:26 AM.

 

 
Page 2 of 13 FirstFirst 123412 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZX Slideshow support thread
    By balihr in forum All Other Contributions/Addons
    Replies: 766
    Last Post: 18 Oct 2025, 11:23 AM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  5. Commentics [Support Thread]
    By Commentics in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 30 Jan 2013, 10:11 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