fohteh
Forum Replies Created
-
UPDATE: I’m using another pc and able to see these specific category posts and category page. It’s only happening on my computer.
Forum: Plugins
In reply to: [WPS Hide Login] Password recovery reveals hidden urlHi Maxim
No; actually the plugin optin builder has its own url for subscribers. But request a new password or activation mails contains the urls created in WPS hide login plugin.
Btw, your plugin is great and causes no issue at all. Only thing your plugin does is blocking the custome code when active when we try to modify url used by subscribers with a specific code saved in the functions.php for password recovery and activation.
Forum: Plugins
In reply to: [Contact Form 7] File Attachment Not Working ProperlyHere’s the screenshot of the plugins.
Tagdiv Newspaper Theme
Forum: Plugins
In reply to: [Contact Form 7] File Attachment Not Working ProperlyHi Harish
Thank you for your quick reply. I fixed the issue exactly with your solution. it was the time the system worked, I realized you only offer more than 1 form on premium, so I decided to work with yikes mailchimp.
Thank you Harish.
Forum: Plugins
In reply to: [WP Crontrol] All the cron jobs in the past..Hi John
Thank you for your reply.
I have searched a lot in the web, but can’t find much of our issue.
Could you explain the way we are calling the cron wrong and post request for a start?
Forum: Plugins
In reply to: [Redirection] I can not redirect old page numbers to updated page numbersThank you John
You have been very helpful!
Forum: Plugins
In reply to: [Redirection] I can not redirect old page numbers to updated page numbersBefore we apply for the regex below
source: ^/category/xxx/yyy/(.*)
target: /category/ooo/$1we were using only main redircetion as below
source: /category/xxx/yyy/
target: /category/ooo/Since the regex works now, should we remove the main redirections? Or keep them?
- This reply was modified 7 years, 3 months ago by fohteh.
Thank you for your help Costa
We have just removed the /en/ version of the sitemap!
Best
- This reply was modified 7 years, 3 months ago by fohteh.
Forum: Plugins
In reply to: [Redirection] I can not redirect old page numbers to updated page numbersHi John
You were right. They are working! 2 Questions
1- Should I use the carat character for the target url too?
2- Should I remove the main direction after adding the pagination redirect?source: /category/xxx/yyy/
target: /category/ooo/Thanks
Hello Ibrahim
Thank you for your reply.
We actually submitted the en site map before your reply. See the image below.
Should we remove it?
Hi Costa
Thank you for your reply.
I will try and see for the 2nd question.
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Performance VS Load TimeHello Marko
Sorry for my late reply.
I do not want to share the report openly.
Do you have any other means?
Forum: Plugins
In reply to: [W3 Total Cache] .com/en/ pages suddenly started showing old pagesHello Marko
I did couple of times actually, but did not help.
Well I did nothing but it fixed itself somehow. I think it was a temporary issue.
However, after the last update, our page load has increased to 6.5 seconds from 3.1
I’m going to follow the topics here if anyone encounters something similar.
Forum: Plugins
In reply to: [Redirection] I can not redirect old page numbers to updated page numbersHello John
I read all the page there actually.
So I came up with this
source: /category/xxx/yyy/(.*)
target: /category/ooo/$1but it doesnt work!