klingbeil
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemThank you for your attention;
That part was actually adapted for the “Add to Your Site” section. A shortcode is generated using “.pexpe-add-site #pexpe-copy-code2 { display: none; }”.
It’s really strange that the form doesn’t load. Adding
iframe="1"
solves the issue, but in that case, a lot of links are generated in the console.90% of the forms work, but randomly 10% don’t load. To address this, I clear the cache every hour, but I still can’t pinpoint the exact cause of the problem. ??
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemHello,
Thank you for your response. However, this issue occurs on all form pages, and I can only identify which form isn’t loading by chance. In other words, there isn’t a single Hijri calendar URL. That’s why I reduced the WP Rocket cache refresh interval to 1 hour. The code you provided in your two messages:.pexpe-add-site #pexpe-copy-code2 { display: none; }
did not solve the issue. I suspect something is preventing the page from loading, but I can’t figure out exactly what it is. iframe=”1″ might solve the problem, but it would be more logical to find a solution for the first issue. Unfortunately, I still haven’t figured out what content isn’t loading. Thank you for your help.
- This reply was modified 1 month, 3 weeks ago by klingbeil.
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemIf we add it like this, will the problem be solved?
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemHello;
Is the process correct at the moment?
Thank youForum: Plugins
In reply to: [Calculated Fields Form] Form cache problemForum: Plugins
In reply to: [Calculated Fields Form] Form cache problemHello,
- We have increased the WP-Rocket cache duration to 10 hours.
- The WP-Rocket option is active in the settings (Calculated Form Fields).
- JS delay is disabled.
I’ve done everything and cleared the cache, but I still detected a form that is not loading.
Notes : When I clear the WP-Rocket cache, the form starts working again.
Thank you.
- This reply was modified 1 month, 4 weeks ago by klingbeil.
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemFile Download please
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemHello,
I have just installed version 5.2.40. I am not using iframe=”1″ because it creates hundreds of links in the background, which is not suitable for my purpose. I upload the form via [CP_CALCULATED_FIELDS id=”380″] in the ‘add text’ section.
In summary, if the new version solves this issue, then there’s no problem. However, if some forms are still not loading, how can I fix this through the WP Rocket settings? Thank you in advance for your support.”
Let me know if you need any please adjustments!
Forum: Plugins
In reply to: [Calculated Fields Form] Form cache problemHello, I can’t do the first solution. (I don’t use it with the iframe tag) Could you give me some more details about the second solution?
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Creating LinksDo you have any suggestions? When we create a link from within the form using an iframe, it does not get included in the source code of the other site. This doesn’t solve the issue either.
Thank you.Forum: Plugins
In reply to: [Calculated Fields Form] Creating LinksHello,
Currently, the sites where I share the iframe are using the code, so I cannot modify the iframe code. As a result, I cannot add a link to the end of it.
In short, I want to create a link using JavaScript within the form, but when the other site calls it with an iframe, I want it to create a nofollow link on the target site, independent of the iframe.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible for the height to be automatic?I sent a message. This problem is a general problem, but if it is solved, I am ready to pay a reasonable fee.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible for the height to be automatic?For example, we gave the height value; 800px, but when the website using it adds this, there is no problem in the desktop version. But there is a big gap in the mobile version. So we can’t figure this out. Yes, it is available on our own site, it automatically adjusts the height very well. However, when the opposite site is added, unfortunately it is not fully sufficient and we cannot find a solution. In this case, unfortunately, we lose value as a brand. It would be great if a solution to this situation could be found.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible for the height to be automatic?Now I guess I didn’t explain the problem fully. If I do not specify a higher value within the iframe, the forms appear corrupted on sites that use it. Naturally, I need to adjust the exact size to keep it in shape. Instead of adjusting the distribution for each form, it is my responsibility to set automatic forms on the sites used with the iframe code I shared. Which js I didn’t manage to merge. There must be a way.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible for the height to be automatic?By the way, this code did not work. The iframe does not come, but the height does. The iframe content is not loading.
<iframe src="https://www.domain.com/?cff-form=5" style="width:100%; height:820px; overflow: hidden; border: none;" scrolling="no" onload="this.width=this.contentWindow.document.body.scrollWidth;this.height=this.contentWindow.document.body.scrollHeight+40;this.style.minHeight='auto';"></iframe>