rsmith4321
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] New Photoswipe 5That’s great that you are working on it! I will test it out. So many of my website visitors are using iOS devices I would gladly give up features to make it work more consistently on those. I think an option to choose the version would be perfect.
Here you go https://docs.google.com/document/d/1KymO7Xbv7FFC-0tZPzW5mmXZolBhXCY3MW0tCrNR2_c/edit?usp=sharing. When a Stripe field is in the form it seems to hide the form no matter the settings. Also, like I said display=”none” is added to the div surrounding the entire form including the response. So I think if you test this you will see the same issue.
This is unrelated, but I’m having a separate issue when trying to export the form. When I click download the page just says the site can’t be reached. Checking my Nginx Error Logs I see the following. This isn’t important I just thought you might find it helpful if there is a bug in the plugin.
Stack trace: 2022/05/05 14:31:06 [error] 563352#563352: *1305063 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function fpassthru() in /home/runcloud/webapps/ryansmithphotography/wp-content/plugins/forminator/admin/abstracts/class-admin-module-edit-page.php:743 2022/05/05 14:28:37 [error] 563352#563352: *1304981 upstream prematurely closed FastCGI request while reading upstream, client: 66.153.170.120, server: www.ryansmithphotography.com, request: "POST /wp-admin/admin.php?page=forminator-cform HTTP/2.0", upstream: "fastcgi://unix:/var/run/ryansmithphotography.sock:", host: "www.ryansmithphotography.com", referrer: "https://www.ryansmithphotography.com/wp-admin/admin.php?page=forminator-cform" #4 /home/runcloud/webapps/ryansmithphotography/wp-includes/class-wp-hook.php(307): Fo" while reading response header from upstream, client: 66.153.170.120, server: www.ryansmithphotography.com, request: "POST /wp-admin/admin.php?page=forminator-cform HTTP/2.0", upstream: "fastcgi://unix:/var/run/ryansmithphotography.sock:", host: "www.ryansmithphotography.com", referrer: "https://www.ryansmithphotography.com/wp-admin/admin.php?page=forminator-cform" #3 /home/runcloud/webapps/ryansmithphotography/wp-content/plugins/forminator/library/modules/custom-forms/admin/admin-loader.php(33): Forminator_Admin_Page->__construct() #2 /home/runcloud/webapps/ryansmithphotography/wp-content/plugins/forminator/admin/abstracts/class-admin-page.php(79): Forminator_Admin_Module_Edit_Page->init() #1 /home/runcloud/webapps/ryansmithphotography/wp-content/plugins/forminator/admin/abstracts/class-admin-module-edit-page.php(28): Forminator_Admin_Module_Edit_Page->processRequest() #0 /home/runcloud/webapps/ryansmithphotography/wp-content/plugins/forminator/admin/abstracts/class-admin-module-edit-page.php(846): Forminator_Admin_Module_Edit_Page->export_module()If you don’t have any ideas I’ll just have to switch back to the Jetpack form. I’ve tried the usual Akismet spam triggers like I mentioned at the included link, and none are blocked. Here is an export of the form https://docs.google.com/document/d/1GqKPw0m33UnBVj02UUlR0S11l_PvdclzDXy1bYJVZU8/edit?usp=sharing
Thanks for the help! Actually, I’m just getting around to trying the code now, it will take a couple of days to see how it works. Shouldn’t this be the default behavior if someone is activating ajax for the specific reason of fixing cache issues as the selection states? Most page caches keep the cache for more than a day or so, I realized even my local litespeed cache will break the form loading if the page is cached for more than a couple of days.
Forum: Plugins
In reply to: [AMP] Mobile Friendly test something went wrongThanks. Switching amp off it can test the page so I thought it might be something do to with the slightly longer delay cause by amp. But I can’t figure it out.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Photoswipe 5Yes the official mostly acts the same. It kids of jerks and will sometimes repeat an image on swiping, when zooming some of the image will sometimes disappear and if you zoom in and try to move the image around it just collapse back and acts like you are trying to swipe to the next image. I could try to take a video. I just notice with the new beta examples on the site he seems to have taken care of these issues it’s very smooth, so hopefully it will be finished before too long.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Photoswipe 5I ask because the latest version of iOS has some issues with the older Photoswipe. If you have a recent iPhone it might be good to check it out. It’s jumpy, sometimes repeats images, and 2 finger zooming has issues. I don’t notice any issue on an iPad or Mac.
Forum: Plugins
In reply to: [AMP] data-hero for Amp OptimizerThe latest amp plugin takes care of it automatically no changes needed.
When you say resolved do you mean I no longer need the code in my functions.php? Or just that it will work now with the code. What is the final recommendation for what I should add to my functions.php to get this working if it’s still needed?
Thanks, I’m using the following tags like below, just real basic html with of course styles and classes inside the quotes and content in between.
<div style="" class=""></div> <h2 style=""></h2> <br/> <p></p> <b></b> <img style="" class=""> <table style=""><tbody><tr><td style=""></td></tr></tbody></table>Thanks for the help.
I still haven’t been able to get this issue resolved, do you have any other ideas I can try to return the original functionality without stripping tags? Thanks!
I also had this question. Is there a function we could add that would bypass the sanitation of the category description? Due to amp I can’t just post this in the visual editor, I need to be able to add the <amp-iframe> code.
I finally had a chance to try the latest code. It’s still removing my
tags and for some reason adding in a
tag in it’s place. I really with there was a way just to disable filtering like the older versions, but if you have any other ideas I’ll try it. It’s finally not stripping the style tags with the latest version. Thanks.
Forum: Plugins
In reply to: [AMP] Lightbox-gallery v1Thanks, I never reported any issues because I assume the amp team must know already. The lightbox gallery is really messed up in Safari on ios, one swipe will cause it to scroll through and skip many images at once, it’s pretty much unusable. I don’t think it’s a WordPress amp issue. So I was hoping the new version will fix that.
Forum: Plugins
In reply to: [Meow Gallery] Add link to all images in galleryI actually figure out my filter was working I guess it was just a caching issue or something.