Search:

Type: Posts; User: jwitt98

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Remove category text in product listing and changing "What's New" to an image

    I'll help you tackle #1

    In
    \includes\templates\YOUR_CUSTOM_TEMPLATE\templates\tpl_index_product_list.php

    comment out the breadcrumb by changing the following line:

    <h1...
  2. Replies
    4
    Views
    958

    Re: Strange cpath= value

    I will look into those.
    Thanks again!
  3. Replies
    4
    Views
    958

    Re: Strange cpath= value

    Thanks yellow,
    Just to clarify, are you recommending that I not use the access logs to generate sitemaps, or to just not necessarily rely on the information found in the logs?
    I actually used...
  4. Replies
    4
    Views
    958

    Strange cpath= value in access logs

    Hi all,
    I just set up a google sitemap_gen script. I configured the script to generate the url list based on the server access logs. After the sitemap was generated, I was browsing through the url...
  5. Re: images inline with text next to main product image

    Good Luck,
    Let us know how it works out.
  6. Replies
    2
    Views
    710

    Re: Layout problem in IE6

    Search in the add-on section. Somewhere there is and add-on call Internet Explorer Stylesheet Over-rides.

    I've been using it on my site and it works great. You just have to remember to follow...
  7. Re: images inline with text next to main product image

    If you want these images to also display in your product category lisitings pages, that's not such an easy task.
    If you're knowledgeable enough in PHP, you could copy the zen_clean_html function in...
  8. Re: images inline with text next to main product image

    Glad it worked out:smile:
  9. Replies
    6
    Views
    788

    Re: Suppress Sideboxes Question

    I didn't see Wilt's post until after I had already submitted mine.
    Glad you got it working:smile:
  10. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    Do not use the code in my previous post as it is. That was just an example of the logic that would be used.

    If you want both the question link and add to cart button to not move independent of...
  11. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    You should put the <br/> back you removed earlier. That should correct your ask a question link.

    Here's the deal:
    You want your button to be exactly aligned with the additional images when...
  12. Replies
    6
    Views
    788

    Re: Suppress Sideboxes Question

    If you only want the categories sidebox to display on category and product pages you might try:


    if ((isset($_GET['cPath']))&& ($_GET['cPath'] != 3)){
    ...
  13. Re: Ampersands in links and EZpages xHTML validation

    Thanks, just trying to save someone else the trouble. :smile:
  14. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    It doesn't appear that you moved the code when looking at the source of your product page. Which file are you editing?

    This is the bock of code I was referring to:


    <!--bof Add to Cart Box...
  15. Re: images inline with text next to main product image

    The nice thing is that images are already inline elements by default.

    You will want to switch to plain text view:
    you might add something like:

    <h3>this product features blah .... blah ......
  16. Re: Ampersands in links and EZpages xHTML validation

    It was becoming increasingly frustrating to have to recode all those ampersands every time I wanted to edit something on the FAQ page. So, after enough digging I finally found the source. Although...
  17. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    Ah, yes.
    Since the "add to cart code" comes after the "additional images" code in the php structure, the way the html is organized, the additional image needs to be there to push the button down to...
  18. Ampersands in links and EZpages xHTML validation

    Hi All,
    Here's what's happening:
    I am using an EZpage for my faq page. There are many links on this page that have to use the ampersand "&" within the link.
    I can go through my EZpage and...
  19. Replies
    2
    Views
    8,307

    Re: auth only vs. final sale for PayPal

    Thank you very much for the clarification.

    This basically answers my question as to which one I need to use.

    Thanks!
  20. Replies
    2
    Views
    8,307

    auth only vs. final sale for PayPal

    Hi all,
    Im using paypal website payments pro setup with api.

    I've been trying to figure out the difference between the two. From what I've read so far, I've pieced together the following:
    ...
  21. Replies
    2
    Views
    1,068

    Re: links color dark in Nav bar

    Usually the best way to fix IE only issues is to use an IE only stylesheet.
  22. Replies
    14
    Views
    2,122

    Re: part of footer is gone

    Well, I guess that would depend on whether you were a guy:no: or a girl:yes:.

    In any case, glad you got it worked out.
  23. Replies
    14
    Views
    2,122

    Re: part of footer is gone

    If you take your jscript_add-event.js and jscript_popup.js and put them in your jscript folder, then that's all you need to do. You don't need those lines anymore.:

    <script language="javascript"...
  24. Replies
    14
    Views
    2,122

    Re: part of footer is gone

    If you are going to add that script to your footer, and your footer is used globally on your site, then you may as well use the zen-cart built in method for adding javascript. These instruction can...
  25. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    Is it possible to remove the line break <br/> before the "ask a question" link?

    If not you can try:
    #productAdditionalImages {
    margin-bottom: -20px;
    }

    but that may not move it as far as...
  26. Replies
    14
    Views
    2,122

    Re: part of footer is gone

    Actually I should say learn xhtml, because that is what zen-cart uses and the zen-cart team did a beautiful job of making sure they used valid xhtml. This is very important as you may get by using...
  27. Replies
    14
    Views
    2,122

    Re: part of footer is gone

    If that is tpl_footer.php, then you have some serious code issues.
    First you have <head></head> tags within the <body></body> tags and then you end your html with this </html> before your links can...
  28. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    Since there is a <br class="clearBoth"> between the two, the easiest way I think is to fake it by adding a negative top margin to your add to card button.

    #productGeneral #cartAdd {
    margin-top:...
  29. Replies
    17
    Views
    2,722

    Re: Image and buttons alignment

    I don't see an add to cart button. Do you have your store set up as a showcase in admin->configuration->store status. You will need to change the setting to normal store before the add to cart...
  30. Replies
    4
    Views
    1,035

    Re: Cart Items Spacing Issues

    .cartAttribsList { /*stylesheet.css (line 424)*/
    float:right;
    margin-bottom:400px;
    }

    The margin-bottom is causing the problem. Maybe you meant to set it to 40px?

    Also, I might note that...
  31. Replies
    12
    Views
    4,049

    Re: adding images and links to the footer

    Add another property to #bottomMenuStyle2

    #bottomMenuStyle2{
    text-align: center;
    }



    You should start a new thread for the javascript issue as it is off topic to this thread. But, I will...
  32. Replies
    3
    Views
    808

    Re: How do I add a box around the text

    Is there a way? Yes

    Is there a simple clean way? No. At least not until the next version of CSS becomes widely adopted.

    Basically, there are several methods people use to make rounded corners....
  33. Replies
    3
    Views
    808

    Re: How do I add a box around the text

    Add this to your sylesheet.css and play around with the values till you achieve what you want.


    #taglineWrapper {
    border: 1px solid #E7C9FE;
    margin-left: 200px;
    margin-right: 5px;
    padding:...
  34. Replies
    1,211
    Views
    335,736

    Re: Quickbooks Import QBI

    I finally found the solution to this problem in a post by Adam here:
    http://www.qbisoftware.com/forum/viewtopic.php?f=2&t=95&p=323&hilit=tax_lookup#p323

    Once I remove the 'tax_lookup' column from...
  35. Replies
    1,211
    Views
    335,736

    Re: Quickbooks Import QBI

    Hi all,
    Sorry if this has been posted somewhere already, but I've spent most of the morning looking for an answer and cannot find anything specific to this issue.

    I've followed the procedures on...
  36. Replies
    12
    Views
    4,049

    Re: adding images and links to the footer

    This one:



    For most purposes if you have a list of links you want to display, whether horizontally or vertically, you should put them inside a list. That way any other links added later within...
  37. Replies
    12
    Views
    4,049

    Re: adding images and links to the footer

    In your stylesheet.css add the following:
    #navSupp img {
    margin-left:-10px;
    }
    change -10px to whatever value you need. If you go too far negative, your images will overlap.


    In your...
  38. Replies
    12
    Views
    4,049

    Re: adding images and links to the footer

    Always those tiny thing that cause us to pull our hair out :wink:
  39. Replies
    5
    Views
    2,729

    Re: ezpage header css id

    Strange.

    I'm guessing it's either looping one too many times or you have a blank ezpage with no name assigned.
    Look in your ezpages table and see if there is an entry with blank 'pages_title'
    ...
  40. Replies
    12
    Views
    4,049

    Re: adding images and links to the footer

    You left out a single quote here:
    <a href='http://www.facebook.com/home.php?#/pages/Custom-K9-Design/72436717447?ref=m>

    Should be:
    <a...
  41. Replies
    5
    Views
    2,729

    Re: ezpage header css id

    have you tried:


    <?php if (sizeof($var_linksList) >= 1) { ?>
    <div id="menu">
    <ul id="nav">
    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
    <li id="<?php echo...
  42. Replies
    5
    Views
    2,729

    Re: ezpage header css id

    The closing </li> tag also needs to be inside the loop.
  43. Replies
    4
    Views
    1,134

    Re: How do I edit stylesheet to add images???

    Actually you could add images using your stylesheet as long as they are background images. If you wanted one on each side of your logo you would need to add one to both #logo {} and #logoWrapper {}...
  44. Replies
    2
    Views
    526

    Re: Can SSL be bypassed?

    Once again, right you are.
    It just threw me off because at other sites I've been to, if you change the https to http it either throws a page not found error or just refreshes right back to https....
  45. Replies
    2
    Views
    526

    Can SSL be bypassed?

    Hi,
    I am using a private SSL certifcate.
    I've noticed on my website that I can go to the checkout pages from within the store and they have the correct https://address for example:...
  46. Replies
    8
    Views
    16,365

    Re: PayPal API or Payflow Pro?

    After spending sometime on Paypal's website, I did find some more information on the differences between the two.
    Here are the links for anyone else who is interested....
  47. Replies
    8
    Views
    16,365

    Re: PayPal API or Payflow Pro?

    Thanks,
    I am in the US.
    I had actually read that article, but somehow I missed the section at the bottom concerning payflow.
    I also read the information on Paypal's site. There is a lot of...
  48. Replies
    8
    Views
    16,365

    PayPal API or Payflow Pro?

    I'm somewhat confused about which one to use.
    I already have a Paypal website payments pro account that I have been using, But I'm not sure what Payflow Pro is and whether or not I should be using...
  49. Thread: Website Width

    by jwitt98
    Replies
    1
    Views
    773

    Re: Website Width

    try:
    #mainWrapper {
    width: 944px;
    }

    in your stylesheet.css
  50. Re: Category Product name and price don't line up

    2 things are happening here.
    1. your text inside the table cells are aligned in the middle.
    2 the text in the left table column starts with <h3> tags which has margin added by default. The text in...
Results 1 to 50 of 95
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR