Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 113
  1. #21
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by Steel Rat View Post
    How about the nav links?
    The core zc css files don't offer a visited style for navlinks by default, so you have to add one to stylesheet_original.css

    A:visited {
    color: #0000ff;
    text-decoration: none;
    }

  2. #22
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by qhome View Post
    The core zc css files don't offer a visited style for navlinks by default, so you have to add one to stylesheet_original.css

    A:visited {
    color: #0000ff;
    text-decoration: none;
    }
    Thanks! That did the trick.

    you da man!
    [FONT=Comic Sans MS]Steel Rat[/FONT]

  3. #23
    Join Date
    May 2004
    Posts
    25
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quick Question

    The category navigation bar on the top
    how to hide this so I only have a category menu on the left not on the top

    Many thanks

    M

  4. #24
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Admin> Configuration> Layout Settings
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #25
    Join Date
    Oct 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by qhome View Post
    Actually, that is a result of me forgetting to include the better categories module files.

    I've included it in v1.2. You don't need to upload the whole thing if you are just upgrading a previous version. Only the includes/modules folder and its contents should fix that information box.

    Sorry bout that.

    Here's the fixed version:
    Hi love the trublu, I downloaded the latest v. for zen v.1.3.5, with I think has the better category css or file I don't really know, but my links in info box still as one string in the box, how could i fix that, and how could i add a tagline to the header, I got my logo , but lost the tag line on the header lol, Help please.
    Sorry one more thing, I took the icon on the boxes header of, fix the size of the blue gif, to 100%, but it doesnt fill the box header to the end, I'm geting a little space between the gif and the right boder, any ideas?
    Thank you, other then that, great job, nice tpl.

  6. #26
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by renatooliveira View Post
    Hi love the trublu, I downloaded the latest v. for zen v.1.3.5, with I think has the better category css or file I don't really know, but my links in info box still as one string in the box, how could i fix that, and how could i add a tagline to the header, I got my logo , but lost the tag line on the header lol, Help please.
    Sorry one more thing, I took the icon on the boxes header of, fix the size of the blue gif, to 100%, but it doesnt fill the box header to the end, I'm geting a little space between the gif and the right boder, any ideas?
    Thank you, other then that, great job, nice tpl.
    Can't help with the tagline, but for the Information sidebox, edit the following file:

    /includes/templates/trublu/sideboxes/tpl_information.php

    There's not much code in it, so locate the FOR loop and add in the <br /> as shown below.

    Code:
      for ($i=0; $i<sizeof($information); $i++) {
        $content .= $information[$i] . "<br />";
      }
    [FONT=Comic Sans MS]Steel Rat[/FONT]

  7. #27
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by Steel Rat View Post
    Can't help with the tagline, but for the Information sidebox, edit the following file:

    /includes/templates/trublu/sideboxes/tpl_information.php

    There's not much code in it, so locate the FOR loop and add in the <br /> as shown below.

    Code:
      for ($i=0; $i<sizeof($information); $i++) {
        $content .= $information[$i] . "<br />";
      }
    Yea I'm not sure why it is still showing them all in line even with the added module file. It works on my site without the <br /> hack that Steel Rat mentioned. The only thing you lose by doing it that way is the hover color. That box is supposed to look like the Categories box where it changes the hover color.

    Alternatively, you could also choose to use the CSS Rollout method with this template as well, or even the default ZC method. I just copied what I used which was the better categories contrib.

    As far as the Tagline. I think I probably removed it all together at some point. You can delete the templates/trublu/common/header.php file and it will use the normal zen-cart header file, complete with the tagline or compare the two files and see where it should call the tagline.

  8. #28
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Unfortunately I've had to abandon the use of Trublu, since it's not listed as compatible with 1.3.6, and is not allowing proper Paypal processing, as near as I can tell (i.e. tests with Classic template work, tests with Trublu don't.).

    Hopefully in the future this will change.
    [FONT=Comic Sans MS]Steel Rat[/FONT]

  9. #29
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by Steel Rat View Post
    Unfortunately I've had to abandon the use of Trublu, since it's not listed as compatible with 1.3.6, and is not allowing proper Paypal processing, as near as I can tell (i.e. tests with Classic template work, tests with Trublu don't.).

    Hopefully in the future this will change.
    hmm Templates should have nothing to do with payment modules. I am running trublu without problem on my 1.3.6 site. Also remember that with 1.3.6 you need to remove and reinstall the paypal module (iirc) but still that wouldn't make sense. I haven't tried the paypal module tho unless they've changed something is the header.php or some of the other files that were modified for this template. but that isn't the zen way

    Can anyone else confirm Paypal Processing problems with TruBlu?

  10. #30
    Join Date
    Nov 2006
    Location
    Oak Harbor, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: TruBlu - Blue Template w/ Sidebox Header Images

    Quote Originally Posted by qhome View Post
    hmm Templates should have nothing to do with payment modules. I am running trublu without problem on my 1.3.6 site. Also remember that with 1.3.6 you need to remove and reinstall the paypal module (iirc) but still that wouldn't make sense. I haven't tried the paypal module tho unless they've changed something is the header.php or some of the other files that were modified for this template. but that isn't the zen way

    Can anyone else confirm Paypal Processing problems with TruBlu?
    I was testing with Obaa-san in another thread, and the conclusion was that there were some template files that were out of date, or not overridden or something. I don't know enough about it to say one way or the other, only that classic works and Trublu doesn't
    [FONT=Comic Sans MS]Steel Rat[/FONT]

 

 
Page 3 of 12 FirstFirst 12345 ... LastLast

Similar Threads

  1. TruBlu template help please
    By LilBeesImages in forum Addon Templates
    Replies: 5
    Last Post: 5 Jun 2011, 04:12 PM
  2. EZPages not displaying in header with Pure Blue Template
    By Twaddle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2010, 01:21 PM
  3. Need to remove to remove the sidebox icons - TruBlu template
    By gaffettape in forum Addon Templates
    Replies: 1
    Last Post: 4 Jun 2009, 09:21 PM

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