Page 19 of 96 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 953
  1. #181
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Winchester Responsive

    Quote Originally Posted by picandnix View Post
    I'm sure I read it late last night but maybe my mind was playing tricks...
    How does one disable the left slide out please? I tried by adding
    PHP Code:
    .slide-out-div display:none;} 
    to the stylesheet.css but to no avail.
    How about this

    Code:
    .slide-out-div {display:none;}
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #182
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Winchester Responsive

    Quote Originally Posted by RixStix View Post
    How about this

    Code:
    .slide-out-div {display:none;}
    PMSL, did I mention that I had a late night last night?

    thanks mate

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

    Default Re: Winchester Responsive

    Quote Originally Posted by picandnix View Post
    PMSL, did I mention that I had a late night last night?

    thanks mate
    Lol ;) You can also remove the slide out code from the bottom of the tpl_main_page.php file if you want to remove it permanently.

    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    I just submitted an update that is pending approval which fixes a bug in the auto installer so now the template package is fully compatible with version 1.5.3

    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    So then that will fix my issue?

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

    Default Re: Winchester Responsive

    Hi Anne.

    A couple of questions if I may please?
    Firstly, a site that I have just started work on daisy dubois dot co dot uk on the product info page, my product image is not aligned centre to the grey background box, on your demo it (naturally) is. So I've done something wrong, a bad merge perhaps? I've compared my stylesheet to the packaged stylesheet, no variances.

    Secondly, my client plans on creating a few youtube videos and would like to be able to embed and display them (per product) on the product info page in the Custom Tab. Is that possible please? I can of course add one video by adding the embed code via the banner manager, but of course it then displays the same video on all products.

    Thank you very much in advance

  7. #187
    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
    So then that will fix my issue?
    What issue?

    Thanks,

    Anne

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

    Default Re: Winchester Responsive

    Quote Originally Posted by picandnix View Post
    Hi Anne.

    A couple of questions if I may please?
    Firstly, a site that I have just started work on daisy dubois dot co dot uk on the product info page, my product image is not aligned centre to the grey background box, on your demo it (naturally) is. So I've done something wrong, a bad merge perhaps? I've compared my stylesheet to the packaged stylesheet, no variances.

    Secondly, my client plans on creating a few youtube videos and would like to be able to embed and display them (per product) on the product info page in the Custom Tab. Is that possible please? I can of course add one video by adding the embed code via the banner manager, but of course it then displays the same video on all products.

    Thank you very much in advance
    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

  9. #189
    Join Date
    Jul 2014
    Location
    USA
    Posts
    10
    Plugin Contributions
    0

    Default Re: Winchester Responsive

    Quote Originally Posted by picaflor-azul View Post
    What issue?

    Thanks,

    Anne

    The issue I posted about in the page previous to this one

  10. #190
    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
    The issue I posted about in the page previous to this one
    If you post your question again I can take a look.

    Thanks,

    Anne

 

 
Page 19 of 96 FirstFirst ... 917181920212969 ... 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