Page 78 of 100 FirstFirst ... 2868767778798088 ... LastLast
Results 771 to 780 of 995
  1. #771
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Quote Originally Posted by abazou View Post
    Hi,

    any idea how i can move the logo in the header to be above the logout, checkout, home links?

    http://kryptonitetoys.com/zencart/

    here's the site to give u a clear idea

    thanks a lot for this awesome template
    The best way to do this is to move the code for the logo above the code for the navMainWrapper in the includes/templates/all_business/common/tpl_header.php file.

    Thanks,

    Anne

  2. #772
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The best way to do this is to move the code for the logo above the code for the navMainWrapper in the includes/templates/all_business/common/tpl_header.php file.

    Thanks,

    Anne
    Thanks a lot for the tips, but when i moved this code

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">

    on top of navMainWrapper it replaced all the other header items, meaning the whole header became the banner logo image and there was no login or checkout showing anymore.

  3. #773
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    also the blue strip on the top of the page
    any idea how i cane remove that or change the color?
    http://kryptonitetoys.com/zencart/

    sorry for all the questions and thnx for ur help

  4. #774
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    any idea whats the code for the header logo? so i can move it on top of the checkout cart etc?


    http://kryptonitetoys.com/zencart/

    thanks
    Last edited by abazou; 27 Jan 2012 at 04:46 AM.

  5. #775
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Quote Originally Posted by abazou View Post
    Thanks a lot for the tips, but when i moved this code

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">

    on top of navMainWrapper it replaced all the other header items, meaning the whole header became the banner logo image and there was no login or checkout showing anymore.
    You would need to do a combination of moving the code in the tpl_header.php file and using the stylesheet.css to add styles to the elements to fine tune the look.

    Thanks,

    Anne

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

    Default Re: All Business template Support Thread

    Quote Originally Posted by abazou View Post
    also the blue strip on the top of the page
    any idea how i cane remove that or change the color?
    http://kryptonitetoys.com/zencart/

    sorry for all the questions and thnx for ur help
    Change this in the stylesheet.css file:

    Code:
    #navMainWrapper {
        background-color: #73CEE1;
        color: #444444;
        font-weight: normal;
        height: 1%;
        margin: 10px 0 0;
        width: 100%;
    }
    to:

    Code:
    #navMainWrapper {
        background: transparent;
        color: #444444;
        font-weight: normal;
        height: 1%;
        margin: 10px 0 0;
        width: 100%;
    }
    Thanks,

    Anne

  7. #777
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Change this in the stylesheet.css file:

    Code:
    #navMainWrapper {
        background-color: #73CEE1;
        color: #444444;
        font-weight: normal;
        height: 1%;
        margin: 10px 0 0;
        width: 100%;
    }
    to:

    Code:
    #navMainWrapper {
        background: transparent;
        color: #444444;
        font-weight: normal;
        height: 1%;
        margin: 10px 0 0;
        width: 100%;
    }
    Thanks,

    Anne
    ok thanks a lot Anne

  8. #778
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You would need to do a combination of moving the code in the tpl_header.php file and using the stylesheet.css to add styles to the elements to fine tune the look.

    Thanks,

    Anne
    i guess i'll leave it like that since its impossible for me to code new styles :/
    Thanks a lot for your help anne

  9. #779
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Quote Originally Posted by abazou View Post
    ok thanks a lot Anne
    No problem :-)

    Thanks,

    Anne

  10. #780
    Join Date
    Jan 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi how can i remove the footer links? :)
    Quick Links
    Home
    Featured Products
    Specials
    What's New
    All Products ...

    Information
    About Us
    Site Map
    Gift Certificate FAQ
    Discount Coupons
    Newsletter Unsubscribe

    Customer Service
    Contact Us
    Shipping & Returns
    Privacy Notice
    Conditions of Use
    My Account
    i keep trying to disable the ez-pages footers but they're still there

    Thanks

 

 
Page 78 of 100 FirstFirst ... 2868767778798088 ... LastLast

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

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