akitaro
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateExcellent ! It’s working great now.
Amazing support from you guys. *****
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateHello,
that is great news. I have deactivated the integration add-on for now.
Looking forward for the update.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateThat sounds great. Thank you and best of luck in finding what the problem is.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateYes the issue is there, at the moment AHB is active and LiteSpeed is deactivated.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateHi,
yes the AHB plugin is deactivated at the moment.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateYes, unfortunately the issue is still there after the update.
View post on imgur.com
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateHi,
Please let me know where should I download the update from, as in my wp dashboard it doesn’t
say there’s a new update available. I have version 9.7.83 at the moment.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateHi,
Thank you for your response.
I just followed your instructions and seems that the conflict is caused by Appointment Hour Booking plugin. When I deactivated it, my calculated fields form showed up.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateGreat thank you. I’ve just sent the Site Health info in a message on your website.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateYes of course, can I send it to you in private or on your website ?
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing after updateHi,
I’ve just checked again to be sure and yes, the shortcode is indeed there.
https://ibb.co/mR57gGy
https://ibb.co/8j0djNjI don’t know if it makes any difference but I have installed the Autocomplete for Calculated Fields Form as well and today I have installed the Appointment Hour Booking plugin.
I didn’t touch the calculated fields form or the page in a few days though.
- This reply was modified 5 months, 3 weeks ago by akitaro. Reason: add info
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional and depndencyFlawless! Thank you very much.
About my second question, should I make it a new topic ?
Thank you @jan Dembowski for your reply,
I did as you said and now my
.htaccess
looks like this:RewriteEngine On RewriteBase / RewriteCond %{TIME_HOUR}%{TIME_MIN} >1100 RewriteCond %{TIME_HOUR}%{TIME_MIN} <0200 Redirect 302 ^https://domain1.com/old-page/ https://domain1/page.html Redirect 302 ^https://domain1.com/old-page/ https://domain2.com/ # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
but when I go to
https://domain1.com/old-page/
no redirect takes place, it just shows me the page and nothing else happens.
I’m on a Linux server with Apache 2.2.29 installed.@brandonzunde
Well, the features should be as simple as:
if server time is between xx:xx and xx:xx redirect page to “URL1”
else redirect page to “URL2”Forum: Fixing WordPress
In reply to: Collect referring URL and redirect ?Hello Mike,
Thanks for that but what should I put instead of “(elliotsblog)\.com”
if I want all visitors to be redirected ?