Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2013
    Posts
    111
    Plugin Contributions
    2

    Default Mobile version information links set to auto show

    I'm trying to figure out how to make it so the information links for the mobile version of http://predator-charters.uk loads as being open also I want to remove the permanent links from the menu too.

    Any help greatly appreciated as it's got me confused.

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

    Default Re: Mobile version information links set to auto show

    I do not understand what you mean by "loads as being open" or what menu you are referring to in "I want to remove the permanent links from the menu"

    If you have firefox as a browser get the web tools and then you can select resize > view responsive layouts

    You can view your site on different devices at many online sites this is just one
    http://mobiletest.me/
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2013
    Posts
    111
    Plugin Contributions
    2

    Default Re: Mobile version information links set to auto show

    I do that with chrome and my mobile viewing it as a mobile site isn't the issue.

    The issues: I want the sub menu links to information to be visible as soon as the menu bar is opened.

    I also want to remove the important links link from the menu

    These are both for when viewing it from a mobile device instead of desktop.

  4. #4
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Mobile version information links set to auto show

    When posting, it usually helps to post in the "Template Specific" [Support Thread] this way we know what sub menu on what menu bar you are talking about.

    Or at least provide the needed information so we can assist.

    Quote Originally Posted by vvomble View Post
    I do that with chrome and my mobile viewing it as a mobile site isn't the issue.

    The issues: I want the sub menu links to information to be visible as soon as the menu bar is opened.

    I also want to remove the important links link from the menu

    These are both for when viewing it from a mobile device instead of desktop.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  5. #5
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Mobile version information links set to auto show

    As a rule of thumb I don't usually click links to websites, I have all these templates installed so I can document and keep track of bug fixes, feature requests and ect.

    anyways for keeping a sub-menu open at all times

    open:
    Code:
    /includes/templates/responsive_classic/templates/tpl_modules_mobile_menu.php
    find:
    Code:
        <li><span><?php echo BOX_HEADING_INFORMATION; ?></span>
    add the class mm-opened like so:
    Code:
        <li class="mm-opened"><span><?php echo BOX_HEADING_INFORMATION; ?></span>
    The Information Links wasn't added using any of the ez-page status configs so you have allot of options here but I'll provide the 2 easiest.

    find:
    Code:
        <li><span><?php echo BOX_HEADING_EZPAGES; ?></span>
    and change to:
    Code:
        <li style="display:none;"><span><?php echo BOX_HEADING_EZPAGES; ?></span>
    or

    comment out that entire <li> like so:
    Code:
    <!-- <li><span><?php echo BOX_HEADING_EZPAGES; ?></span>
          <ul>
    <?php
      include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php'));
      if (sizeof($var_linksList) >= 1) {
        for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) {
          echo '<li><a href="' . $var_linksList[$i]['link'] . '">' . $var_linksList[$i]['name'] . '</a></li>' . "\n";
        }
      }
    ?>
          </ul>
        </li> -->
    Quote Originally Posted by vvomble View Post
    I do that with chrome and my mobile viewing it as a mobile site isn't the issue.

    The issues: I want the sub menu links to information to be visible as soon as the menu bar is opened.

    I also want to remove the important links link from the menu

    These are both for when viewing it from a mobile device instead of desktop.
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  6. #6
    Join Date
    Feb 2013
    Posts
    111
    Plugin Contributions
    2

    Default Re: Mobile version information links set to auto show

    sorted and learnt a lot along the way thanks guys

 

 

Similar Threads

  1. v139h Creating a mobile version of website - HELP!
    By PudzPud in forum General Questions
    Replies: 2
    Last Post: 8 Mar 2015, 05:10 PM
  2. v139h I bought a mobile template; how do I Mobile Device to Show Desktop version by Default
    By explorer1979 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Mar 2013, 03:42 PM
  3. Mobile version of my store?
    By wizer in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Jul 2011, 09:48 PM
  4. show page number links when products over the set maximum value
    By smalllink in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Feb 2010, 07:31 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