Search:

Type: Posts; User: wasana

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,125

    Re: issue with scrolling image gallery

    a "do over" is certainly warranted.

    I'd just start from scratch. don't cut and paste anything... paths are always a problem and with scripts an errant comma or period can stop it before it starts
  2. Replies
    5
    Views
    1,125

    Re: issue with scrolling image gallery

    are you missing commas at the end of each line for the images? (except the last one)

    imagearray: [
    ["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when...
  3. Re: Disable Columns with tpl_main_page.php - help please

    Brilliant, thanks

    so, for those that are interested, I have left column disabled on my home page, and on checkout and login pages

    includes\templates\CUSTOM\common\tpl_main_page.php

    located...
  4. Re: Disable Columns with tpl_main_page.php - help please

    Hi -

    Just want to hide the column on the index page. (and the cart pages)

    Thanks
  5. Disable Columns with tpl_main_page.php - help please

    I edited tpl_main_page.php to disable display of columns and it worked too well


    if (in_array($current_page_base,explode(",",'login,checkout,shopping_cart,index')) ) {
    $flag_disable_left =...
  6. Replies
    2
    Views
    1,048

    Re: Plimus - anyone use with Zencart?

    Plimus can be a bit obscure in their offer, but their strengths are affiliate management, as well as liberal payment gateway policy.

    based in US, well established for software selling.
    ...
  7. Re: Move navMainWrapper next to LogoWrapper, not below

    unfortunately this is not giving me what I want for navCatTabs, these are not centering on the page, like they would if used absolute positioning navMainWrapper. but with absolute I can't get float...
  8. Re: Move navMainWrapper next to LogoWrapper, not below

    #navMainWrapper{

    width: 50%;
    position:relative;
    bottom:30px;
    float:right;

    }

    and to push search box up above nav
  9. Move navMainWrapper next to LogoWrapper, not below

    zc 3.9 / classic (customized) / localhost (no URL)

    Any ideas how to move navMainWrapper to display next to LogoWrapper?

    I thought I'd play with floats but when commenting out
    ...
  10. Replies
    2
    Views
    1,048

    Plimus - anyone use with Zencart?

    I was sort of surprised to see only one thread regarding integrating ZC with Plimus. And that one went unanswered.

    Has anyone used Plimus with Zencart?
  11. Replies
    4
    Views
    1,405

    Re: Alignment for Add to Cart making me crazy!

    the box and the button have a bottom margin

    form, select, input {stylesheet_new.cs... (line 113)
    font-size:0.9em;
    margin:0.2em 0.2em 10px;

    if you change it you'll probably get something...
  12. Re: Banner Views and Clicks - tenfold (10X) increase overnight

    Partially resolved...sort of...

    Been getting spammed by Chinese (red capitalists) - not sure if automated software or a room full of people pounding away at keyboards but they are asking questions...
  13. Banner Views and Clicks - tenfold (10X) increase overnight

    Maybe I shouldn't complain - but the mystery remains...

    I'm seeing a tenfold increase in Banner Ad views and clicks - from the average.

    Is there a robot/spider/worm or other THREAT that would...
  14. Replies
    30
    Views
    17,035

    Re: Why won't Flash using XML file load images?

    I humbly thank you. Will do the changes in the next day or two. Seems so simple when explained like that...

    One of the downfalls of the scrolling sideboxes (jscript not flash) for featured or...
  15. Replies
    30
    Views
    17,035

    Re: Why won't Flash using XML file load images?

    thanks DaveWest, however what you are talking about is beyond me. I do agree that flash using php to pull images from mysql (a flash movie of featured or special products for example) would be very...
  16. Replies
    30
    Views
    17,035

    Re: Why won't Flash using XML file load images?

    thanks Dr. -

    url: www.elephantrealestate.com

    the location will be obvious - there is a big gaping hole where the flash movie should be...:laugh: what is weird is that buttons display but...
  17. Replies
    30
    Views
    17,035

    Re: Why won't Flash using XML file load images?

    thanks Doc, that's what I thought too - I put copies of the images in several locations hoping it would find it. not so.

    My fear was you were going to say that ZenCart won't allow Flash swf to...
  18. Replies
    30
    Views
    17,035

    Why won't Flash using XML file load images?

    If I can get flash swf to display, why can't I get images called from an XML file to load?

    Location - path ?

    Dimensions ?

    Suggestions? Explanations?
    ...
  19. Replies
    1
    Views
    1,191

    Download Products - Out of Stock

    My site has both download and physical products that need to track stock.

    I had a downloadable test product that worked fine.

    I added a products with attributes for different downloads.
    ...
  20. Replies
    1,164
    Views
    279,766

    Re: Newsletter-Only Subscriptions TYPO Line 20

    I used Firefox with FIREBUG add-on to identify what the warning box html and css were/are. looks like maybe


    <div class="messageStackError larger">
    and from the stylesheet:

    ...
  21. Re: Improved Attributes Controller

    far too easy :yes:

    thanks
  22. Re: Improved Attributes Controller - download problem

    Trying to download the contribution but only one file arriving - attributes_controller.php - there should more to it than that, right? no folders, no install.txt.... four tries

    :huh:
  23. Replies
    0
    Views
    862

    Suggestion for Photography Sites...?

    Galleries - Singapores - Lightboxes .... Stop right there!

    What do you think is the best solution for creating a short-list of product (images to download) that prospective buyers can add as they...
  24. Replies
    569
    Views
    225,179

    Re: How do EZ-Pages work?

    if anybody was wondering about the answer to my bonehead question....

    you need a complete path back to the ez page... otherwise Dreamweaver was just tagging the link to the original URL...

    if...
  25. Replies
    2
    Views
    1,404

    Re: I broke it I know not where More Info Sidebox

    sir, you remain my much appreciated hero.

    if it weren't for the 1 and a half of wasted fruitless investigation this would actually be funny...

    thanks

    :cry:
  26. Replies
    2
    Views
    1,404

    I broke it I know not where More Info Sidebox

    Is it a permissions issue? More Information Sidebox NOT displaying - the standard define pages (site map, gift cert FAQ, privacy, etc) even though they are turned on in...
  27. Center Box display row column SNAFU (float?)

    After making many changes I've suddenly discovered that my center boxes for New - Featured - Specials align properly in rows in FF but in IE the images display as a single column.

    I think this...
  28. Replies
    42
    Views
    12,048

    Re: Showing subcategories on the index page

    to limit display to first level of subcategories and not to display products ---

    the tip to "set the $max_level variable" in classes/category_list.php

    didn't work for me, but did provide some...
  29. Replies
    569
    Views
    225,179

    Re: How do EZ-Pages work?

    new question. probably asked and answered but can't find

    "top of page" links?

    Using Dreamweaver I've inserted html to link an image in EZ-page to the top of the page - using both a named...
  30. Replies
    1
    Views
    1,058

    EZpages EZ-Pages - one page for TOC for all

    How do you create an EZ page to display a table of contents for all chapters and pages?

    Please don't point me to FAQ or a thread with twenty different questions - and please please don't answer...
  31. Replies
    17
    Views
    4,421

    Re: result filter - how to remove?

    just wait for it....

    ...wait for it.....

    ...not now.... you'll just have to wait for it....

    not a simple code addition...
  32. Re: where do i put meta description for the index page?

    well it helps to include all the code including:
    define('META_TAG_TITLE', 'This is Your Title Tag for the Home Page ');

    :P:blush::blink::wacko: :yes:
  33. Re: where do i put meta description for the index page?

    thanks for the contribution and explanations -

    I edited the includes/modules/meta_tags.php file and got the keyword and description I wanted but now the page title (displayed on the browser tab...
  34. Replies
    17
    Views
    4,421

    Re: result filter - how to remove?

    Thanks Ajeh - I'll try to play with the code to get what I need. In the balance of things you're still maintaining a lead toward the good :hug:
  35. Replies
    17
    Views
    4,421

    Re: result filter - how to remove?

    Almost submitted a bug report but thought I might post here to see what happens.

    I've got a problem in admin/config/product_listing with turning off

    Display Product Listing Alpha Sorter...
  36. Replies
    10
    Views
    5,334

    Re: Automate generating PDF catalog

    I just produced this error message when trying to generate pdf catalogue... zc1.3.7.1 -with IH2 (I tried to reset 'IH resize image' to no still go error)- this is a 'showroom' site without...
  37. Replies
    1,193
    Views
    220,299

    Re: Tabbed Products ''LITE'' version - Delimiter based

    thanks qhome -

    I did


    but nothing seemed to have changed. so I used Firebug to inspect the section and it showed that a <br class="clearBoth"/> was still there. (I cleared cache etc)

    So I...
  38. Replies
    1,193
    Views
    220,299

    Re: Tabbed Products ''LITE'' version - Delimiter based

    I'm stumped --

    I know its in this thread many times - even just a couple posts back but I can't seem to get the product description to go up beside the image. qhome even suggested that was...
  39. Re: Simple manufacturer list to replace scrolling list - add-on now available

    Hi - I am pleased to announce that the problem is coming from another contributed sidebox. Once I diagnose whether I did it in edits or it came from them I'll let that forum know.

    Thanks for the...
  40. Re: Simple manufacturer list to replace scrolling list - add-on now available

    Thanks Kuroi -

    nuts and bolts understanding of CSS coming together thanks to you.
    ---
    I'm not sure what you mean by

    could one of the other contributed sideboxes be impacting this sidebox? ...
  41. Re: Simple manufacturer list to replace scrolling list - add-on now available

    the box header has become possessed with a link...

    the header links to product info pages that seem to be whatever the previously visited product was - but not presenting as the manufacturer's...
  42. Manufacturer Info Sidebox to Single Column Center Box?

    I've been trying to get the manufacturer info sidebox to display in the center column rather than as a sidebox. I'm not sure if it is designed to do that or not.

    I have confirmed that the product...
  43. Re: Simple manufacturer list to replace scrolling list - add-on now available

    oh aged yet wise...

    I read somewhere long ago about where/how to set the starting em but it has been lost to me. Reason I went with px is because I was so frustrated changing CSS without really...
  44. Re: Simple manufacturer list to replace scrolling list - add-on now available

    I added a little bit of left padding and now things align nicely and look the same in both FF - IE... just to take up forum space I've included a snip from my stylesheet -- I want to make the text in...
  45. Re: Simple manufacturer list to replace scrolling list - add-on now available

    this appears to be due to padding (it is left justified but offset rather than centered).

    I can't seem to track down the source of the pad or margin though.
  46. Re: Simple manufacturer list to replace scrolling list - add-on now available

    Once again it's IE causing pain (spelled AAIIIIIEEE!)

    Thanks Kuroi a very useful contribution - I'm having trouble getting CSS to apply to the box however...

    the edit you provided in the readme...
  47. Replies
    3
    Views
    8,066

    Re: element.style mystery css ( cross sell snafu in IE)

    thanks - that was what i had been thinking - I searched for 100% in the cross-sell related PHP files but that 100"%" is generated...

    in xsell_products.php I found the code that generates it

    of...
  48. Replies
    3
    Views
    8,066

    element.style mystery css

    of course it is another 'looks fine in Firefox but messed up in InternetExploded'.... I know this might be tough to answer without a URL (localhost) but I thought maybe someone has experience with...
  49. Replies
    2
    Views
    978

    Re: Sidebox size and alignment FF vs. IE

    asked and answered...sometimes its the simplest things

    admin/configuration/layout_settings - just make sure that column width-right and column width-right boxes are the same...

    Firefox :clap:...
  50. Replies
    2
    Views
    978

    Sidebox size and alignment FF vs. IE

    I have a variety of standard and contributed sideboxes displaying in my rightcolumn - in FF everything looks fine with the boxes centered and sized the same; however in IE the boxes are different...
Results 1 to 50 of 199
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR