Page 16 of 53 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 527
  1. #151
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    http:// srevaewniahc . info

    Path to product:

    SHOP:JumpringsMetric:Sterling

    Same results
    Desktop resized width to 800 +/-
    GalaxyTab3 8" portrait orientation
    Generic Android 7" tablet landscape orientation
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #152
    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
    http:// srevaewniahc . info

    Path to product:

    SHOP:JumpringsMetric:Sterling

    Same results
    Desktop resized width to 800 +/-
    GalaxyTab3 8" portrait orientation
    Generic Android 7" tablet landscape orientation
    The site is currently down for maintenance so I can not take a look.

    This free template package has not been tested on the GalaxyTab3 8", or Generic Android 7" tablet. It has been tested for the following:

    Tested on the iPhone 5 with Mobile Safari 6.0; iPad 4 with Mobile Safari 6.0; Windows Phone 8 with IE10 Mobile; Blackberry Bold 9900 with Blackberry Browser 9900; and Android Nexus 4 with Chrome Mobile 18, Dolphin Mobile 9.3, Firefox Mobile 19, Marathon Mobile 4, Opera Mobile 12, Sleipnir Mobile 2.9

    For other devices not on the list of those tested, you may need to add rules to the responsive.css file.

    Thanks,

    Anne

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

    Default Re: Stirling Grand Responsive Template

    [FONT=Times New Roman]I'm sorry that I confused matters by stating the tablets.

    It's out of maintenance mode now. That was an OOPS.

    Desktop: Varying screen widths: you can see the steps when narrowing the display.
    [/FONT]
    Website Maintenance RED banner causes vertical alignment issues in header area when turned on.
    [FONT=Times New Roman]
    In the 800 px range, the issue that I described occurs regardless of device, [/FONT]
    Desktop: Firefox 26.0 Windows 7
    Desktop: Chrome [COLOR= ]32.0.1700.76 Windows 7
    Desktop: IE 11 Windows 7

    [/COLOR]

    [FONT=Times New Roman]800px width regardless of device, desktop, laptop, tablet.

    Left column visible but center column appears to be blank & white. Actually, Center column data starts Below left column, Above footer. Pages abandoned by testers due to the appearance of Blank Page instead of scrolling down to the bottom. (suggestions)

    This width has no HOME button ( ie: Home tab and/or Home icon disappears). Can you point me in the direction to add a Home tab or Home icon to the menu?[/FONT]
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Stirling Grand Responsive Template

    OK. Got the left column/center column issue fixed. I had setup step 7 : Responsive Layout according to the image instead of according to the text. It helps to read the instructions instead of looking at the pictures

    Can you point me in the direction to add a Home tab or Home icon to the menu?
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  5. #155
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Hi

    This maybe a silly question - I want to add my address & telephone number to the footer. I cannot figure out how to do this.

    Here is my web page: - http://www.advisers-australia.com/ze...eset-09182012/

    Justin

  6. #156
    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
    OK. Got the left column/center column issue fixed. I had setup step 7 : Responsive Layout according to the image instead of according to the text. It helps to read the instructions instead of looking at the pictures

    Can you point me in the direction to add a Home tab or Home icon to the menu?
    I am happy that you figured it out and posted your solution :)

    You can add your code in the includes/templates/stirling_grand/common/tpl_header.php file. You can hide it on larger size screens in the responsive.css file.



    Thanks,

    Anne

  7. #157
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    Hi

    Kobra provided the following code for installing a home button -

    In a copy for your template of tpl_header.php find
    Code:
    <div id="navMain">
    <ul class="back">
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    Change the red highlighted href to resemble this with your desired page
    Code:
    <div id="navMain">
    <ul class="back">
    <li><a href=your domain name></a></li>

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

    Default Re: Stirling Grand Responsive Template

    Sorry if I appear dense but I don't think those suggestions will achieve the desired effect.

    On a desktop, adjusting the width....
    In the responsive width step below 800 px wide, a "Home" icon appears on the right side of the megamenu bar.
    In the responsive width step that includes 800px wide, No "Home" tab or "Home" icon appears anywhere in the megamenu bar.
    In the responsive width step above 800 px wide, a "Home" tab appears in the megamenu bar.

    It is hard for me to find the words that do not come across as being critical. I do not mean to sound that way. For all ways to navigate "HOME" to be removed seems to be a bug instead of a feature designed to prevent customers from being able to return Home. I don't mind mucking around in the code if I have a starting place but I can't find or see where tpl_header.php being the place to start in order to insert something that was removed, no longer appears or didn't make it into a section of code which builds that width step.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #159
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,296
    Plugin Contributions
    1

    Default Re: Stirling Grand Responsive Template

    Quote Originally Posted by Advisers Australia View Post
    Hi

    Kobra provided the following code for installing a home button -

    In a copy for your template of tpl_header.php find
    Code:
    <div id="navMain">
    <ul class="back">
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    Change the red highlighted href to resemble this with your desired page
    Code:
    <div id="navMain">
    <ul class="back">
    <li><a href=your domain name></a></li>
    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.

  10. #160
    Join Date
    Jan 2014
    Location
    Australia
    Posts
    39
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template

    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

 

 
Page 16 of 53 FirstFirst ... 6141516171826 ... 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