Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2018
    Location
    Italia
    Posts
    24

    Default Web Design V17 - document "web document" displays the gadget of the "presentation"

    Hello. Latest version premium web designer program (17 updated to date). By activating the WEB PROPERTIES-> WEB EXPORT OPTIONS-> SUPERSITE mask, the site becomes a "presentation" site and therefore at each start the widget with the arrows to scroll the pages comes out at the bottom left. If I go to the OPTIONS-> GENERAL-> DOCUMENT TYPE form by setting "Web presentation" and then putting it back on "Documendo web" as recommended by MAGIX technicians, the site returns to being a normal website, but it is no longer a supersite . By resetting the "supersite" option the site becomes a "presentation" site again. This problem was already present in version 17 but with the latest update the problem has become even more serious. On version 16 all this does not happen. Tested on 2 computers always with the same result. The demo version also has the same problem. Magix version and Xara version have the same problem. I have been waiting for a response from Magix support for 3 weeks and they are ignoring the problem.
    The portion of code that is incorrectly generated inside the index.html file is the following:

    <div id="xr_pnava"><div id="xr_pnavh">
    <a href="javascript:xr_prevp();"><span class="xr_pnav" style="left: 8px; background-position:0px 0px;"></span></a>
    <a href="javascript:xr_spapp(0);"><span class="xr_pnav" style="left: 32px; background-position:-16px 0px;"></span></a>
    <a href="javascript:xr_nextp();"><span class="xr_pnav" style="left: 56px; background-position:-32px 0px;"></span></a>
    <div class="xr_pnav" style="top: 10px; left: 80px; width: 1px; background-position:-64px 0px;"></div>
    <div id="xr_pnavp" class="xr_pnav" style="top: 12px; left: 89px; background-position:-48px 0px;">
    <div id="xr_pnavm">
    <div class="xr_pnavmenu">
    <table>
    <tr style="vertical-align:top;">
    <td>
    <a class="xr_pnavmenu" href="javascript:xr_spapp(0);">1: index<br /></a>
    <a class="xr_pnavmenu" href="javascript:xr_spapp(1);">2: index-a<br /></a>
    </td></tr></table></div></div></div></div></div>
    <div id="xr_palrt" class="xr_pnavmenu">
    <img src="index_htm_files/05.png" />
    <p>Usa i tasti freccia per navigare.</p>
    <a class="xr_pnavmenu" href="javascript:xr_palrt0()">Don't show this again</a>
    </div>

    This code displays a control mask at the bottom left that is usually used on the "presentation" site, but on the "supersite web document" site it should not appear.
    HOW CAN WE SOLVE THIS PROBLEM? Thank you!

  2. #2
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: Web Design V17 - document "web document" displays the gadget of the "presentation

    The issue you describe has existed in v17.0 since its introduction. A 'temporary' solution was created last year that (a) hides the navigation menu and (b) should the user wish, disable the menu altogether. I have been using this code in all my supersites, including the presentation ones too.

    Code:
     <!--do not show display navigation in v17 insert code into website HTML (head) -->
    <style>#xr_palrt,#xr_pnava{display:none !important}</style>
    
    <script>
    // disable keyboard navigation in v17 paste to website HTML (body)
    (function(){if(typeof(xr_prinit4)=="function"){var o=xr_prinit4;xr_prinit4=function()
    {o();if(document.onkeydown==xr_prku)document.onkeydown=xr_d_old_onkeydown;};}})();
    </script>
    I would defer to @Acorn for the latest position, because I had thought this issue was addressed with the replacement navigation menu in Pro +?

    There are likely some variations on the above code which was provided by Siran, but it works for me.

    Gary

  3. #3
    Join Date
    Oct 2018
    Location
    Italia
    Posts
    24

    Default Re: Web Design V17 - document "web document" displays the gadget of the "presentation

    Thanks to Initiostar for the solution. I have tried and it works great. I finally solved it thanks to your help.

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,835

    Default Re: Web Design V17 - document "web document" displays the gadget of the "presentation

    Quote Originally Posted by Initiostar View Post
    I would defer to @Acorn for the latest position, because I had thought this issue was addressed with the replacement navigation menu in Pro +?
    XDPXv17.1 and XPro+ already have this problem put to bed.

    Xara should not be expecting code fixes from its Customers but those stuck with v17.0 have no other recourse.

    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

  5. #5
    Join Date
    Oct 2018
    Location
    Italia
    Posts
    24

    Default Re: Web Design V17 - document "web document" displays the gadget of the "presentation

    Thanks Acorn.
    I have this version:
    MAGIX Web Designer Premium 17.1.0.60742 DL x64 Dec 9 2020
    The problem on my version is still there.

  6. #6
    Join Date
    Oct 2018
    Location
    Italia
    Posts
    24

    Default Re: Web Design V17 - document "web document" displays the gadget of the "presentation

    thank you all

 

 

Tags for this Thread

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
  •