Page 20 of 96 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 953
  1. #191
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Here it is again:

    What am I doing wrong?

    I am following the directions for the install, and I am at the "Add Your Images and Links" section. The point where it states to clink on Tools -> Banner Manager. Then it states to "Click on any of the banners in the "homepageslide" banner group."

    Well, none exist. It is the old banner items from the original Zen Cart.

    What is the fix for this?

    Thank you.

  2. #192
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Responsive

    Quote Originally Posted by KNERD View Post
    Here it is again:
    If you post a link to your site I can take a look. Also, be sure to include your question again so that all information is at hand.

    Thanks,

    Anne

  3. #193
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    I also did that before also but here is is again:

    http://bikini.netservisity.com/

    Just a test site I am messing around with
    What am I doing wrong?

    I am following the directions for the install, and I am at the "Add Your Images and Links" section. The point where it states to clink on Tools -> Banner Manager. Then it states to "Click on any of the banners in the "homepageslide" banner group."

    Well, none exist. It is the old banner items from the original Zen Cart.

    What is the fix for this?

    Thank you.

  4. #194
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Winchester Responsive

    Quote Originally Posted by KNERD View Post
    I also did that before also but here is is again:

    http://bikini.netservisity.com/

    Just a test site I am messing around with
    You must be looking in the wrong place because I see the banners installed on your cart.

    Thanks,

    Anne

  5. #195
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    I did not say the banners are missing.

    I am following the directions for the install, and I am at the "Add Your Images and Links" section. The point where it states to clink on Tools -> Banner Manager. Then it states to "Click on any of the banners in the "homepageslide" banner group."

    Well, none exist. It is the old banner items from the original Zen Cart.

    This does NOT look like the image in your instruction guide.

    Name:  banner.jpg
Views: 274
Size:  42.5 KB
    Last edited by KNERD; 7 Jul 2014 at 07:53 PM.

  6. #196
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Winchester Responsive

    Quote Originally Posted by KNERD View Post
    I did not say the banners are missing.




    This does NOT look like the image in your instruction guide.

    Name:  banner.jpg
Views: 274
Size:  42.5 KB
    Err, I can see the banner group in your screenshot. Second column from left "homepageslide". If that is not what you mean then could you re-pose your question in greater depth. Cheers

  7. #197
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Thanks for clearing that up. It seems my brain on occasions will be looking right at something and still can't see it in front of me

  8. #198
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Winchester Responsive

    Quote Originally Posted by KNERD View Post
    Thanks for clearing that up. It seems my brain on occasions will be looking right at something and still can't see it in front of me
    Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?'

  9. #199
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Winchester Responsive

    Quote Originally Posted by picandnix View Post
    Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?'
    **LOL** ME TOO!!!
    My Site - Zen Cart & WordPress integration specialist
    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.

  10. #200
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    For the youtube videos, you will either add a custom field to the product info page, or you can install one of the youtube plugins and then add that code to another tab in the includes/templates/winchester_responsive/templates/tpl_product_info_display.php file. Now, looking at the file. You will add the name of your tab to the list:

    Code:
                <ul class="resp-tabs-list">
                    <li><?php echo HEADER_TITLE_DESCRIPTION; ?></li>
                    <li><?php echo HEADER_TITLE_DETAILS; ?></li>
                    <li><?php echo HEADER_TITLE_REVIEWS; ?></li>
                    <li>
     <?php
    //You will have to change 'SHOW_BANNERS_GROUP_SET9' for each different group you added to display the proper banners
    if (SHOW_BANNERS_GROUP_SETCUSTOMTAB != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETCUSTOMTAB)) 
        {
        if ($banner->RecordCount() > 0) 
            {
               echo $banner->fields['banners_title'];
            }
        }?> 
    </li>
                </ul>
    and then your tab code between <div> and </div>

    The easiest way to center the product image would be to remove the "back" class on the #productMainImage div ;)


    Thanks,

    Anne

    In a word, Anne: Perfect!! Thank you

 

 
Page 20 of 96 FirstFirst ... 1018192021223070 ... LastLast

Similar Threads

  1. v154 Winchester Black Responsive Template
    By picaflor-azul in forum Addon Templates
    Replies: 497
    Last Post: 24 Apr 2023, 09:29 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR