Comments

johnebaker wrote on 4/12/2022, 7:54 PM

@Garry-Fenton

Hi

Is the left image from the Mobile version or the Main page in Designer Pro?

If it is the mobile page version then the layout will be more stacked due to the reduced width of the page.

If from the Main page then has the placeholder been reduced in width?

John EB
Forum Moderator

 

 

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

Garry-Fenton wrote on 4/13/2022, 2:58 AM

Hi John

Thank you for the reply to my question

They are both desktop and mobile. it is a lightbox form via Jot forms. Have tried increasing the size, but no change still displays two forms.

This problem is solved by deleting / removing from Xara either from Desktop of mobile.

I have contacted Jot Forms to see if the scrip was the issue, but they have said I should use an iframe.

Here is the script for the lightbox (note the bold type is to display a buttion)

Thanks and regards

Garry

<script src ="https://form.jotform.com/static/feedback2.js" type="text/javascript"></script><script type="text/javascript">

        var JFL_xxxxxxxxxxxxx = new JotformFeedback({

          formId: 'xxxxxxxxxxxxx',

          base: 'https://form.jotform.com/',

          windowTitle: 'BBMF Print Order Form ',

          background: '#000000',

          fontColor: '#ffffff',

          type: '2',

          height: 700,

          width: 700,

          openOnLoad: false

        });

    </script>

      <a class="btn lightbox-xxxxxxxxxxxxx" style="margin-top: 16px">

        BBMF Print Order Form

      </a>

<style>

.lightbox-xxxxxxxxxxxxx {

cursor: pointer;

border: 2px solid #004238;

border-radius: 3px;

background: #f98e03;

color: #fff;

padding: 5px;

}

</style>

johnebaker wrote on 4/13/2022, 10:13 AM

@Garry-Fenton

Hi

. . . . They are both desktop and mobile. it is a lightbox form via Jot forms. . . . .

Which page did you add the Jotform to - the Main, Mobile or both?

I have removed what looks like an account identifier from the code you posted - please do not post any instances of personal identification or account ID's.

John EB

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.