Page 29 of 30 FirstFirst ... 1927282930 LastLast
Results 281 to 290 of 297
  1. #281
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    555
    Plugin Contributions
    2

    Default Re: HOW-TO: Image Preparation

    I'm having a problem with unwanted images on my product pages, I think the problem stems from the fact that all my products are based on just 3 main components see below

    40 watt solar panel
    40 watt solar panel and controller
    40 watt solar panel and dual controller

    40 watt free standing solar panel
    40 watt free standing solar panel and controller
    40 watt free standing solar panel and dual controller

    and so on duplicated for the different size of panel so the next sizes would be 60 watt then 80 watt. Would I be better of using the product numbers as the file names rather that the product description or would I still get duplicate images.
    http://www.rvsolarsystems.co.uk/
    zen lightbox installed.
    by the way I've remove all the images for now as it was driving me nuts trying to solve it as I was getting all images that started with 40watt for instance on every product in the 40 watt range
    Last edited by discoverytdi; 13 Jan 2012 at 07:33 PM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  2. #282
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: HOW-TO: Image Preparation

    You need to re-think your image names..

    The Zen Cart FAQs are your friend.. These articles will explain how additional image work in Zen Cart..
    http://tutorials.zen-cart.com/index.php?article=58
    http://tutorials.zen-cart.com/index.php?article=315

    Both of these articles will help you to understand why you are getting the results you have been getting..

    Quote Originally Posted by discoverytdi View Post
    I'm having a problem with unwanted images on my product pages, I think the problem stems from the fact that all my products are based on just 3 main components see below

    40 watt solar panel
    40 watt solar panel and controller
    40 watt solar panel and dual controller

    40 watt free standing solar panel
    40 watt free standing solar panel and controller
    40 watt free standing solar panel and dual controller

    and so on duplicated for the different size of panel so the next sizes would be 60 watt then 80 watt. Would I be better of using the product numbers as the file names rather that the product description or would I still get duplicate images.
    http://www.rvsolarsystems.co.uk/
    zen lightbox installed.
    by the way I've remove all the images for now as it was driving me nuts trying to solve it as I was getting all images that started with 40watt for instance on every product in the 40 watt range
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #283
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    555
    Plugin Contributions
    2

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by DivaVocals View Post
    You need to re-think your image names..

    The Zen Cart FAQs are your friend.. These articles will explain how additional image work in Zen Cart..
    http://tutorials.zen-cart.com/index.php?article=58
    http://tutorials.zen-cart.com/index.php?article=315

    Both of these articles will help you to understand why you are getting the results you have been getting..
    thanks think I've sorted it I've just left the file names my camera created ie 100_1034.jpg, yes there are no descriptions in those names but it's not really a problem for me as my inventory is based on just 3 base products. and I can find any image I need with the thumbnails in file manager during upload.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  4. #284
    Join Date
    Aug 2011
    Location
    Near Ottawa, Ontario, Canada
    Posts
    339
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by discoverytdi View Post
    thanks think I've sorted it I've just left the file names my camera created ie 100_1034.jpg, yes there are no descriptions in those names but it's not really a problem for me as my inventory is based on just 3 base products. and I can find any image I need with the thumbnails in file manager during upload.
    A better solution which I _think_ is widely adobpted is simply using your product model numbers or SKUs + an abreviated description. I'd also suggest not straying from 8.3 filenames.

  5. #285
    Join Date
    Jan 2011
    Posts
    291
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    how do i manipulate the enlarge image popup? in version 1.3.9 my images are not visible when you click enlarge image unless you manually drag the popup box to a larger size??? I search the thread and could not find the answer.

    http://www.airtightsecurityplus.com

  6. #286
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by slater555 View Post
    how do i manipulate the enlarge image popup? in version 1.3.9 my images are not visible when you click enlarge image unless you manually drag the popup box to a larger size??? I search the thread and could not find the answer.

    http://www.airtightsecurityplus.com
    Your question is off topic for this thread (which is regarding image preparation/optimization). I suggest creating a new thread in the forum and ask your question there..
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #287
    Join Date
    Feb 2009
    Location
    London
    Posts
    24
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Hello, I'm using Zen v.1.5.0

    Having problems with pop-up. Here's the changes settings I've made in my file:
    PHP Code:
    <script language="javascript" type="text/javascript"><!--
    function 
    popupWindow(url) {
      
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=600,height=2000,screenX=250,screenY=250,top=250,left=250')
    }
    function 
    popupWindowPrice(url) {
      
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=150,screenY=150,top=150,left=150')
    }
    //--></script> 
    Here's my website: http://shopforhealthandbeauty.co.uk/...&products_id=2

    If you click on the image, it does display the _LRG image correctly, but the pop-up window looks weird. Whats up with the margin on top and left? And I still have to drag the window to see the full image. What am I doing wrong?

  8. #288
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by Elvira View Post
    Hello, I'm using Zen v.1.5.0

    Having problems with pop-up. Here's the changes settings I've made in my file:
    PHP Code:
    <script language="javascript" type="text/javascript"><!--
    function 
    popupWindow(url) {
      
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=600,height=2000,screenX=250,screenY=250,top=250,left=250')
    }
    function 
    popupWindowPrice(url) {
      
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=150,screenY=150,top=150,left=150')
    }
    //--></script> 
    Here's my website: http://shopforhealthandbeauty.co.uk/...&products_id=2

    If you click on the image, it does display the _LRG image correctly, but the pop-up window looks weird. Whats up with the margin on top and left? And I still have to drag the window to see the full image. What am I doing wrong?
    Your question is off topic for this thread.. Your question is regarding issues with the pop-up window, and this thread is regarding image preparation/optimization. (See page 1 of this thread: http://www.zen-cart.com/forum/showpo...70&postcount=1)

    I suggest creating a new thread in the forum and ask your question there..
    Last edited by DivaVocals; 2 Mar 2012 at 09:00 PM.
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #289
    Join Date
    Feb 2009
    Location
    London
    Posts
    24
    Plugin Contributions
    0

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by DivaVocals View Post
    Your question is off topic for this thread.. Your question is regarding issues with the pop-up window, and this thread is regarding image preparation/optimization. (See page 1 of this thread: http://www.zen-cart.com/forum/showpo...70&postcount=1)

    I suggest creating a new thread in the forum and ask your question there..
    I took all the info regarding the pop-up from this thread. This is the quote from the first post:

    As mentioned earlier, you can’t set the dimensions of the large image in ZC – not in 1.2.1d anyway – but it will display at the dimensions you upload it, although you may have to tweak the javascript file for the pop-up window to open at the size you want. The file you need to edit is /includes/modules/pages/product_info/jscript_main.php. In the function popupWindow(url) change width= and height= to your sizes. (You can also decide whether or not you want scrollbars by setting scrollbars=no or scrollbars=yes.) Then save the file to includes/modules/YOUR_TEMPLATE/pages/product_info/
    If you read ALL the posts in this thread, like I did all morning today, you'd see a lot of people discussing large image pop-up. It has been discussed here extensively. So, on the subject - anyone?

  10. #290
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,969
    Plugin Contributions
    27

    Default Re: HOW-TO: Image Preparation

    Quote Originally Posted by Elvira View Post
    I took all the info regarding the pop-up from this thread. This is the quote from the first post:



    If you read ALL the posts in this thread, like I did all morning today, you'd see a lot of people discussing large image pop-up. It has been discussed here extensively. So, on the subject - anyone?
    The fact that other people conducted a similar off topic discussion on this thread doesn't make your post any more ON TOPIC..
    But you carry on.
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 29 of 30 FirstFirst ... 1927282930 LastLast

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
  •