Page 175 of 326 FirstFirst ... 75125165173174175176177185225275 ... LastLast
Results 1,741 to 1,750 of 3251
  1. #1741
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mushtaq View Post
    I have pasted it below the line <div id="logo">
    but i don't see anything displayed.

    I'm new to php and jscript so not sure about the exact syntax, do I need to call the script to start it off somehow?
    No, since the script is part of the code you pasted, I don't think so. do you have the images uploaded where they need to be? In what folder do you have the images uploaded, and can I see a link?

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ashton0603 View Post
    I have been having issues with my shipping mod ever since I switched to this template. I am trying to figure out if it is something with the way the template was added, the way the whole setup is with zen cart or both. I know I didn't always have this problem though....well the problem:

    I have both Fed Ex and USPS as options. When items are in shopping cart, the customer can view the calculator for both options, when checking out they are only given usps as an option and not all of the options show...only 3 of the 5... Here is when it gets worse...lets say you choose parcel; you go to check out and the cart puts express mail which is the most expensive. I am not given the option to change my shipping.....only to update my shipping address.

    I finally have hits on my site and people creating accounts....now no one is buying anything and I finally know why....it has to be the shipping situation..it makes me look likke I am scamming...

    Can someone please help me. Can someone see what I am doing wrong? Does anyone have a business that are experts in zen cart and can send me a link to their site?

    I love this template and this cart....I see that no one else has this issue so it must be someting that i am doing wrong. It just confuses me how it shows some options on one page but not the other.
    Hmm, I'm not sure, you may want to ask in the general forum. It shouldn't be the template causing this, however, you can switch to the classic template to see if the same thing happens.

  3. #1743
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    No, since the script is part of the code you pasted, I don't think so. do you have the images uploaded where they need to be? In what folder do you have the images uploaded, and can I see a link?
    I have tested the script out on a test page which works, meaning the script works on its own.

    I have put full paths to the images, I think it's just the placement of the script that I'm having problems with.

    You can see the site here http://www.shishagenie.com

    Probably something very simple, but I can't seem to find it

  4. #1744
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:

    If you want NO sideboxes on your home page, add this to your css:
    Code:
    #indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
    #indexHomeBody .outer {padding-right:0;padding-left:20px;}
    #indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
    Hi Jettrue,

    Brilliant! Thank you so much for this code!


    thanks
    Suekay

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mushtaq View Post
    I have tested the script out on a test page which works, meaning the script works on its own.

    I have put full paths to the images, I think it's just the placement of the script that I'm having problems with.

    You can see the site here http://www.shishagenie.com

    Probably something very simple, but I can't seem to find it
    Perhaps you changed it, but I don't see full paths to the images, I just see this:

    Code:
    leftrightslide[0]='<a href="http://"><img src="blackberry.jpg" border=1></a>'
    leftrightslide[1]='<a href="http://"><img src="rose.jpg" border=1></a>'
    leftrightslide[2]='<a href="http://"><img src="mango.jpg" border=1></a>'
    leftrightslide[3]='<a href="http://"><img src="Cherry.jpg" border=1></a>'
    leftrightslide[4]='<a href="http://"><img src="mellon.jpg" border=1></a>'
    That means the rose image would have to be here:
    http://www.shishagenie.com/rose.jpg

  6. #1746
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Perhaps you changed it, but I don't see full paths to the images, I just see this:

    Code:
    leftrightslide[0]='<a href="http://"><img src="blackberry.jpg" border=1></a>'
    leftrightslide[1]='<a href="http://"><img src="rose.jpg" border=1></a>'
    leftrightslide[2]='<a href="http://"><img src="mango.jpg" border=1></a>'
    leftrightslide[3]='<a href="http://"><img src="Cherry.jpg" border=1></a>'
    leftrightslide[4]='<a href="http://"><img src="mellon.jpg" border=1></a>'
    That means the rose image would have to be here:
    http://www.shishagenie.com/rose.jpg
    I changed it to test a few things out, I expected to see a broken image icon, but the script seem to execute as I have placed start and end text which displays in the correct places, but not the images.

    I copied and pasted the script on a test page http://www.shishagenie.com/test.htm which does seem to work ad shows broken image icons as expected, but it doesn't work on any of the zencart pages.

    I even placed on its own on the define_main_page.php page, but it just shows the grey box.

  7. #1747
    Join Date
    Feb 2008
    Location
    Inside my head.
    Posts
    55
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mushtaq View Post
    I changed it to test a few things out, I expected to see a broken image icon, but the script seem to execute as I have placed start and end text which displays in the correct places, but not the images.

    I copied and pasted the script on a test page http://www.shishagenie.com/test.htm which does seem to work ad shows broken image icons as expected, but it doesn't work on any of the zencart pages.

    I even placed on its own on the define_main_page.php page, but it just shows the grey box.
    Mushtaq

    Have you tried giving the full path to the image instead of the relative path?

    for instance -
    Code:
    leftrightslide[4]='<a href="http://"><img src="http://www.shishagenie.com/images/mellon.jpg" border=1></a>'
    or wherever the image is located on the server with the full URL to the image.
    </Seth>

  8. #1748
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by sethererm View Post
    Mushtaq

    Have you tried giving the full path to the image instead of the relative path?

    for instance -
    Code:
    leftrightslide[4]='<a href="http://"><img src="http://www.shishagenie.com/images/mellon.jpg" border=1></a>'
    or wherever the image is located on the server with the full URL to the image.
    I have done that before, but it didn't make any difference, I have changed it again now to include full path, but still no good

  9. #1749
    Join Date
    Jul 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    That's why the contact us is there, but you can remove it in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
    Hi jettrue,

    can you help me with this?im not sure which code to change or remove?

    thanks alot

  10. #1750
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:

    If you want NO sideboxes on your home page, add this to your css:
    Code:
    #indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
    #indexHomeBody .outer {padding-right:0;padding-left:20px;}
    #indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
    Hi Jade,

    I'm trying the same thing for the product pages and the contact page. The contact page works with this code and the center width increases on the right hand side:

    #contactusBody #navColumnTwo, {display:none;}
    #contactusBody .outer {padding-right:0px;padding-left:170px;}
    #contactusBody #contentMainWrapper, #contactusBody #contentMainWrapperb {background-image:none;}

    and although the grey background dissapears for the products pages I can't get the width of the products page to increase.

    #productinfoBody #navColumnTwo, {display:none;}
    #productinfoBody.outer {padding-right:0px;padding-left:170px;}
    #productinfoBody #contentMainWrapper, #productinfoBody #contentMainWrapperb {background-image:none;}

    Do you know how I could achieve this?

    Many Thanks
    Suekay

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

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