heyjones
Forum Replies Created
-
I submitted a PR to fix this:
https://github.com/pardot/pardot-for-wordpress/pull/53
I’d recommend replacing the code above with this:
'redirect_uri' => admin_url( 'options-general.php?page=pardot' ),
- This reply was modified 3 years, 9 months ago by heyjones.
Forum: Plugins
In reply to: [Roku Direct Publisher] how can i ad new feature Hls on itThanks for the heads up, I’ll get this sorted out.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed URL showing 404Turns out that it was a WordPress issue. Apparently if you don’t have any published Posts all of the feeds break. Rad.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed URL showing 404I’m actually having a similar issue, however prepending “index.php” into the feed URL doesn’t resolve the issue.
https://davesofthunder.com/feed/podcast
https://davesofthunder.com/index.php/feed/podcast
I’m running WordPress 4.7.2 and SSP 1.15.1. I also have the “Add Podtrac to Seriously Simple Podcasting” plugin installed, but disabling it didn’t fix the issue.
Forum: Networking WordPress
In reply to: Losing menu contents when renaming a custom menuWe had the exact same problem. Pulled our hair out for days then found that a new term_id was being created every time we edited a Category, so it would be removed from our nav menu. We’re running a multi-site instance and setting global_terms_enabled to 0 fixed the problem. Not sure if it has created any new problems but I will give you all an update if it does.
Was looking into this as a possible cause as well:
Forum: Fixing WordPress
In reply to: Exclude Posts from "Recent Posts" SectionThe post__not_in function isn’t working in 4.2.3.
Forum: Fixing WordPress
In reply to: Unable To Create A Permalink Named "101"I think the only problem that I would run into is with the paging on the blog section of the site, at least according to the description of that plugin.
I’m looking into an .htaccess solution for the time being, or worst case I suppose I could just add a /101 folder to the root of my site and go from there.
Forum: Fixing WordPress
In reply to: Unable To Create A Permalink Named "101"Thanks for the response! Could I add an exception in my .htaccess to point /101 to the ?id= for that page?