zaidapicazo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Send key=wc_order by POST instead by GETThere wasn’t a problem. Htaccess error :/
Hello, I found the solution for me:
In app/config/constants.php needs to change the line (314) before defining the AI1EC_EXPORT_URL
Right now it says:
$webcal_url = str_replace( 'https://', 'webcal://', AI1EC_SCRIPT_URL );
and should be https instead:
$webcal_url = str_replace( 'https://', 'webcal://', AI1EC_SCRIPT_URL );
In my case, It solves the issue.
What I saw is I can add it to apple calendar correctly but in google calendar says:
Sorry This email address isn't associated with an active Google Calendar account: https://sierraysol.com/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&ai1ec_post_ids=5025. Please check the email address and try again.
Thanks in advance
Hello!
I’ve got the same issue and I’m using https too in all my website. Would you help saying me what have you changed in the settings to get http instead to https?
Thank you very much
Regards,
ZaidaForum: Plugins
In reply to: [WordPress HTTPS (SSL)] Redirect ErrorHello, thanks four your support.
I’ve got the same issue, I can’t use the plugin because when I set ssl in pages secure it goes to a redirect error.
I tried the code you said before in functions.php `add_action(‘wp_head’,’functiontosendhttps’,1);
function functiontosendhttps(){
?><script type=”text/javascript”>
if(location.href.indexOf(‘https:’)==-1) location.href=location.href.replace(‘http:’,’https:’);
</script><?php
}`
But it is even worse, the website is completely wrong, not reading many files (css…) and the code is changing all the time online. Very strange.As well, could you explain me about the database check? Thanks!
I have it contracted with the hosting people but I don’t know why I can’t set https and anything I do it redirects to a loop error.
Could you help me?
Thanks in advance
Best,
ZaidaForum: Fixing WordPress
In reply to: loop redirect problem when redirect http to https at htaccessThanks for your reply Augustin56
I set
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
in wp-config.php but it still does not work …
If I put in .htaccess:
RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://sierraysol.com/$1 [R,L]
I have loop redirect error and If i don’t put this two lines in .htaccess file, it goes to unsecured http instead to https.
Do I need to configure anything else in WP to be able to have ssl connection?
Thanks a lotForum: Plugins
In reply to: [Contact Form 7] Can't change Sender name in From boxSorry, was my fault I had in functions.php set the e-mail [ redacted, support is not offered via email, Skype, IM etc. only in the forums ]
I changed it and works perfectly.Forum: Plugins
In reply to: [Contact Form 7] Datepicker in the right languageYes, I did and it is what happens.
Thank you!Forum: Plugins
In reply to: [Polylang] different languages in slides of Meta SliderThank you ComputingFroggy. Yeah, It is what I did too but I though maybe there was another solution.
Thanks!Forum: Plugins
In reply to: [Contact Form 7] Datepicker in the right languageHello, I’ve got the same problem. Have you found a solution?
Thanks!
Zaida