Page 38 of 53 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 527
  1. #371
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by kenleemagic View Post
    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

  2. #372
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default 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!).
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  3. #373
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

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

    Code:
    <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!

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by paul3648 View Post
    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:

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

  5. #375
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    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

    Code:
    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">');

  6. #376
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

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

  7. #377
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by paul3648 View Post
    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

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

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by godt View Post
    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

  9. #379
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default 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: 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.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  10. #380
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by margecc View Post
    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: 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

 

 
Page 38 of 53 FirstFirst ... 28363738394048 ... LastLast

Similar Threads

  1. Responsive All Business Template
    By picaflor-azul in forum Addon Templates
    Replies: 392
    Last Post: 3 Oct 2019, 05:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 AM
  4. Stirling Grand Template blank product info page
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2014, 04:38 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