Zen Cart Logo
Forums / Addon Templates / Stirling Grand Responsive Template

Stirling Grand Responsive Template

Views: 141,766

Results 361 to 380 of 527
11 Aug 2014, 9:14 AM
#361
kenleemagic avatar

kenleemagic

New Zenner

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

Stirling Grand Responsive Template

Hi anne,

Can u teach me where i can hide the description & the buy now button in the centerbox product listing Attachment 14387?

11 Aug 2014, 11:24 AM
#362
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

kenleemagic:

Hi anne,

Can u teach me where i can hide the description & the buy now button in the centerbox product listing Attachment 14387?

You can edit the settings in admin--configuration--product listing

Thanks,

Anne

12 Aug 2014, 12:24 PM
#363
kenleemagic avatar

kenleemagic

New Zenner

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

Re: Stirling Grand Responsive Template

Anne, thank you very much!

You are helping me a lot.

can i know is there possible to disable the user agent detection, so that my mobile phone and tablet look exactly like my computer desktop view?

from ken.

12 Aug 2014, 1:56 PM
#364
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

kenleemagic:

Anne, thank you very much!

You are helping me a lot.

can i know is there possible to disable the user agent detection, so that my mobile phone and tablet look exactly like my computer desktop view?

from ken.

I am not certain because I have never tried to do this, but you might need to remove all of the references to the responsive DIY template default in the various files. Or, maybe you could just remove the responsive.css stylesheet.

Thanks,

Anne

12 Aug 2014, 2:48 PM
#366
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

kenleemagic:

Is there any way i can view the mobile phone view and tablet view in my desktop pc?

Hi, you can use the Firefox add-on 'User Agent Switcher' at

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

12 Aug 2014, 2:51 PM
#367
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

kenleemagic:

thanks anne

I try to delete the responsive.css, but it dont work.

Is there any way i can view the mobile phone view and tablet view in my desktop pc?

just like the winchester template :
http://www.zenlyzen.com/responsive-zen-cart-templates/index.php?main_page=index&display_mode=isTablet

so that i can easy edit on it?

Did you try adding this to your url:

index.php?main_page=index&display_mode=isDesktop

Thanks,

Anne

13 Aug 2014, 5:25 AM
#368
kenleemagic avatar

kenleemagic

New Zenner

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

Re: Stirling Grand Responsive Template

Hi anne,

can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?

From ken

13 Aug 2014, 1:17 PM
#369
kenleemagic avatar

kenleemagic

New Zenner

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

Re: Stirling Grand Responsive Template

Anne,

Pls check the private message.

thanks

13 Aug 2014, 1:31 PM
#370
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

kenleemagic:

Hi anne,

can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?

From ken

You need to download the DIY responsive template v 2.1 which this template uses and go through file by file and remove the code. There is no way really to teach you how to do this.

Thanks,

Anne

13 Aug 2014, 3:22 PM
#371
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

kenleemagic:

Hi anne,

can teach me how to delete all the responsive data inside the template?
or is there a code to unable the detection of user agent of a mobile phone or tablet?

From ken

I just remembered that you can turn off the responsive deisgn from the admin--configuration--layout settings. You will need to add the fixed widths back into the template since the onerow-fluid will no longer be active, unless you want the design to be full width.

Thanks,

Anne

13 Aug 2014, 3:29 PM
#372
margecc avatar

margecc

Zen Follower

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
234
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Hi Anne,

Just wondering if you've had a chance to take a look at my earlier post. I don't want to be a pain, however it's the last thing I'm trying to get fixed before launching (whoot whoot!).

22 Aug 2014, 6:36 PM
#373
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:

<ul class="content1" style="display: none;">

tpl_footer_menu.php has come jscript:

<script type="text/javascript">
    $(document).ready(function() {
        jQuery(".content1").hide();
        //toggle the componenet with class msg_body                                                                                                                                                                              
        jQuery(".heading").click(function()
                                 {
                                   jQuery(this).next(".content1").slideToggle(500);
                                   jQuery(this).toggleClass("minus");
                                 });
      });


</script>

Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.

Thanks!

22 Aug 2014, 8:11 PM
#374
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

paul3648:

Can someone please tell me where "content1" is coming from? The html source shows it in the footer menu:

<ul class="content1" style="display: none;">

tpl_footer_menu.php has come jscript:

<script type="text/javascript"> $(document).ready(function() { jQuery(".content1").hide(); //toggle the componenet with class msg_body jQuery(".heading").click(function() { jQuery(this).next(".content1").slideToggle(500); jQuery(this).toggleClass("minus"); }); }); </script>
> Is this generating the class="content1". If so, how can I change the class to something else. It is interfering with the footer menu display in a full browser window.
> 
> Thanks!

If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.

Thanks,

Anne
22 Aug 2014, 10:14 PM
#375
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

If you do a search in admin--tools--developers toolkit for content1 you will find every file that contains it.

Thanks,

Anne

Thanks for that. I had searched through the template files, but of course overlooked the language files.

I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php

Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');

Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">'); 
14 Sep 2014, 11:11 PM
#376
godt avatar

godt

Zen Follower

Join Date:
Mar 2006
Location:
Melbourne, Australia
Posts:
378
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Is there a way to configure the slideshow so that slides fade to change to next?

15 Sep 2014, 1:25 PM
#377
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

paul3648:

Thanks for that. I had searched through the template files, but of course overlooked the language files.

I found it in /includes/languages/english/extra_definitions/stirling_grand/footer_menu_defines.php

Line #27 : Define('CUSTOMER_SERVICE', TITLE_THREE . '<ul class="content1">' . CONTACT . SHIPPING . ABOUT . PRIVACY . CONDITIONS . '</ul>');

Line #28 : Define('IMPORTANT', TITLE_FOUR . '<ul class="content1">');


I am happy that you figured it out ;)

Thanks,

Anne
15 Sep 2014, 1:26 PM
#378
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

godt:

Is there a way to configure the slideshow so that slides fade to change to next?

Yes, I think that this is an options. See this for all of the options and how to implement them:

http://slidesjs.com

Thanks,

Anne

1 Oct 2014, 6:31 PM
#379
margecc avatar

margecc

Zen Follower

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
234
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Good afternoon,

I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)

My website: https://www.valuelogs.com

My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down below the product title I would be thrilled.

Thanks in advance for any help.

1 Oct 2014, 7:16 PM
#380
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

margecc:

Good afternoon,

I think I may have gotten caught in a string of questions by an earlier poster, so at the risk of over posting the same question, I am just going to try and start fresh :)

My website: https://www.valuelogs.com

My question: It only has to do with the responsive site. Currently on iPhones and similar sized display phones the "DETAILS" button is being overlapped by the image. If I could just figure out how to move this down below the product title I would be thrilled.

Thanks in advance for any help.

In the responsive.css file om line 133 remove the  margin-top: -30px; from .product_detail

Thanks,

Anne