astellhorn
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider Feed] Post only pulling 11 photos instead of 12I am seeing the same issue. It is leaving an empty space for videos. Is there a way to skip the that video and show the latest 4 photos?
- This reply was modified 8 years, 4 months ago by astellhorn.
Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlI have, i set it to only print out the $_POST and it still behaves the same. I’ve spent so much time searching and trying things, The only thing I cannot do is change the php version of the site that is working. That would be the definitive test to see if php version being different was the reason, but even then, I don’t see how that could be an issue.
Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlI am completely positive. Even changed my php settings to display errors. Godaddy did the same and could not get errors anywhere.
I did do further testing last night, I’ll do my best to explain.
test 1:
I set up a test page outside of wordpress that I submit to the same custom Page and the $_POST works fine.test 2:
I submit the form from a custom page template to the same custom Page and the $_POST is empty.Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlStill no luck. I have striped down the page template to just:
<? print_r($_POST); exit; ?>
and I still get an empty post only when a value has https:// in it.
Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlBut I’m thrown off because it works on the old host.
Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlIt seems to have something to do with submitting a url to a Page that is set to use a custom template.
Forum: Fixing WordPress
In reply to: Form Submit $_POST empty when field value is a urlIf I take the form down to one text input and put a value a “test” in it, the page submits fine. If I enter the text of “https://www.test.com” it shows me a blank white page. No errors on the server.
Thanks for the response! I think that was my issue. I had uppercase letters. I ended up fixing it by using this site https://themergency.com/generators/wordpress-custom-taxonomy/.
Thanks again!
did you ever get a solution to this issue? Nothing is helping on the google. Thanks!