Page 256 of 305 FirstFirst ... 156206246254255256257258266 ... LastLast
Results 2,551 to 2,560 of 3042
  1. #2551
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by yakbuttertea View Post
    Hi Jade, I am a newbie to Zencart. I have installed your amazing template, but I am having a difficulty - the Add to cart button is not displaying in the products listing - I tried from the admin side but nothing works. I also check other message in this thread but could not find any hints. What can I do?
    Thanks a lot in advance,
    Fred
    Reupload the includes/templates/apple_zen/images/ folder

    if not showing still, see if you change to the classic template if it shows up. If NOT, its probably a setting in your admin. Dig around more in there.

  2. #2552
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,
    Thank you so much for the quick response.
    Remove this:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
    This line of code is no where to be found in the stylesheet.css nor anywhere within the site so I am not sure where to go from here or where to remove the code you mentioned. The lines I added originally were

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Please forgive my questions... I am fairly new to Zen Cart and all the wonderful world of Add-Ons and as I have added more and more to mustangseats.com the more I have learned about the beauty and capabilities of the Zen.

    Minotaur1066

  3. #2553
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade-
    Clyde on the Testimonial Manager thread pointed me to the right files- display_all_testimonials.css and testimonials_manager.css

    replace the following line of code:
    Code: #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}

    with this
    Code: #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;width:76.8%;
    The change got me closer- I will tweak the % to get it as close as possible
    Thanks again for all your help- You are awesome.
    Minotaur1066

  4. #2554
    Join Date
    Feb 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks Jade for your reply.
    I looked and everything is fine in my template folder but still not working. even with classic. I looked in the admin section but didn't find anything either. Any idea?
    Thanks anyway for this wonderful template.

    Something else not related:
    Would you have any idea on how to disable the possibility for customers to create new accounts. I only want to enter each client on the admin side for them to be able to login. One way to limit access to my shop!

  5. #2555
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by minotaur1066 View Post
    Hi Jade,
    Thank you so much for the quick response.


    This line of code is no where to be found in the stylesheet.css nor anywhere within the site so I am not sure where to go from here or where to remove the code you mentioned. The lines I added originally were

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Please forgive my questions... I am fairly new to Zen Cart and all the wonderful world of Add-Ons and as I have added more and more to mustangseats.com the more I have learned about the beauty and capabilities of the Zen.

    Minotaur1066
    Well, it was on your site, because what I pasted here, I got DIRECTLY off of your testimonials css file, LOL.

    It was this one:
    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }

    That you or someone you know edited since I copied off your site.

  6. #2556
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by yakbuttertea View Post
    Thanks Jade for your reply.
    I looked and everything is fine in my template folder but still not working. even with classic. I looked in the admin section but didn't find anything either. Any idea?
    Thanks anyway for this wonderful template.

    Something else not related:
    Would you have any idea on how to disable the possibility for customers to create new accounts. I only want to enter each client on the admin side for them to be able to login. One way to limit access to my shop!
    What page are you looking for the add to carts to show up? Could I see a link?

    As for your second question, no, I don't.

  7. #2557
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I wonder if someone can figure-out why I have a pink line to the top right of my header - ie. to the left of 'shopping cart' on this highly modified version of Apple Zen http://www.dreamacres.co.uk/cart/

    I added the pink border to headerwrapperb & c, but I don't understand why the pink line is continuing so far up the page. I want it to end as it does on the right hand side.

  8. #2558
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Well between Clyde on the Testimonial Manager thread and Jade on this thread, we got all the pieces to this puzzle and fixed the issue-

    Or you could do as Jade suggested in her post on this issue.
    Just delete that line of code altogether.
    ##############################___
    Clyde
    Once Clyde directed to the files where code was, I followed your advise Jade. Well mostly... Instead of just removing the code, I just remarked it out. (I hate deleting original code) That did the trick-

    So if others have the same issue here is what I did with the wonderful instructions and guidance from Clyde & Jade.

    In the /includes/templates/apple_zen/css folder, I opened the

    display_all_testimonials.css, testimonial_manager.css and testimonial_manager_all_testimonials.css.

    Found the very first line of code:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
    and changed to
    /*#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}*/
    Thanks again Clyde & Jade- You are AWESOME- This is why I love open source software

    Minotuar1066

  9. #2559
    Join Date
    Feb 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,
    I figured the second question... Commented out parts (fields) of the template for login.
    Check out http://www.miravistalac.com/zen-cart...index&cPath=65
    Thanks
    Fred

  10. #2560
    Join Date
    Feb 2008
    Posts
    52
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I am having a problem. I have searched this thread but did not find this issue, or I guess I did not search for the right keywords. I am having text all run together and overlapping on the products page. The image below is an example:


 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR