jeremyschultz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Custom HTML outputI also had this problem and went ahead and revised the $output on lines 100 and 122 to get the HTML I wanted.
Forum: Fixing WordPress
In reply to: How to create custom post format and add it on custom post type ?If you are comfortable editing the default includes, you can add custom post types directly to get_post_format_strings and then work with them normally.
Forum: Plugins
In reply to: [Cyclone Slider] Slider doesn't work on pageI have this same problem on a new client’s website. The slider HTML is in place but there’s no functionality. They were on 2.7.4 and I updated to 2.7.6, but there’s no change.
I have jQuery 1.10.2 on the page but I see no cycle2 scripts. Should the plugin load those automatically if that’s what is used to power the functionality? I don’t have FTP access yet so I can’t tell if the scripts might have been moved or not put on the server.
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayThe relative URL does work in our prod environment–the form now submits. Something good to know for other users in reverse proxy situations.
However, I see now in the admin screen that I can reach the dashboard via the WP admin nav, but clicking any element in it will replace your admin panel with a “0”.
Along with the ufobaseurl, I did apply the relative URL here:
$js .= “config.url='” . ‘/wp-admin/admin-ajax.php’ . “‘;”;
in easy-contact-forms.php and easy-contact-forms-customforms.php. Should I revert these?
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayGreat, thank you for the confirmation. The original code works fine on dev and I’m setting it up so on prod var ufobaseurl = ‘/wp-admin/admin-ajax.php’
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayhttps://www.werebuild.com/volunteer/
And the dev site:
https://blogs.green.resolute.com/blogs/werebuild/volunteer/
We’re currently trying to put a switch in the plugin code so the URL to admin-ajax.php gets rewritten to the final URL.
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayYes, it made no change–see my original post.
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayLooks like this is 1.4.2. I don’t see a place to write a support ticket.
Does 1.4.3 have a known fix for the status=0 error? Maybe that would help.
Forum: Plugins
In reply to: [Easy Contact Forms] Status=0 persists but submits anywayIt looks like it might also be preventing confirmation and notification emails.
Forum: Plugins
In reply to: [WP Slider Plugin] HTML slides show nothingNever mind–I found your forum and the mention that the free version just has the image skin.
Forum: Fixing WordPress
In reply to: Posts are disappearingOK, the blogger has reported she does not used browser tabs in her workflow. She did say she has seen clues that suggest she’s editing an existing post rather than creating new (WP says “post updated” after creating a new post, things like that). Seems like we are seeing old posts being overwritten for some reason, rather than post data simply disappearing.
Forum: Fixing WordPress
In reply to: Posts are disappearingIt is not in the database.
I have been going over the blog database with someone from the server provider and we ended up seeing some really strange entries where it looked like posts were created as revisions of older posts.
We think the blogger is actually creating and saving a post, then copying the post edit URL into a second tab and “creating” a second post. This of course just overwrites the first post since the URL has a post ID on it after the save.
We need to confirm that she’s using a tabbed workflow, but we’ve reproduced the problem this way. We’ll see what turns up.
Forum: Fixing WordPress
In reply to: Posts are disappearingThey have already thought of corruption and repaired the tables, with no change.
Forum: Fixing WordPress
In reply to: Posts are disappearingI can ask the people who manage this server.
Forum: Plugins
In reply to: [Meteor Slides] Never mindPlease post your solution, I think it could be the answer to my problem!