InHouse
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login by BestWebSoft] Google Login Broken Due to Google+ Shut Down?Your Google login uses the Google+ API which has been shut down. I wondered if you’d be updating to use a different Google API. I’ve already switched to a different plugin.
Forum: Fixing WordPress
In reply to: Cannot Disable Comments for my Custom Post TypeAgain, I want to disable comments, not enable.
As you see below, the plugin should not be supporting comments but somehow it does.
'supports' => array( 'title', 'revisions' ),
‘comments’ are intentionally omitted from the ‘supports’ line but comments are still supported for this plugin. Something is not right!
Forum: Fixing WordPress
In reply to: Cannot Disable Comments for my Custom Post TypeI do not want the plugin to support comments. I believe you misread my request. I do not want comments so I have intentionally omitted ‘comments’ from the ‘supports’ list.
Forum: Plugins
In reply to: [Nested Pages] Drag & drop sort only appears for adminsThere’s a setting under Settings > Nested Pages to control which roles may “Allow Page Sorting”.
Forum: Plugins
In reply to: [Post Thumbnail Editor] ACF PRO conflict – Mismatched anonymous define[…]I also have ACF Pro 5.6.7 and the same exact errors. The issue persists with both grid view and list view. The only workaround is to disable wp_debug which isn’t really feasible while developing a site.
Has anyone figured out a fix? If so would you mind posting the solution here for others to utilize? @sewpafly @strarsis
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Type wp_get_archives Links Are Redirecting me to Home@mazedulislamkhan I deactivated all plugins except Yoast SEO and Advanced Custom Fields Pro (needed for functionality) and the redirect still occurs. The only variable that solves the redirect is when Yoast SEO is deactivated.
Edit: I just figured it out. Date Archives needs to be enabled or Yoast redirects to the home page. I saved changes, flushed permalinks and the redirect is resolved.
Date archives settings: Date archives: Enabled
- This reply was modified 7 years, 3 months ago by InHouse. Reason: Solution Discovered
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Type wp_get_archives Links Are Redirecting me to HomeI did test the theme and plugin variables already. Issue persists with 2017 theme and does not persist with Yoast SEO disabled. That should narrow it down to a conflict with Yoast. There are no console errors to report as this is a redirect issue.
Ah, it’s Yoast SEO surprisingly enough. I ruled out my theme by switching to 2017 and then figured out it’s Yoast. No idea why though as I don’t see any settings which would cause this. Odd!
Yoast Debug Information wpseo_permalinks
array(9) { ["cleanpermalinks"]=> bool(false) ["cleanpermalink-extravars"]=> string(0) "" ["cleanpermalink-googlecampaign"]=> bool(false) ["cleanpermalink-googlesitesearch"]=> bool(false) ["cleanreplytocom"]=> bool(false) ["cleanslugs"]=> bool(false) ["redirectattachment"]=> bool(false) ["stripcategorybase"]=> bool(false) ["trailingslash"]=> bool(false) }
- This reply was modified 7 years, 3 months ago by James Huff.
- This reply was modified 7 years, 3 months ago by InHouse. Reason: Added Yoast SEO debug info
Thanks but I found that stack exchange before posting here and it wasn’t helpful. The only arg I didn’t have in place compared to the answer was ‘query_var’ => true which didn’t solve the problem. This is very perplexing!
Forum: Plugins
In reply to: [User Switching] 502 Bad GatewaySo sorry; I was under the impression that my hosting provider had done this already. Once I implemented the new nginx directives the problem was solved. Thanks @johnbillion
Forum: Fixing WordPress
In reply to: Front-end Search Index Like GoogleLooking for recommendations on plugins and/or 3rd party search services to use for client sites.
Also, the status is marked as “not a support question”. Any suggestions are appreciated.
Forum: Plugins
In reply to: [Contact Form 7 Modules] Send All Fields html always false bugThanks for this hack @maorb. I also realized blank fields are not added to the notification even though the “Exclude lines with blank mail-tags from output” checkbox is unchecked. I commented out lines 58-61 so that blank fields are added regardless.
Forum: Plugins
In reply to: [Ultimate Reviews] Many Notices in the admin and front endNo problem. I emailed you earlier this morning and forgot the link. I’ll send that over now. Sorry about that!
Forum: Plugins
In reply to: [Ultimate Reviews] Many Notices in the admin and front endThere is a console error which is preventing the Cycle2 slideshow from functioning.
Uncaught Error: Syntax error, unrecognized expression: label[for=ewd-urp-Overall Score] at Function.fa.error (jquery.js?ver=1.12.4:2) at fa.tokenize (jquery.js?ver=1.12.4:2) at Function.fa (jquery.js?ver=1.12.4:2) at Function.a.find (jquery-migrate.min.js?ver=1.4.1:2) at a.fn.init.find (jquery.js?ver=1.12.4:2) at a.fn.init.a.fn.find (jquery-migrate.min.js?ver=1.4.1:2) at HTMLInputElement.<anonymous> ((index):684) at Function.each (jquery.js?ver=1.12.4:2) at a.fn.init.each (jquery.js?ver=1.12.4:2) at HTMLDocument.<anonymous> ((index):681)
Forum: Plugins
In reply to: [Social Login by BestWebSoft] Redirecting to Primary Site on MultisiteI have 0.3 installed. I’m now not redirected to the primary site but I’m always redirected to /wp-admin/. Peter’s Login/logout Redirects is not being honored so I can’t control where specific roles/users are redirected after logging in. Is there any way to solve this?
Also, we use the WP Multisite SSO plugin but logging in with Google does not log me in to the network; it only logs me into the site I’m visiting.