Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Need help with 3 things!

    Hello dear frientds!

    I need help with 3 things! I'm runing verion 1.3.9! I did try do search for the problems, but didn't find a solution!

    The three problems are:

    1: The part in the top navbar saiying: "Welcome: 'user' or "Logout" part is missing when you log in!
    When you're not logged in it has the "Sign in" or "Register" links, but once you log in they dissapear!

    2: When viewed in Firefox the store is ok visualy... When viewed in IE the store logo hides behind the top nav bar!

    3: It seems i can't use html in formatting text! For example when i'm edditing the new customer greeting email in create_account.php when using html code for bold, italic, new line etc. it doesent affect the way the text is displayed!


    Please help me resolve that issues!



    Thank you!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with 3 things!

    As this can be template controlled you need to tell us where we can see your site
    Post it like
    zen-cart dot com
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Re: Need help with 3 things!

    Hi, thanks for the reply!

    The site is at gadgetshop(dot)bg

    Thanks!

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need help with 3 things!

    2. In the stylesheet, you need to increase the height of #logoWrapper to at least the height of your header image (114px).

    3. Exactly what version of Zencart ? 1.3.9g has an HTML bug that is fixed by updating to 1.3.9h.

  5. #5
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Re: Need help with 3 things!

    Issue No.2 is fixed! THANK YOU stevesh The logowraper was the problem it was only 58px

    About No.3: I'm running 1.3.9h


    No 1 bothers me the most! Help!!!

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need help with 3 things!

    1. I created an account and that part of the navbar is still there, but there's a define constant instead of the define value - TOP_MENU_HELLO, which suggests you have a file that is missing, corrupted or mis-edited. That constant doesn't exist in a stock Zencart installation, so it's probably part of the template, so I'd look there first.

    Use Admin - Tools - Developers Tool Kit to search for that constant.

    If I logoff and log back in, that part of the navbar disappears.

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Need help with 3 things!

    #1...
    What happens when you change your template back to the classic view...

    notice you have purchased or got for free a template called: black pure free..

    Looks like you have installed a language module also..
    Your language module do not have the proper files interegrated with black pure free...

    I would contact both of the modules creatures to write the .php code to view this...

  8. #8
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Re: Need help with 3 things!

    OK guys,

    I have this code in a file called tpl_top_nav.php:

    <div id="login_logout_section" class="float-right">
    <?php if ($_SESSION['customer_id']) { ?>
    <ul class="list-style-none inline-list">
    <li>
    <?php echo(TOP_MENU_HELLO);?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo ($_SESSION['customer_first_name'].' '.$_SESSION['customer_last_name']);?></a>
    </li>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    </ul>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
    <?php echo HEADER_OR; ?>
    <a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_REGISTER; ?></a>
    <?php } } ?>

    </div>
    What's wrong with it?

    Unfortunately the template is free and i don't think the creators will help me...

  9. #9
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Re: Need help with 3 things!

    When tying to search for TOP_MENU_HELLO in the Developers toolkit no results come out!

    Maybe thats the problem!

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Need help with 3 things!

    From the view source
    Code:
    <div class="topper-menu float-right">
    </div>
    Try searching for that - - topper-menu
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. need help with several things
    By shadowcast in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Aug 2010, 12:48 PM
  2. Need help with a couple of things..
    By nekosgrace in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jul 2008, 08:34 AM
  3. Need help with a couple of things
    By thedonutlounge in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 18 May 2007, 06:32 AM

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