Zen Cart Logo
Forums / Addon Templates / Winchester Responsive

Winchester Responsive

Views: 443,034

Results 181 to 200 of 953
6 Jul 2014, 5:34 PM
#181
rixstix avatar

rixstix

Totally Zenned

Join Date:
Aug 2009
Location:
North Idaho, USA
Posts:
2,015
Plugin Contributions:
0

Winchester Responsive

picandnix:

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
.slide-out-div display:none;}


How about this :smile:

.slide-out-div [B]{[/B]display:none;}

6 Jul 2014, 5:55 PM
#182
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Winchester Responsive

RixStix:

How about this :smile:

.slide-out-div [B]{[/B]display:none;}


PMSL, did I mention that I had a late night last night?  :blush:

thanks mate :cheers:
6 Jul 2014, 10:18 PM
#183
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

picandnix:

PMSL, did I mention that I had a late night last night? :blush:

thanks mate :cheers:

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

7 Jul 2014, 12:31 AM
#184
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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 :smile:

Thanks,

Anne

7 Jul 2014, 4:30 AM
#185
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

So then that will fix my issue?

7 Jul 2014, 12:40 PM
#186
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

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 Jul 2014, 1:25 PM
#187
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

KNERD:

So then that will fix my issue?

What issue?

Thanks,

Anne

7 Jul 2014, 1:58 PM
#188
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

picandnix:

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:

            <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

7 Jul 2014, 5:20 PM
#189
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

Re: Winchester Responsive

picaflor-azul:

What issue?

Thanks,

Anne

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

7 Jul 2014, 6:09 PM
#190
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

KNERD:

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

7 Jul 2014, 6:14 PM
#191
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

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.

7 Jul 2014, 6:24 PM
#192
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

KNERD:

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

7 Jul 2014, 6:26 PM
#193
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

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.

7 Jul 2014, 6:39 PM
#194
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Winchester Responsive

KNERD:

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

7 Jul 2014, 6:49 PM
#195
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

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.

Attachment 14252

7 Jul 2014, 7:16 PM
#196
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Winchester Responsive

KNERD:

I did not say the banners are missing.

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

Attachment 14252

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 Jul 2014, 7:31 PM
#197
knerd avatar

knerd

New Zenner

Join Date:
Jul 2014
Location:
USA
Posts:
10
Plugin Contributions:
0

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

7 Jul 2014, 8:07 PM
#198
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Winchester Responsive

KNERD:

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?' :rotflmao:

7 Jul 2014, 8:07 PM
#199
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Winchester Responsive

picandnix:

Phew, I'm glad that got you sorted, I was struggling to find words to politely say 'what the hell you on about?' :rotflmao:

LOL:laugh: ME TOO!!!

7 Jul 2014, 8:09 PM
#200
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Winchester Responsive

picaflor-azul:

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:

        <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 :hug: