Gilligan
Forum Replies Created
-
Forum: Plugins
In reply to: [Authorizer] the latest version 3.10.1 cause the redirect issueSame, just updated a test site 3.9.1 => 3.10.1 and see the following error message when attempting login:
HTTP redirect status code must be a redirection code, 3xx.- This reply was modified 2 months ago by Gilligan.
Forum: Plugins
In reply to: [Guest Author] guest author coming up as slugsVersion 2.5 fixes this issue as far as I can tell in local testing.
Thank you so much, Mikko!
Update: This is related to the Jetpack Settings: Writing: Media: Display images in a full-screen carousel gallery.
If that setting is turned off, highlights do not break image tags.
Is there any way to limit or prevent highlights in image tags or img src? It seems to be more of a bug with Relevanssi than Jetpack and RICG srcset.
I tested Jetpack on a private server in offline mode, which bypasses the wp.io CDN and other phone-home or external connection features. If the carousel gallery feature is turned on, the image tag bug appears.
- This reply was modified 2 years, 3 months ago by Gilligan.
Forum: Plugins
In reply to: [WP Cassify] Redirect after CAS login@sgoetz Yes, I have been using a much older CAS plugin that sometimes has that problem, although it does completely take over the wp-login form for almost every WP action, including normal usage of the login/logout link in the old Meta widget. It seems to happen during some account maintenance functions and, of course, when the user follows a link in WP account notification emails.
I’m a new user of WP Cassify, so I’ll be interested to see if we experience a problem similar to what you describe.
Forum: Plugins
In reply to: [WP Cassify] Redirect after CAS login@sgoetz, because you are hiding the normal fields, adding the CAS Login link should be easy and might cause less confusion.
Forum: Plugins
In reply to: [WP Cassify] Redirect after CAS loginHave a look at https://wpcassify.wordpress.com/getting-started/ and the Bypass CAS Authentication screencast, code and following notes.
This sends all login requests to wp-login, and you can customize your theme’s display to have a CAS Login button link. This is similar to the way the Authorizer plugin works by default.
I haven’t tried it with a custom login path, but assume it would work.
Forum: Plugins
In reply to: [WordPress Importer] WordPress Importer: PHP deprecatedI second this report, I am migrating sites to a PHP 8.0 environment and the importer shows many deprecation warnings and does not import tags, categories, authors correctly.
Forum: Plugins
In reply to: [TablePress Extension: Chartist] PHP fatal error after version 0.9 updateThank you silsha, this only caused a problem on that one site, which was on a test server.
Forum: Plugins
In reply to: [W3 Total Cache] Website sporatically breaks with W3 enabledI have found the problem can be temporarily resolved by turning off Page Cache. I will wait for a new production version.
Verified this problem on 2 production hosts:
Amazon Linux 2015 and Oracle 6
Apache version 2.2.21
PHP versions 5.3.29
APC 3.1.13No problems on a test host:
Oracle 6
NGINX version 1.10.2
PHP version 5.6.30
Redis 3.2.6Forum: Plugins
In reply to: [RICG Responsive Images] CDN Support?I’m also using W3TC with CDN & cloud front. Similar issues to rsmith4321.
<a href="https://c241zmwhx9qhf.cloudfront.net/wordpress/wp-content/uploads/2015/08/image.jpg?062e31" rel="colorbox" class="cboxElement"><img class="wp-image-1415 size-medium" src="https://domain.org/wordpress/wp-content/uploads/2015/08/image-1024x768.jpg" srcset="" alt="image description" width="300" height="225" sizes="(max-width: 300px) 100vw, 300px" data-pfsrcset="https://c241zmwhx9qhf.cloudfront.net/wordpress/wp-content/uploads/2015/08/image-300x225.jpg 300w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-1024x768.jpg 1024w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-250x188.jpg 250w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-533x400.jpg 533w, https://domain.org/wordpress/wp-content/uploads/2015/08/image.jpg 1200w" style=""></a>
_______________________________________
<a href="https://c241zmwhx9qhf.cloudfront.net/wordpress/wp-content/uploads/2015/08/image.png?062e31"><img width="930" height="1200" src="https://domain.org/wordpress/wp-content/uploads/2015/08/image.png" class="thumbnail wp-post-image" alt="image description" sizes="(max-width: 930px) 100vw, 930px" srcset="" data-pfsrcset="https://c241zmwhx9qhf.cloudfront.net/wordpress/wp-content/uploads/2015/08/image-233x300.png 233w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-794x1024.png 794w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-155x200.png 155w, https://domain.org/wordpress/wp-content/uploads/2015/08/image-310x400.png 310w, https://domain.org/wordpress/wp-content/uploads/2015/08/image.png 930w" style=""></a>
Forum: Plugins
In reply to: [Simple Page Sidebars] Deleting SIdebar and Changing DefaultI would also like to know the answer to these questions.
To prevent list of site(s), go to individual site/blog, change Settings > Reading to Discourage Search Engine visibility.
Forum: Plugins
In reply to: [Our Team by WooThemes] Images do not resizeSimilar problem on canvas.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Missing Data User IDthanks for this quick fix. i just set this up today as part of a theme, and wondered why prepended username was not working as expected.