Page 39 of 43 FirstFirst ... 293738394041 ... LastLast
Results 381 to 390 of 426
  1. #381
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Hi Ideasgirl
    I'm just adding a new install to my new website after having used your template for some years now
    I have a couple of quick questions to ask
    When i view in IE I have a missing image icon in the header and when clicked it takes me back to the index page of the store (chrislinacre .co.uk/studio)
    What I would like to do is make that link go right back to ...co.uk and i would like to work out which folder that image should be in (and what size)
    thanks once again for your help

  2. #382
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    I have half solved this - I had // the line that called for the zc-logo.jpg file which firefox was happy with but IE disliked - now deleted the // and the extra image is showing in my header
    I am really stuck on which file calls for this extra image and link in my header- I would be happy for the image and the link to be not there at all

  3. #383
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Sophy Blue Template

    Hi Chris,

    I don't know what you mean about the "extra image" so I can't help you there.

    To make that link go to the main page, just edit the file:
    common/header.php

    Around line 47 you should find the code to make the correct link.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  4. #384
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Thanks - I managed to change the link - just need to make a new file for zc-logo.jog and it shud be just grand
    You are a star x

  5. #385
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Sophy Blue Template

    An update of Sophy Blue has been submitted and approved. It's ready for you to download here:
    http://www.zen-cart.com/index.php?ma...roducts_id=184

    For some weird reason there's a part on that page that I didn't write and I don't know where is coming from, is not valid. Please ignore the following:
    Code:
    You may see it live at: http://www.ohku.com/store (this will be temporarly).
    Another weird thing on this update is that the updated description is under the old one.

    Anyhow, it's ready, and it's waiting to be downloaded. If you are one of the thousands that downloaded this template and still using it, you can download the updated and upgraded version and install in your site.

    Hope you like it.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  6. #386
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default New Sophy Blue v2.0 Template

    This was only to mark the new template version thread title (I forgot on previous post).
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  7. #387
    Join Date
    Jun 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: New Sophy Blue v2.0 Template

    Thank you for this wonderful template !!!
    Last edited by lucp; 21 Jun 2011 at 09:06 PM.

  8. #388
    Join Date
    Jun 2011
    Location
    Hillsboro, OR
    Posts
    7
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Love the template, except I'm having a problem with text boxes. When you click on any text boxes in order to enter text (search, name, address, etc), the cursor starts outside of the box to the left (and is invisible). As you type into the box, the cursor moves to the right, but it stays 2 to 3 characters to the left of the end of what you've typed. I thought maybe something didn't install correctly, so I reinstalled...no help. Please tell me how to fix my site: https://www.brewbrothers.biz/brewcart/

    Also, how do I make it so you can read all of "Search" on the search button? You'll see what I mean when you look at the site.

    Thanks!

    Jay

  9. #389
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Sophy Blue Template

    The cursor going out of the box looks like is an IE bug since I can't see it on FF, Safari, nor Chrome and I really don't know how to fix it.

    For the button issue please do the following:

    You will have to grab a copy of this file:
    includes/templates/template_default/sideboxes/tpl_search_header.php

    And make a copy into:
    includes/templates/sophyblue/sideboxes/

    Change the following:
    PHP Code:
        $content .= zen_draw_input_field('keyword''''size="6" maxlength="30" style="width: 100px" value="' HEADER_SEARCH_DEFAULT_TEXT '" onfocus="if (this.value == \'' HEADER_SEARCH_DEFAULT_TEXT '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' HEADER_SEARCH_DEFAULT_TEXT '\';"') . ' ' zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
      } else {
        
    $content .= zen_draw_input_field('keyword''''size="6" maxlength="30" style="width: 100px" value="' HEADER_SEARCH_DEFAULT_TEXT '" onfocus="if (this.value == \'' HEADER_SEARCH_DEFAULT_TEXT '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' HEADER_SEARCH_DEFAULT_TEXT '\';"') . '&nbsp;<input type="submit" value="' HEADER_SEARCH_BUTTON '" style="width: 45px" />';
      } 
    For:
    PHP Code:
        $content .= zen_draw_input_field('keyword''''size="10" maxlength="30" style="width: 100px" value="' HEADER_SEARCH_DEFAULT_TEXT '" onfocus="if (this.value == \'' HEADER_SEARCH_DEFAULT_TEXT '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' HEADER_SEARCH_DEFAULT_TEXT '\';"') . '&nbsp;' zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
      } else {
        
    $content .= zen_draw_input_field('keyword''''size="10" maxlength="30" style="width: 100px" value="' HEADER_SEARCH_DEFAULT_TEXT '" onfocus="if (this.value == \'' HEADER_SEARCH_DEFAULT_TEXT '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' HEADER_SEARCH_DEFAULT_TEXT '\';"') . '&nbsp;<input type="submit" value="' HEADER_SEARCH_BUTTON '" style="width: 55px" />';
      } 
    Hope that helps.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #390
    Join Date
    Jun 2011
    Location
    Hillsboro, OR
    Posts
    7
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Thanks. I fixed the button issue by putting "Seek" on the button instead of "Search".

    With regard to the cursor issue in text input boxes, I've gone to other sites using this template with IE, and I don't have the same problem I'm having on my site.

    Alas, really like the color scheme, buttons, et all, but the new site has been up about just over 24 hours now, and we already have a bunch of e-mails from folks telling us the text entry boxes are messed up...arrgh.

    Jay

 

 
Page 39 of 43 FirstFirst ... 293738394041 ... LastLast

Similar Threads

  1. Sophy Blue
    By futsysmids in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2010, 11:42 PM
  2. Sophy Blue
    By futsysmids in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 May 2010, 07:33 PM
  3. Sophy Blue Template Page Title
    By eggdashure in forum Addon Templates
    Replies: 1
    Last Post: 17 Feb 2009, 11:02 PM
  4. Sophy Blue
    By Shooters in forum Addon Templates
    Replies: 0
    Last Post: 24 Feb 2008, 04:16 PM
  5. Sophy Blue Nav Bar issues
    By mlfelton in forum Addon Templates
    Replies: 1
    Last Post: 18 Aug 2006, 02:38 AM

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