Tejas Hapani
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Reset password link is not working on edgeOur hosting provider is Godaddy and it looks like they are not tech savvy to fix such a small issue.
Anyway thanks for your help.
Forum: Plugins
In reply to: [Theme My Login] Reset password link is not working on edgeHi @jfarthing84
Yes, i read this note on some other support article.
We requested the server support to exclude those pages but they are unable to do it.
Is there any way we can do this using htaccess?
I tried following code to exclude pages from cache:
<IfModule mod_headers.c>
<FilesMatch "^(login|logout|register|lostpassword|resetpass|dashboard|profile|activate|2fa)/">
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</FilesMatch>
</IfModule>Thanks
Forum: Plugins
In reply to: [Theme My Login] Reset password link is not working on edgeIs it possible to use a different plugin for reset password?
I am trying to use Frontend Reset Password plugin.
I have created a separate page for reset password and inserted shortcode from the plugin.
If i test this page, it works fine.But when i set that page slug into Theme my login settings and test the flow.
It is not working.After submitting the reset password form, it redirects to mysite.com/reset-password/wp-login.php?checkemail=confirm which is not working.
Is there any way i can fix this issue?
Forum: Plugins
In reply to: [Theme My Login] Reset password link is not working on edge@jfarthing84 Is that due to the Caching?
Our site is hosted on Godaddy with managed wordpress server which has inbuilt CDN feature.
Is there anyway we can exclude those pages from caching?
Forum: Plugins
In reply to: [Theme My Login] Reset password link is not working on edgeAfter debugging the issue, it looks like the required cookie isn’t setting up on Edge browser.
Thanks
After reading other issues, i found that saving permalink will fix the issue.
This seems to be related to your site’s permalink settings. To fix this, you’ll need to refresh your WordPress permalinks. You can do this by navigating to Settings > Permalinks in your WordPress dashboard and clicking Save Changes without making any edits.
Hi @janilyn409
Thanks for your reply.
I would like to perform some operation with the composite products after customer placed an order.
I will open a ticket on given site.
Thanks
Thanks @patrickposner
I will check the settings.
Forum: Plugins
In reply to: [Yoast SEO] Some product pages are not showing on sitemapHi @maybellyne
Thanks for your feedback.
We are using the filter ‘wpseo_exclude_from_sitemap_by_post_ids’ but we don’t have the post id related to mentioned url.
I am using full width container.
See this: https://app.screencast.com/aFLroqYRalo7W
Hi,
Any feedback on above issue?
I tried it out on a free dummy site just to confirm that it’s not the issue with other theme or plugin:
https://harmonizing-houde-26f.zipwp.link/But it’s not showing as full width.
- This reply was modified 9 months ago by Tejas Hapani.
Thanks Adarsh
Hello Adarsh
Is it possible to remove Read more button from specific accordion?
For example, few posts have just 2-3 line of text for which we don’t require Read more button.
Is there any hook or action available that will help me to check the length of post content and allow me to add a class within specific accordion?
Thanks
This is fixed now.
Thanks