Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1

    Default Widget not showing on mobile version

    Can't figure out why the calculator widgets won't show on the mobile variant.
    They are on Mouse Off layer, website export is set to conventional website, placeholder is big enough and no portion is outside the page size.

    All other pages display fine. It's a free calculator I copied and pasted code. Could it be a size issue with the code?

    https://centralccu.com/loan%20calculator.htm

    Thanks!
    IP

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Default Re: Widget not showing on mobile version

    Each calculator has a unique HTML ID.
    HTML only every handles the first ID is meets so a Variant form will never display.

    You might get away will placing each form separately on its own page and then accessing them through an IFRAME.
    That way, you may get the data data appearing in each view - I doubt it through. I find I have to pass datasets back and forth between form instances or move the entire form.

    You could link out to DollarTimes directly with <iframe src="https://www.dollartimes.com/car-loan/" style="width: 100%; height: 100%;"></iframe>.

    I think it may be better to link out to a separate site so you only ever use one form instance.

    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

 

 

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
  •