Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    141
    Plugin Contributions
    0

    Default Move EZ Pages to LogoWrapper

    Using 2.1.0 php 8.3 w/ Bootstrap 4

    I am looking to move the ezpages to the logowrapper area w/ a float to the right. I am assuming tpl_header file, but would like to know if anyone has a better option and if not, any idea where I should move the string? If not, I will have to play with it. Thanks !

  2. #2
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    141
    Plugin Contributions
    0

    Default Re: Move EZ Pages to LogoWrapper

    Quote Originally Posted by chuckrey View Post
    Using 2.1.0 php 8.3 w/ Bootstrap 4

    I am looking to move the ezpages to the logowrapper area w/ a float to the right. I am assuming tpl_header file, but would like to know if anyone has a better option and if not, any idea where I should move the string? If not, I will have to play with it. Thanks !
    I think I have it worked out, so I am answering to my own post. I moved the string directly after the logoWrapper tag.
    I then updated the stylesheet to: #ezpagesBarHeader {width:40%;float:right;} and it seems to work out just as needed.

  3. #3
    Join Date
    Sep 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: Move EZ Pages to LogoWrapper

    Quote Originally Posted by chuckrey View Post
    I think I have it worked out, so I am answering to my own post. I moved the string directly after the logoWrapper tag.
    I then updated the stylesheet to: #ezpagesBarHeader {width:40%;float:right;} and it seems to work out just as needed.
    THANK YOU!!

    Using your tip I have managed to put EZ Pages in the NAV Header:

    <a class="nav-link" href="<?= zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') ?>"><i class="fa-solid fa-credit-card"></i> <?= HEADER_TITLE_CHECKOUT ?></a>
    </li>
    <?php
    }

    require $template->get_template_dir('tpl_offcanvas_menu.php', DIR_WS_TEMPLATE, $current_page_base, 'common') . '/tpl_offcanvas_menu.php';
    ?>
    </ul>
    <!--bof-optional categories tabs navigation display-->
    <!--bof-branding display-->
    <?php require $template->get_template_dir('tpl_modules_categories_tabs.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_categories_tabs.php'; ?>
    <!--eof-optional categories tabs navigation display-->
    <!--bof-header ezpage links-->
    <?php
    if (EZPAGES_STATUS_HEADER === '1' || (EZPAGES_STATUS_HEADER === '2' && zen_is_whitelisted_admin_ip())) {
    require $template->get_template_dir('tpl_ezpages_bar_header.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_ezpages_bar_header.php';
    }
    ?>
    <!--eof-header ezpage links-->

 

 

Similar Threads

  1. v153 v153 - server move and blank pages
    By samuxul in forum Installing on a Windows Server
    Replies: 9
    Last Post: 5 Mar 2018, 05:30 PM
  2. Move navMainWrapper next to LogoWrapper, not below
    By wasana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2010, 09:05 AM
  3. How to move Title header on EZ-pages?
    By DML73 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Apr 2010, 10:54 PM
  4. how to move EZ pages TOC to bottom
    By elishama3 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Mar 2008, 10:33 PM
  5. HOw to move EZ-Pages Bar....
    By MSGOK in forum Basic Configuration
    Replies: 3
    Last Post: 13 Jun 2006, 05:10 AM

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