Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2007
    Posts
    28
    Plugin Contributions
    0

    Default Additional Pictures - Help

    I have crated my golf site - www.midlandgolf.org.uk. I have added additional pictures to some of my products, but they always appear at the bottom of the page. How do I move them up the page.
    Here is the link to one of the pages I need help with
    https://vault1.secured-url.com/midla...products_id=71

    Thanks in advance

    neil

    PS, If there is anything you see on my site I could improve please tell me as I am VERY new to Zen Cart

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Additional Pictures - Help

    You would go to the copy of templates/tpl_product_info_display.php in your templates folder (creating on if you don't already have on there), then grab the following block of code and move it to wherever you think it would be more appropriately located
    PHP Code:
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: Additional Pictures - Help

    I see a couple things wrong with your site. First your header image is 905 px wide but your mainwrapper is set to
    width: 750px;

    Blows your site out on the right side. Either reduce the header image width or increase your wrapper width. It is best to reduce header image to 750px.
    Once that is done you may need to move your product description below those images as that my blow you out also.
    Next your whole site is in SSL. Search engines don't like listing a SSL cloaked site. You will suffer ratings. change your configure.php file

    define('HTTP_SERVER', 'http://www.you.com');
    define('HTTPS_SERVER', 'https://www.you.com');
    Admin configure.php needs to be changed also.

    Quote Originally Posted by neddie View Post
    I have crated my golf site - www.midlandgolf.org.uk. I

    PS, If there is anything you see on my site I could improve please tell me as I am VERY new to Zen Cart

  4. #4
    Join Date
    Aug 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: Additional Pictures - Help

    I'm sure where to find the header sizing. You say down size from 905px to 750 px but I don't know where in the admin it is. I am still struggling with the additional pics, is the option given the only one I can use.
    One more can you put videos on each listing?

    Thanks

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Additional Pictures - Help

    usernameone is actually suggesting two options:
    1. increase the width of your mainWrapper which you can do in the stylesheet OR
    2. reduce the size of your header image, which you would do in image editing software

    You could insert video images into your product information but it would require programming and since you haven't said what type of video images you're interested in, it's not possible to be more specific than that.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Aug 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: Additional Pictures - Help

    Thanks for your support
    I tried the second one, changed to 757px and nothing really happend.
    I am really new to this, where do I find the stylesheet?
    The company that set the site up have given me the FTP so I can upload extra pics, but being new I haven't got a clue where it all is?
    I tried to use the code for the images but got no where. There are lots of things I'd like to add like a golf game and scrolling pics of my products but don't know where to start.
    Is there a beginners site?

 

 

Similar Threads

  1. additional pictures problem !
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Nov 2011, 11:38 PM
  2. Moving Additional Pictures
    By valansi in forum Templates, Stylesheets, Page Layout
    Replies: 36
    Last Post: 7 May 2011, 04:28 AM
  3. Cant move additional pictures, add to cart & size, help!!!
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Oct 2008, 08:17 AM
  4. Additional Pictures for my product?
    By ohmslaw in forum General Questions
    Replies: 2
    Last Post: 22 Jan 2008, 03:03 PM
  5. problem additional pictures
    By fcegarra in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 20 Oct 2007, 01:31 PM

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