beep@tj
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointments] Public User Can’t click time ,Oguz , Dimitris and other friends ,thank you so much
it start working good , now.It’s time to localized the word in page.
such as “Click a free day to apply for an appointment.”
or “Please click here to confirm this appointment”
i found some are in appointment.php, and appointment.pot
appointment .php , i made the change and save as UTF-8 .this seems OK to show the Japanese character . but i can’t find where to change those sentence above.
where i can make change?Forum: Plugins
In reply to: [Appointments] Public User Can’t click time ,Dear Oguz
Thanks for the advice.
i did changed the htaccess as:
——-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /book/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /book/index.php [L]
<IfModule mod_rewrite.c>
<IfModule mod_headers.c>
SetEnvIf Origin ^(https?://.+\.brain-home\.com(?::\d{1,5})?)$ CORS_ALLOW_ORIGIN=$1
Header append Access-Control-Allow-Origin %{CORS_ALLOW_ORIGIN}e env=CORS_ALLOW_ORIGIN
Header merge Vary “Origin”
</IfModule>
</IfModule># END WordPress
——–
like this, and looks like little bit mix up, but some are working fine, now!
i will ask everybody around me to test this site later .
i was little worried because i am using 2 bite language Japanese inside.
let’s see what ‘s happen’i installed this WP to my sub domain site , i use the hosting service on “x-server”and they have the service to installed the WP Automatic. maybe that is why unusual htaccess file was in it? main domain and sub domain has the different code in the htaccess file. .
thank you for Help. i will report later after my friends checked this site!
Appreciated your help!
beeptjForum: Plugins
In reply to: [Appointments] Public User Can’t click time ,To Mr.Dimitris.
Thank you for the quick reply!
i did rewrite the htaccess as :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /book/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /book/index.php [L]
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule># END WordPress
and tried with andoroids phone, that works OK! but the other devices iPAD, Old Mac mini.and windows 7 was stay same issue…
i asked friends to access this URL, but same issue..
do you still see the same this? [failed to load….]
Appreciated your help.beeptj