Page 51 of 72 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 720
  1. #501
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    try the following:

    open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_best_sellers.php

    replace the following code:

    Code:
        $content = '';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
      $content .= '<div class="wrapper">' . "\n" . '<ol>' . "\n";
      for ($i=1; $i<=sizeof($bestsellers_list); $i++) {
        $content .= '<li><a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></li>' . "\n";
      }
      $content .= '</ol>' . "\n";
      $content .= '</div>' . "\n";
      $content .= '</div>';
    with this:

    Code:
        $content = '';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
      $content .= '<ol>' . "\n";
      for ($i=1; $i<=sizeof($bestsellers_list); $i++) {
        $content .= '<li><a href="' . zen_href_link(zen_get_info_page($bestsellers_list[$i]['id']), 'products_id=' . $bestsellers_list[$i]['id']) . '">' . zen_trunc_string($bestsellers_list[$i]['name'], BEST_SELLERS_TRUNCATE, BEST_SELLERS_TRUNCATE_MORE) . '</a></li>' . "\n";
      }
      $content .= '</ol>' . "\n";
      $content .= '</div>';
    Hi clydejones,

    Thanks for your replying, but It seems not work wells. I replaced the code as you given, the blank is still existent. need I modify the ccs files?

  2. #502
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by jamesHe View Post
    Hi clydejones,

    Thanks for your replying, but It seems not work wells. I replaced the code as you given, the blank is still existent. need I modify the ccs files?
    You can make adjustments in the stylesheet to see if that correct the problem.

  3. #503
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    You can make adjustments in the stylesheet to see if that correct the problem.
    Thanks !!

  4. #504
    Join Date
    Oct 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi

    Hoping someone can help. I would like to copy the login/register button so I can put my bookmark us link inside it. I know that its something to do with the stylesheet but don't know which bits to copy to create another button.

    If you take a look at the site you can see it looks a bit odd at the moment!

    Site link is: www. ha z e l v a l l e y p a c k a g i n g . co.uk

    Thank you

  5. #505
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by jo_h1971 View Post
    Hi

    Hoping someone can help. I would like to copy the login/register button so I can put my bookmark us link inside it. I know that its something to do with the stylesheet but don't know which bits to copy to create another button.

    If you take a look at the site you can see it looks a bit odd at the moment!

    Site link is: www. ha z e l v a l l e y p a c k a g i n g . co.uk

    Thank you
    make sure you include <li> </li> tags as shown.

    <li><a href="#" rel="sidebar" onclick="if(document.all &amp;&amp; !window.opera){ window.external.AddFavorite(location.href, document.title); return false; }else{ this.title = document.title; }" title="bookmark this page"><font color="white">BOOKMARK US</font></a></li>

  6. #506
    Join Date
    Oct 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi Clyde

    Thanks so much for taking the time and trouble to look into that for me. Can't believe it was such an easy fix!

    Thanks again

  7. #507
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by jo_h1971 View Post
    Hi Clyde

    Thanks so much for taking the time and trouble to look into that for me. Can't believe it was such an easy fix!

    Thanks again
    glad it got sorted

  8. #508
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi all. Nice template.
    Need change two places
    Background on main header and picture place in product info. Wide screen destroy nice looked design. Need put picture in the middle.
    Im attach picture - what I have and what I need to make.
    Please advice if you have ideas.

    Maxus
    Attached Images Attached Images  

  9. #509
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Comstock Template

    Quote Originally Posted by maxus View Post
    Hi all. Nice template.
    Need change two places
    Background on main header and picture place in product info. Wide screen destroy nice looked design. Need put picture in the middle.
    Im attach picture - what I have and what I need to make.
    Please advice if you have ideas.

    Maxus
    You can add you background image in the stylesheet.css

    locate the #logoWrapper declaration and add you background image.

    download the product info display(centered) mod

  10. #510
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Comstock Template

    Hi all. One small question about Bestseller sidebox.
    Im nod made any changes in code. Just install template.
    But see white line under Bestseller header
    Im attach picture

    Dont know how to remove it.
    I see it in all browsers IE, Mozilla and Chrome
    Attached Images Attached Images  

 

 
Page 51 of 72 FirstFirst ... 41495051525361 ... LastLast

Similar Threads

  1. v151 Reviews sidebox Comstock template
    By discoverytdi in forum Addon Templates
    Replies: 4
    Last Post: 7 Feb 2013, 04:49 AM
  2. Comstock template question
    By discoverytdi in forum Addon Templates
    Replies: 3
    Last Post: 11 Sep 2011, 10:28 PM
  3. Comstock template
    By grandpaj in forum Addon Templates
    Replies: 1
    Last Post: 25 Oct 2010, 10:09 PM
  4. Comstock template
    By grandpaj in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2010, 04:02 AM
  5. Comstock Template Help -
    By Mrsb in forum Addon Templates
    Replies: 1
    Last Post: 23 Mar 2009, 07:14 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