Page 17 of 53 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 527
  1. #161
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,300
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by Advisers Australia View Post
    Hi

    I want to change the text of the Checkout Success page.

    Thank you for shopping. Please click the Log Off link to ensure that your receipt and purchase information is not visible to the next person using this computer.

    I have been looking using the developers tools in admin etc but I cannot find the relevant file.

    Thanks for your help.

    Justin

    includes\languages\english\checkout_success.php

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by simon1066 View Post
    Actually, there is already a home button on the @media (min-width:768px) and (max-width:979px) display - it's just been hidden.

    In the @media (min-width:768px) and (max-width:979px) section of responsive.css find

    .m-home

    and remove it. There should now be a home icon in the mega menu.

    Some further css edits might be required to position it correctly.
    Yes, this is correct ;)

    Thanks,

    Anne

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by simon1066 View Post
    includes\languages\english\checkout_success.php
    Don't forget to create an override for this file and edit the override file, not the core file.

    Thanks,

    Anne

  4. #164
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    I have set Admin to display Page Parse times and to display IP address in footer but nothing displays.

    View Page Source indicates the data is present but not displayed.

    Any suggestions on how/why the data is not being displayed & a solution?
    ==============================================

    TOP button floats under instead of over the centerbox in some responsive widths.

    Suggestions?

    ==============================================

    Still working on the HOME tab for the 768-979px widths. Home icon does not stay with the continuity of the theme. Search box could be sacrificed to gain horizontal space if necessary.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  5. #165
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Stirling Grand Responsive Template

    Check your templates and overrides on the tpl_main_page.php ... do you see the code for:
    Code:
    <!--bof- parse time display -->
    <?php
      if (DISPLAY_PAGE_PARSE_TIME == 'true') {
    ?>
    <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div>
    <?php
      }
    ?>
    <!--eof- parse time display -->
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #166
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Stirling Grand Responsive Template

    NOTE: I see it on all pages for srevaewniahc . info ... just hit CTRL A as its color is grey like the background ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by RixStix View Post
    I have set Admin to display Page Parse times and to display IP address in footer but nothing displays.

    View Page Source indicates the data is present but not displayed.

    Any suggestions on how/why the data is not being displayed & a solution?
    ==============================================

    TOP button floats under instead of over the centerbox in some responsive widths.

    Suggestions?

    ==============================================

    Still working on the HOME tab for the 768-979px widths. Home icon does not stay with the continuity of the theme. Search box could be sacrificed to gain horizontal space if necessary.
    For the footer ip address add #siteinfoIP{color:#fff;} to the bottom of the stylesheet_footer_menu.css file. If you want the page parse times to display you will need to add another class onto the <div class="smallText center"> and then add the color:#fff; style to the stylesheet_footer_menu.css file.

    Use the responsive.css file to add a different z-index to your back to top button if you need to. I think that you'll find that at all standard widths the z-index is correct. There is really no need to obsess about the 'in between' widths.

    At the smaller widths, the search bar in the header is hidden.

    It looks to me like you have broken the responsiveness of the template at the smaller widths--there is a horizontal scroll bar.

    Thanks,

    Anne

  8. #168
    Join Date
    Aug 2006
    Posts
    134
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    For the footer ip address add #siteinfoIP{color:#fff;} to the bottom of the stylesheet_footer_menu.css file.
    To keep the text colour the same as the rest I used - #siteinfoIP{color:#A0A0A0;}

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

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by pewe View Post
    To keep the text colour the same as the rest I used - #siteinfoIP{color:#A0A0A0;}
    Yes, that is perfect

    Thanks,

    Anne

  10. #170
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    For the footer ip address add #siteinfoIP{color:#fff;} to the bottom of the stylesheet_footer_menu.css file. If you want the page parse times to display you will need to add another class onto the <div class="smallText center"> and then add the color:#fff; style to the stylesheet_footer_menu.css file.
    TNX. I'll work on that.

    Quote Originally Posted by picaflor-azul View Post
    Use the responsive.css file to add a different z-index to your back to top button if you need to. I think that you'll find that at all standard widths the z-index is correct. There is really no need to obsess about the 'in between' widths.
    TNX. I'll play with that. My logic had not considered 800px to be an "In between" width since 7", 8" and 10" Samsung Galaxy Tabs are in the
    @media (min-width:768px) and (max-width:979px) range. My generic 7" Android also uses that range.

    Quote Originally Posted by picaflor-azul View Post
    It looks to me like you have broken the responsiveness of the template at the smaller widths--there is a horizontal scroll bar.
    TNX. I never noticed that but I restored the CSS files from the original template files yesterday after a mistake. I'll look at the other template files that may have been touched after I finish snow removal this afternoon. EDIT: Must be something in the setup since a compare of all files to the template files indicate all files identical. I must have missed something in following the step by step setup.

    I really appreciate all that you've done to embrace and enhance the responsive template choices available.
    Last edited by RixStix; 29 Jan 2014 at 10:37 PM.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 
Page 17 of 53 FirstFirst ... 7151617181927 ... 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