Matt Biscay
Forum Replies Created
-
Forum: Plugins
In reply to: [Sky Login Redirect] Crashes Each Time NowHi Chris,
Thanks for your message. I’m very keen on solving the issue you mentioned. I’m running PHP7.4.
Which version are you running?
Do you get some error messages? Is it when you activate the plugin?Thank you,
MattForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap.xml returns 404Hello Sybre,
Thank you ever so much for your patience and the time you took to explain things. I really appreciate it!
denisyan: thank you too, your message made me look into another config file. I had the same block as yours and we need to take out the
xmlpart.Thanks again,
MattForum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap.xml returns 404Hello Sybre,
Thank you for your reply, I investigated but the only directive that target
xmlfiles is for cache exclusion.Another sitemap exists on the server as a physical file and is being served:
`/sitemap-index-image.xml’
so I’m thinking it has something to do with a rewrite rule.Under TSF v3, I used to have this line in my NginX config:
rewrite ^/sitemap.xml$ "/?the_seo_framework_sitemap=xml" permanent;
but I removed it as under TSF4, it was displaying the homepage instead of the feed.The URL/redirect above must have changed with TSF4 perhaps?
Thank you,
MattForum: Plugins
In reply to: [PHP Compatibility Checker] Fatal error created by pluginHi,
I’m getting the same error as Doug – would love to get your insight on this one.
Thanks
You’re welcome Sybre – thank you for your great work !
Hi Sybre,
That did the trick and I now have access to the SEO settings page 🙂
Thank you,
MattHi Sybre,
I’m also experiencing the same issue : the magnifying icon and the setting link point to
/wp-admin/admin.php?page=theseoframework-settingsbut when you click it, you’re redirected to the dashboard (/wp-admin/).HTH
Forum: Plugins
In reply to: [Sky Login Redirect] Question about compatibilityHi,
Can you clarify what you mean with “use the web site with webview” ?
Thank you,
MattHi,
This may happen with cache plugins. The plugin will not update those links though, this is WP core functionality. What other plugins are you using?
- This reply was modified 8 years, 11 months ago by Matt Biscay.
Forum: Plugins
In reply to: [Sky Login Redirect] Mobile appHi,
The plugin has not been designed for a mobile app. That’s something that should be considered by your mobile app devs.
Thanks,
MattForum: Plugins
In reply to: [Sky Login Redirect] Redirect(s)You’re welcome – don’t forget to rate the plugin 🙂
Forum: Plugins
In reply to: [Sky Login Redirect] Redirect(s)How do you login to your login area ? Do you click on a link ? If so, just append the
?redirect_to=/wp-admin/variable to your login link and you can do away with the plugin.Forum: Plugins
In reply to: [Sky Login Redirect] WP-members plugin conflictIt’s
login_redirect.Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Redirect(s)Hi islp,
The correct way to do it would be to put your
ifstatement aroundthe_content()in your template file.Something along these lines :
// user not logged in : display login link if( !is_user_logged_in() ) :?> <a href="<?php echo wp_login_url( get_permalink() ); ?>">Login to view content</a> <?php else: // user is logged in, display content the_content(); endif;Forum: Plugins
In reply to: [Sky Login Redirect] WP-members plugin conflictHi islp,
Both plugins use the same filter to redirect after login so they will conflict. You should only use one login/member plugin at a time.
Best,
Matt