Results 1 to 10 of 995

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thanks, that worked!

    I hate to trouble you (and I will donate something for your efforts), but I've been working a while on this other header thing and getting nowhere. If you see the site now in IE, the logo is even with the strip of nav links and search box. Yet it is not aligned in FF and the header is taller in FF because of that.

    I imagine this is because the logo and nav links are in different <div>s...I tried moving things around...do you know what I can do to make it like IE?

    R

  2. #2
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    I could've clarified- the main thing is not for the logo and nav to necessarily be on the "same line" as in IE, but that the header not get enlarged as in FF because of my tinkering.

    R

  3. #3
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.

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

    Default Re: All Business template Support Thread

    I figured it out- I removed the br part of <br class="clearBoth" /> in line 68 of templates/all biz/common/tpl_header.php.
    This is not a good solution as taking the br out makes the code invalid. It would be better to remove the
    Code:
    <br class="clearBoth  />
    and replace it with
    Code:
    <div class="clearboth"></div>
    Why did you want to remove this?

  5. #5
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi
    Another request
    would it be possible to change the "about us" to "To links" ie back links to other sites

    thanks

  6. #6
    Join Date
    Dec 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Thank you for this GREAT template Picaflor-Azul... It works like a charme!!
    I've got on question dough.... Is there a simple way to remove links in the footer menu..
    I've tried to edit the footer_menu_defines.php for removing the "specials" link, but when I remove the line :

    Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');

    The word "SPECIALS" appears in the menu... Maybe I'm overlooking a simple way to disable links......

    Kind Regards,

    Rayring
    Last edited by rayring; 25 Oct 2010 at 12:58 PM. Reason: none

  7. #7
    Join Date
    Feb 2009
    Location
    England
    Posts
    30
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    RayRing,

    I think you may have forgot to edit the line...

    /*BOF Footer Menu Definitions*/
    Define('QUICKLINKS', '<dd class="first">
    <ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');

    In footer_menu_defines.php

    Change this line to

    /*BOF Footer Menu Definitions*/
    Define('QUICKLINKS', '<dd class="first">
    <ul>' . TITLE_ONE . HOME . FEATURED . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');

    And it should work.

    Bob

  8. #8
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    228
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Yup, I just came to the site to adjust my comment. This was in reply to my own issue posted earlier. The <div> causes the same issue so I went with <span>. ...Seems okay. ;-)
    Last edited by giftmeister; 25 Oct 2010 at 08:31 PM.

 

 

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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