Results 1 to 10 of 201

Threaded View

  1. #11
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Responsive Classic Redesign Support thread

    Quote Originally Posted by chadlly2003 View Post
    If you want the ez pages back on the top on the header you can add this piece of code below.

    Path: \includes\templates\responsive_classic\common\tpl_header.php
    For testing purposes i put it on line 43 right after the welcome note.

    Code:
       <div id="navSupp">
            <ul>
                <li><a href="<?= HTTP_SERVER . DIR_WS_CATALOG ?>"><?= HEADER_TITLE_CATALOG ?></a></li>
    <?php
        if (EZPAGES_STATUS_FOOTER === '1' || (EZPAGES_STATUS_FOOTER === '2' && zen_is_whitelisted_admin_ip())) {
            require $template->get_template_dir('tpl_ezpages_bar_footer.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_ezpages_bar_footer.php';
        }
    ?>
            </ul>
        </div>
    Ignore what I wrote above. I was not thinking clear.

    What you are looking for is just hidden

    path: includes/templates/responsive_classic/css/stylesheet_colors.css

    Find this line 122

    #navEZPagesTop li a {
    color:#FFFFFF;
    }

    replace with
    #navEZPagesTop li a {
    color:#000;
    }


    line 289

    Find this
    #navEZPagesTop {
    display:none;
    }


    replace with

    #navEZPagesTop {
    display:block;
    }



    Click image for larger version. 

Name:	Screenshot 2025-05-20 210453.jpg 
Views:	28 
Size:	15.5 KB 
ID:	20973
    Last edited by chadlly2003; 21 May 2025 at 02:05 AM.

 

 

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Tableau 2 Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 24
    Last Post: 24 Jan 2023, 04:05 AM
  3. v156 ZCA Responsive Classic Template for 1.5.6 [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 31
    Last Post: 15 Nov 2019, 04:21 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 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