Search:

Type: Posts; User: Vood

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2,019
    Views
    431,291

    Re: Super Orders 2.0

    Hello. I'm having a problem with the install. For some reason, SuperOrder link does not appear at all under my Admin>Configuration. I received an error when I ran the sql file. I tried to upload the...
  2. Replies
    2,344
    Views
    567,593

    EZ pages links not working. Please HELP!

    Hello again.
    I'm having a problem that is serious for me. Because of an ad campaign, I need to have this page working and just can't figure out what is going on with it.

    When I link to my home...
  3. Replies
    4
    Views
    1,247

    Re: Can someone please check this code!

    I'm not sure what you mean. Is this something I do in the link code on the tpl_drop_menu.php or from the Admin?
  4. Replies
    4
    Views
    1,247

    Re: Can someone please check this code!

    Forgot to add the code. Woops!

    <?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>

    </ul>
    </li>
    <li class="submenu">
    <a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '',...
  5. Replies
    4
    Views
    1,247

    Can someone please check this code!

    I can't get these EZ pages to appear that I have linked to the dropdown menu bar. Am I doing something wrong? Someone told me to link directly but I think I need to call with PHP from that database....
  6. Replies
    3
    Views
    1,290

    Re: Last line of text cut in half horizontally

    I fixed it. Just had to add a stupid carrage return. Who knew?

    Thanks,
    Vood
  7. Replies
    3
    Views
    1,290

    Re: Last line of text cut in half horizontally

    Interesting that you mention Firefox. I just remembered that, for some reason, I'm unable to see any links from the home page to my EZpages in FireFox. I can see them fine in IE7. I think I ran into...
  8. Replies
    3
    Views
    1,290

    Last line of text cut in half horizontally

    I can't figure out why my last line of text on an EZ page is cut off at the knees.

    https://www.thelotetree.com/shop/index.php?main_page=page&id=2&chapter=0

    Anyone have any ideas?

    Thanks!...
  9. Re: Please help! php syntax needed to call images!

    I was taking a suggestion from another user who posted the following...

    If by relative links you mean php links here is the code to pull your image from your template images folder which is where...
  10. Please help! php syntax needed to call images!

    Can someone please tell me how to get this to work? This should call image from my custom images folder, but I can't seem to get the php part correct. Keep getting errors.

    <center>
    <?php...
  11. Replies
    2
    Views
    888

    Re: How do I make relative link?

    SWEET!!! Exactly what I've been looking for!

    Thanks so much!

    Vood :laugh::laugh:
  12. Replies
    2
    Views
    1,445

    Re: All images have vanished.

    Sorry about the lack of detail above. I used the Developer's Tools to search for the "www.example.com" string and, lo and behold....I found it and changed it. Just to give you an idea of where I am...
  13. Replies
    1
    Views
    1,129

    Re: Fatal error message installing on linux

    Problem resolved. Realized that the "zc" in my path was supposed to say "zc_install" and that, somewhere along the line, it got changed to "zc" because I renamed "zc_install" folder to "zc". Don't...
  14. Replies
    2
    Views
    1,445

    All images have vanished.

    All of my images are still linked from www.example.com instead of my real site address. Where to I change this setting to point to www.thelotetree.com?

    Thanks
  15. Replies
    1
    Views
    1,129

    Fatal error message installing on linux

    I've seen that a few people have had the same errors, but I can't make out a solution from the posts in this forum. They all seem to be slightly different errors that have been given a wide variety...
  16. Replies
    2,344
    Views
    567,593

    Re: CSS Dropdown menu for your header- With Categories!

    Thanks! Worked great. Now, what do I do with the "About Us" link that is showing up under the "Information" heading? I will likely be adding more EZ pages and would like to be able to put them under...
  17. Replies
    2,344
    Views
    567,593

    Re: CSS Dropdown menu for your header- With Categories!

    I have a major problem that I can't figure out. I moved my "About Us" link from the "Information" dropdown to the "Contact Us" dropdown. It works fine in IE7 but nothing drops down in FireFox. I'm...
  18. Replies
    2
    Views
    888

    How do I make relative link?

    I know this is probably a stupid question, but I can't seem to find out what the syntax is for using relative links in zencart. I've been successful with doing the copy and paste thing for linking to...
  19. Re: CSS Floats everything instead of just image & text.

    Sorry, but I'm still working on a local machine. Don't know enough about it to let people in. I think that I figured it out on my own. I've been working from a template contribution and it has some...
  20. Re: CSS Floats everything instead of just image & text.

    Sorry about that. I just typed it quickly. I am using Dreamweaver, so I automatically used the correct syntax. I still can't get it to work. For some reason, there seems to be only an (*) defined in...
  21. CSS Floats everything instead of just image & text.

    I'm trying to align my category image to the left and description text to the right of my center column. I can't get the float or align in css to work on just those elements. For some reason it is...
  22. Replies
    7
    Views
    1,417

    Re: Index New Products... Listing

    I'm looking to manipulate the display of these as well. In fact, I would like to completely disable the "New Products For &#37;s" from the index page. Any help would be greatly appreciated.

    Vood
  23. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    Thanks so much. I found the info I needed. It is a problem specific to the Applezen. Here is the thread to solve this problem. Thanks again.

    Vood
    ...
  24. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    I have also tried to replace the first if statement with the second one to no avail.

    Vood
  25. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    Sorry. I'm not communicating very well. Here is the actual code on the tpl_main_page.php page.

    // the following IF statement can be duplicated/modified as needed to set additional flags
    if...
  26. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    Here is the code as I have it now. There is no effect on the display of the home page.

    // the following IF statement can be duplicated/modified as needed to set additional flags
    if...
  27. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    I'm not sure what you mean by "in both places". I cut the code from the thread you referred me to and pasted it in place of the existing if statement on the tpl_main_page.php. Should I have kept that...
  28. Replies
    13
    Views
    2,921

    Re: Exclude sideboxes from home page only?

    Thanks for the thread ref. but it still isn't working for me. When I replace the code, I'm still seeing the Categories, Reviews and Information boxes on the right side. Sorry to be a pain.

    Vood
  29. Replies
    13
    Views
    2,921

    Exclude sideboxes from home page only?

    I can't seem to find out what the proper code is to insert here.

    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces'))...
  30. Stylesheets are not being read after moveing site.

    I got the book in the mail and decided to start over using the same site structure and software as the book uses. When I copied my backup includes folder into the cart, and realized that it wasn't...
  31. Re: I'm so lost and so tired. Imagemap... please help...

    Relly sorry about that. I'm not an experienced forum user so please forgive my ignorance of protocol. Please feel free to delete this from the forum if it's possible. I will keep adding to the other...
  32. I'm so lost and so tired. Imagemap... please help...

    I have read and studied and searched and tried this and that and I just can't get it to work right. Can someone please tell me how to call in my Category pages with php code from this imagemap HTML...
  33. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    Ok I understand how you set $fr_root, but how do you know to set the $fr_cpath to "index.php?main_page=index&amp;cPath=" and what does this little peice of code say anyway?
    Thanks,

    Vood
  34. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    I fixed it by using an absolute address. I will just have to change it before I upload to the online server. I need to know how to link to my category pages using php tags in the body of my...
  35. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    Here is the code for placing the image....

    <img name="productimagemap"src="../../../../templates/wallet/images/productimagemap.gif" width="650" height="365" border="0" id="productimagemap"...
  36. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    Yes, that is where I put it. I'm using Dreamweaver as my editor so it allows me to "browse" to the image whenever I enter the "src" tag. I don't know what the problem is. I've also been unable to...
  37. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    I just about have everything set up the way I want, thanks to some really great people here.

    I have copied my code from the imagemap on my other home page to the body of the define_main_page.php....
  38. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    That's great! Thanks again. I'm on my way out of the frying pan!!!

    Vood
  39. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    I did that but I used **/ before and /** after. I see that that was the problem. I told you...I'm really new (and a little slow too). Thanks very much.

    By the way. Like your site. Do you make...
  40. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    Ok awsome! I think I'm really messed up on something else.

    When I uncomment the following in tpl_main_page.php....

    * $flag_disable_left = true;<br />

    Everything but my background goes away....
  41. Replies
    17
    Views
    2,393

    Re: Can this be my ZenCart home page?

    In that file, it says to create a directory as follows...

    template/my_template/privacy/ and to put the tpl_main_page.php file there

    My CUSTOM directories are named "wallet".

    I'm...
  42. Replies
    17
    Views
    2,393

    Can this be my ZenCart home page?

    Sorry to be such a pest y'all. I am really struggling with what I'm trying to do because I'm super new to php. I'm pretty ok with HTML and below average with CSS. Anywho, I want my ZenCart 'Home'...
  43. Replies
    7
    Views
    1,336

    Re: Need help with transparent background

    I got it working now. Thanks for the tips and links guys!

    Vood:smile:
  44. Replies
    7
    Views
    1,336

    Re: Need help with transparent background

    Ok, here is what I have so far. I put the following code into my 'stylesheet.css'...

    /* COLUMNS LEFT/ONE RIGHT/TWO */
    #navColumnOneWrapper, #navColumnTwoWrapper {
    margin: auto;
    /* Mozilla...
  45. Replies
    7
    Views
    1,336

    Re: Need help with transparent background

    I guess I don't know how to make a transparent image. It shows as transparent in photoshop and paintshop, but loses its transparency when I save it. What am I doing wrong? Probably not for this forum...
  46. Replies
    7
    Views
    1,336

    Re: Need help with transparent background

    I tried that but must have done something wrong. I created a new image in photoshop and filled the background with the color. Then I set the transparency and exported it to a web-compatible format...
  47. Replies
    7
    Views
    1,336

    Need help with transparent background

    Is there a way to have a background in my left sidebox (whole column) that is a darker color than my body background, yet is transparent so that the body background will show through? I want people...
  48. Replies
    19
    Views
    5,888

    Re: My logo.gif won't display, but old one will...

    I'm less worried about print than getting my shop up and running.
    I'm afraid that if I switch back to the classic, I will loose all of my modifications. I haven't tried the live server yet. I will...
  49. Replies
    19
    Views
    5,888

    Re: My logo.gif won't display, but old one will...

    It's really strange that I'm able to place my banner image as the header background by changing the stylesheet.css, but it won't work in the logo slot. I've decided to go that route to display the...
  50. Replies
    19
    Views
    5,888

    Re: My logo.gif won't display, but old one will...

    I will try that. I'm thinking that it could have something to do with my using a Dreamweaver testsite. I will let you know if I figure it out. Thanks for all your help.

    Vood
Results 1 to 50 of 59
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR