Welcome to TalkGraphics.com
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32
  1. #11
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,910

    Default Re: Drop down (popup layer) Menu has become unreliable

    With the mobile variants I often prefer to have a seperate mobile menu, like so:

    Example
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  2. #12
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    149

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by Egg Bramhill View Post
    With the mobile variants I often prefer to have a seperate mobile menu, like so:

    Example
    That's thrown another iron into the pot - and it may well come into play - particularly if the drop-down menu/popup layer on the mobile version starts misbehaving. Surely this would need an additional mobile page so presumably I'd have to have an equivalent main page which I suppose could be the same as the mobile version? I'm going to have to think about this!

    Wouldn't life be boring if these problems didn't keep cropping up?

    At the moment I'm redesigning the mobile song pages (A section) but I won't be putting anything on-line until I've done all the songs. I'm spending some time trying to get the design right as I've learnt from experience that going back and changing things later can be very time consuming. I'll be checking out the drop-down/popup layer behavior thoroughly. If I could keep this drop down menu on the mobile variant I'd be happy as it is quite neat. On the other hand a simpler approach may be needed - particularly if I can't rely on the coding.

    Thanks again for all the help.
    Ian
    IP

  3. #13
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,910

    Default Re: Drop down (popup layer) Menu has become unreliable

    Yes, the main and mobile would need a menu page but nothing points to it on main site, so it remains unseen.
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  4. #14
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    149

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by Egg Bramhill View Post
    Yes, the main and mobile would need a menu page but nothing points to it on main site, so it remains unseen.
    Thanks. It's clear now.
    IP

  5. #15
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    149

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by Egg Bramhill View Post
    With the mobile variants I often prefer to have a seperate mobile menu, like so:

    Example
    I've spent some time trying to track down the reason for the failure of the drop-down/popup layer menu and have, so far, not deduced the reason.

    I'm thinking that a separate mobile menu may be the best option but before I go down that route I have a question. Is it possible to add a button to the menu to take you back to the page the menu was loaded from?
    IP

  6. #16
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,910

    Default Re: Drop down (popup layer) Menu has become unreliable

    It can be done using placeholder script:

    <button onclick="goBack()">Go Back</button>

    <script>
    function goBack() {
    window.history.back();
    }
    </script>
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

  7. #17
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,805

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by Egg Bramhill View Post
    Yes, the main and mobile would need a menu page but nothing points to it on main site, so it remains unseen.
    As Xara does not allow different pages to exist on Main and Variant, if you create a Variant page then there is always a Main page. If you leave it blank and the viewer changes from Portrait to Landscape or widens their viewpoint, they will get a blank page.

    I do not see the problem with a Hamburger icon opening a menu layer with the 5 page links in a vertical show.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat
    IP

  8. #18
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    149

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by Acorn View Post
    As Xara does not allow different pages to exist on Main and Variant, if you create a Variant page then there is always a Main page. If you leave it blank and the viewer changes from Portrait to Landscape or widens their viewpoint, they will get a blank page.

    I do not see the problem with a Hamburger icon opening a menu layer with the 5 page links in a vertical show.

    Acorn
    The theory of a menu layer with links is fine but on my songmenu page it was unreliable in Chrome and wouldn't work at all in Edge. I generally use Firefox. It seemed to be OK on Android phones. The drop-down layer was over a large block of linked menu items which may have had something to do with the problem but I can't see how. The hamburger drop down menu was my preferred option but I'm coming round to the separate mobile menu page idea.

    https://www.waterwaysongs.info/songmenu.htm

    I've eventually got such a page working. Though Egg's code was fine I wanted to click an image that fitted the site design to return to the previous page. I found some code which I modified and used in a placeholder :

    <a href="#" onclick="history.back();return false"><img SRC="https://www.waterwaysongs.info/images/buttons/previous.png" BORDER=0 height=38 width=38></a>

    After a lot of problems I seem to have it working. So far only the mobile Song Menu page and any mobile song page beginning with 'A' is linked. Other mobile song pages have the hamburgers linked to a menu layer which may or may not work. I'll be leaving it like that for a while until I've thoroughly checked it.

    https://www.waterwaysongs.info/mobmenu.htm

    I am appreciative of all the help I've been given - I wouldn't have got this far without it.

    Ian
    IP

  9. #19
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,805

    Default Re: Drop down (popup layer) Menu has become unreliable

    Quote Originally Posted by IanB View Post
    The theory of a menu layer with links is fine but on my songmenu page it was unreliable in Chrome and wouldn't work at all in Edge. I generally use Firefox. It seemed to be OK on Android phones. The drop-down layer was over a large block of linked menu items which may have had something to do with the problem but I can't see how. The hamburger drop down menu was my preferred option but I'm coming round to the separate mobile menu page idea.

    https://www.waterwaysongs.info/songmenu.htm

    I've eventually got such a page working. Though Egg's code was fine I wanted to click an image that fitted the site design to return to the previous page. I found some code which I modified and used in a placeholder :

    <a href="#" onclick="history.back();return false"><img SRC="https://www.waterwaysongs.info/images/buttons/previous.png" BORDER=0 height=38 width=38></a>

    After a lot of problems I seem to have it working. So far only the mobile Song Menu page and any mobile song page beginning with 'A' is linked. Other mobile song pages have the hamburgers linked to a menu layer which may or may not work. I'll be leaving it like that for a while until I've thoroughly checked it.

    https://www.waterwaysongs.info/mobmenu.htm

    I am appreciative of all the help I've been given - I wouldn't have got this far without it.

    Ian
    Ian, your code is round the buoy twice.
    Drop your Return/Back icon onto the page and for its Link use: javascript: history.back();
    The "Return to Previous Page" pop-up text goes in Web Properties > MouseOver > Show pop-up text.

    Where you have complicated matters is the Songmenu page has the 0-9, A-Z showing with a Hamburger icon Menu.
    The same Hamburger Menu needs to be on all mobile web pages. There is no need for a separate Menu page. Chrome, FF & Edge all work for me.

    I don't think you need a Hamburger icon and separate Menu Layer or page.

    Here are two ideas. The first is a Hamburger icon and Menu layer. The second is just straight links.

    Waterways - Variant Menu Approaches.xar

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat
    IP

  10. #20
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,910

    Default Re: Drop down (popup layer) Menu has become unreliable

    Before I get into Acorns dislike of my seperate menu page I've adjusted my earlier mobile example to include a 'Back' button (though I don't really see a need for this)

    I've revised my earlier demo so you'll need to refresh each page to ensure you're seeing the updated version.

    UPDATE
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

 

 

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
  •