We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Mariusz

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 75 total)
  • Author
    Posts
  • in reply to: Iframe size doesn’t change #58995
    Mariusz
    Customer

    Try to play around with the iframe settings. For example, to get 100% of width and height for iframe, I use this code:

    <iframe src="" style="width: 100%; height: 100%; position: absolute; overflow: hidden;">

    in reply to: Verge App not working on IPhone/IPad #58897
    Mariusz
    Customer

    Be careful with using “check performance”. When I use it in combination with “when clicked” and “all objects” puzzles (to check performance when I click anything anywhen), then it causes problems on iPhones as you described.

    in reply to: Plugin deactivate causes problems with attachments #57263
    Mariusz
    Customer

    Hi Alexander,
    Unfortunately/fortunately, duplicated shortcode was not a problem here. The problem came back.

    All the settings are correct, and the error log shows something like this (if I’m looking in a good place):

    [Thu Nov 10 04:30:43.131653 2022] [autoindex:error] [pid 11838:tid 47914549815040] [client 142.93.5.147:56752] AH01276: Cannot serve directory /home/mywebsite/public_html/wp-includes/SimplePie/Net/: No matching DirectoryIndex (index.html,index.htm,index.php) found, and server-generated directory index forbidden by Options directive, referer: https://mywebsite.com/wp-includes/SimplePie/Net/index.php

    in reply to: Rendering “start” and “end” in a procedure #57253
    Mariusz
    Customer

    I have quite a similar problem. I need to do some actions (take screenshots) after some other actions take place on the screen which takes a few seconds. The total time depends on the computer. I have to idea how to detect if the previous actions are already finished, so I can start taking screenshots. Any hints on how this detection can be made without a time delay puzzle?

    Mariusz
    Customer

    It seems to work, thank you! :yahoo:

    Mariusz
    Customer

    I have the screen scale set to the “native screen scale” puzzle.

    Mariusz
    Customer

    Thank you kdv77kdv, I did it. Unfortunately, with no effect. My procedure for this PDF generation is quite long. But it was no problem so far. Recently, I changed the camera changing mode. Before “tween camera” I’ve been using “set camera” with a time delay. But “set camera” puzzle doesn’t have a slot “on finished”, and sometimes, when the device was lagging, the camera was forced to change because of time delay before the screenshot was taken.

    With a “tween camera” puzzle, the screenshots are taken [usually] correctly. But I think this setup is a bit too ‘deep’ for iOS. Although I am not sure if my thinking is correct.

    in reply to: Copy link/url on click and touch #57057
    Mariusz
    Customer

    Thank you kdv77kdv! Your words that it should be working correctly inspired me to search for the reason not in the code itself. And eventually, I figured out that the code was fine but I put it in the wrong place! :wacko: I work in Webflow, and I attached this script directly to the button. And it should be pasted just before the </body> tag. When I changed its location it worked as expected. :)

    in reply to: Reduce the number of materials #56966
    Mariusz
    Customer

    Nevermind, I think I found the solution. :)

    Here are two useful videos:

    in reply to: Plugin deactivate causes problems with attachments #56878
    Mariusz
    Customer

    Hi Alexander,

    I think I found the problem: I had two different “download pages” on my website, and both had only the shortcode [verge3d_order] in the content. When I removed one of them, the email worked properly and all the files got attached. So apparently the existence of two [verge3d_order] shortcodes on the website cause some errors in the plugin’s code. For now, this solution is enough for me, but maybe this is something you should consider upgrading for the next plugin update. Let’s say a client would need two totally different “download pages” with different contact forms and emails sent – then I think it might be a problem.

    Best regards!

    Mariusz
    Customer

    Ok, good to know. Thanks!

    Mariusz
    Customer

    That’s clever, thank you! By the way, do those two different techniques impact the application’s performance anyhow? Besides lagging in the Verge3D puzzle viewport, of course.

    I mean, is there any difference in the app performance depending on whether I will use “else if” + “replace texture” 20 times, or whether I will use the universal puzzle configuration like above?

    When I started this project, I had no idea on how to create universal puzzles using a combination of text-replacing puzzles. So now, I have a loooooot of repetitive puzzle setups for different configurator options. I wonder if changing them all to universals is worth my time spent on this project since it’s a lot of work to do.

    Mariusz
    Customer

    Oh my… “Set prop” puzzle. Of course! That was so obvious. :wacko: thank you! It works now. :good:

    in reply to: Refresh / reload page on click #56626
    Mariusz
    Customer

    I’ve just found a better solution to the problem that I had. I managed to display the “rotate the device window” message for the user when he rotates the mobile device to landscape and I want him to stay in portrait. It’s a kind of workaround. ;-) I’m leaving it here in case someone will need it in the future.

    The reason for this workaround is that resizing the window from the example above was working also in a case where the user uses the “input” field to enter some text – the window was resized on mobile because the keyboard appeared and the website got refreshed, which was wrong in this situation.

    To make the workaround:
    1. We need to create a div with the message. In my setup, it has an ID “rotate device”.
    2. We need to set up the procedure for checking the screen orientation (it was explained by Soft8Soft in a few places on the forum).
    3. We need to set up “on event” for resizing the window.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change attachment name in place order + puzzle #56491
    Mariusz
    Customer

    It worked, this solution is good enough for now. Thank you Alexander! :)

    Another question, in the email body I put a link to the configuration, so the user can come back to it in the future and modify it. The link is taken from another attachment, as you suggested a while ago (the setup was in the first picture in this topic). It works nicely and allows me to add this link to the email body. But at the same time, it sends this attachment as a text file together with the email. It doesn’t look pretty and professional, since the user really doesn’t need to receive the file with one single link. Is there any way that I can stop it from being sent with the order email?

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 31 through 45 (of 75 total)