acekin
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink change@johnny5, you are a patient man, thank you. I have changed the source URLs as you showed and everything is working now. I thought I posted this a few minutes ago but cannot see it here, so here are a couple of screen captures showing the full syntax.
https://www.dropbox.com/s/8uqy9le9n477drc/2020-01-28_131206.jpg?dl=0
https://www.dropbox.com/s/6bwprmi5qo0bwsp/2020-01-28_131125.jpg?dl=0Thank you very much again. Everything is redirecting now and I can log in to the old site if I want to. All is good.
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeOK, here are some screen captures:
https://www.dropbox.com/s/nstgqhn6r89btmh/2020-01-28_120128.jpg?dl=0
https://www.dropbox.com/s/7wm529w1nsbaqqu/2020-01-28_120156.jpg?dl=0
https://www.dropbox.com/s/tuqtgkfugp5w5dw/2020-01-28_120223.jpg?dl=0Their order numbers are 0, 2, 3
Plain divorceecafe.com redirects but no other URL with or without date in the string.
Cemal
PS the .htaccess file is in charge again if you try to test the redirects. They will all work.
- This reply was modified 6 years, 3 months ago by acekin.
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeThank you for following up, I will try later today and offer screen captures. I appreciate your willingness to help to make this work. Stay tuned…
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeNo dice! When I test the redirect, I am getting
expected
https://www.divorceecafe.org/$1
found:
https://www.divorceecafe.com/%5E/d%7B4%7D/d%7B2%7D/d%7B2%7D/(.*I think I will leave the htaccess file handling the redirect, it works for the URLs with or without dates in them. I know they are the equivalent but I must be doing something wrong in the plugin fields.
Thank you for your help in any case,
Cemal
- This reply was modified 6 years, 3 months ago by acekin.
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeThank you, @johnny5 I will try these. My eyes are not that good and I did not differentiate the curly brackets and the parentheses and used the latter on all. That might have been a part of the problem too. I will use the magnifier to make sure I am reading them correctly. So, my source line was altogether wrong.
I will experiment and let you know. I appreciate your help and expertise.
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink change@johnny5, brackets? Do you mean the parentheses? All of them?
^/\d4\/\d2\/\d2\/.*
https://www.divorceecafe.org/$1and
^/\.*
https://www.divorceecafe.org/$1Sorry for the repeated questions, this is not something I use everyday. If I write these incorrectly, could you please give me two pairs of lines, one with dates one without? I will copy and paste your lines into the fields.
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink change@johnny5, do I understand that I need to enter for the source:
^/(\d{4}\/)(\d{2}\/)(\d{2}\/)(.*)
and for the destination:
https://www.divorceecafe.org/$4
Am I on the right track? If I do that, will the redirect handle URLs with no date, like:
http://www.divorceecafe.com/shop
or do I need to create a second redirect like:
^/\(.*)
for the source, and:
https://www.divorceecafe.org/$1
for the destination?
Thank you,
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeI must be doing something incomplete. Although I copy and paste the lines from here to the fields, it does not work. I tried a couple of times and switched back to the .htaccess file redirect. When I have more time later, I may try once more.
For clarity, will the long regex line work for the links that do not have dates or do I need to create a second rule for that? Like:
^https:\/\/www\.divorceecafe\.com\/(.*)
https://www.divorceecafe.org\$1
Thank you both very much,
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeThank you @raymoncada1, those are the expressions I used in the .htaccess file. However, I am not sure where to enter them in the plugin settings. Do I enter the entire line as the source URL and then the other as the destination or do the regular expressions go where parameters are entered? Any idea? I really would like to switch to using the plugin rather than the .htaccess if I can.
Thanks,
Cemal
Forum: Plugins
In reply to: [Redirection] Redirect everything with permalink changeUntil I find a way of doing this using the Redirection plugin, I added a couple of lines to the .htaccess file to handle the job. If you get the link redirect you, it is because of the changes in the htaccess file. I would still like to learn how to du it using the plugin though, it is gentler and kinder solution I think.
Cemal
And, the MySQL command worked like a charm at the time. Thank you. I am glad you made it available to others who may need it as well.
Cemal
- This reply was modified 6 years, 4 months ago by acekin.
Forum: Plugins
In reply to: [AgentPress Listings] Google Map shortcode broken after editing page@dsaro, the shortcode embed is an integral part of this plugin to keep the layout consistent. It may be possible to switch to the text mode in the editor and place the iframe shortcode where you want. But, that is not the recommended workflow. I am hoping that the plugin authors of both Agent Press Listings and JetPack will collaborate to find a permanent solution to this. Disabling the shortcode embed feature of JetPack makes this plugin work but all other shortcode embeds in other parts of the site are also disabled. Regrettable.
Forum: Plugins
In reply to: [Post Types Order] A few questions@tdgu, Update:
Since the auto-sort was checked, I simply drag-and-dropped the order of the posts and then checked the displayed order on the front end when using the ReOrder interface. I double-checked the auto-sort, it is indeed checked. However, after I scrolled all the way down on that page, I saw a button that said Update and I clicked on it. That made the change on the front end. It appears that the auto-sort option is not pushing the changes to the system somehow.
Cemal
Forum: Plugins
In reply to: [Post Types Order] A few questions@tdgu, thank you. Yes, the auto-sort is active in the settings. But, the ReOrder interface changes are not reflected in the sort order. That’s why I went for the difficult route.
Also, the sort order not reflecting on sort results as one of the links I provided shows. That may be the intended behavior but wanted to report and ask. If I view the category, like in the first link, they display in the new sort order. That is if I do it on the regular all posts interface. I am not sure why the ReOrder interface is not resulting in proper display order, that will be much easier as you said. But, my luck!
Thank you,
Cemal
Forum: Plugins
In reply to: [AgentPress Listings] Google Map shortcode broken after editing page@scrltotara, have you tried disabling shortcode embed feature of JetPack? That’s what made it work for me.