icutanda
Forum Replies Created
-
Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Start calendar on MondayHi Vladimir,
I tried and work in frontend right!!.
Great job! Thx.
Hi All,
Flavigne and Seezer, I can solve it myself with your instructions. I have a qtranslate installed with two forms. One in Spanish and other in Catalan. I put this code in si-contact-form.php.
if(get_locale() == 'es_ES') { if ( getenv('HTTPS') == 'on' ) { $form_action_url = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; } else { $form_action_url = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; } } else { if ( getenv('HTTPS') == 'on' ) { $form_action_url = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']; } else { $form_action_url = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']; } }
Thanks for all.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Cannot loginHi, all
I had the same problem. To solve it, I remove LoginAjax in all widgets and only put in header.
Now I have loginAjax in header and work fine.
Regards,Perfect, thank you very much for your quick response.
Hello layotte,
I could solve it using WPML plugin (Translat the contents of the “widget”) to manage the translations of open categories and filter the calendar (calendar = … ‘in Spanish Category1, Category2 Spanish, etc’ …) and the other language creating another calendar page to view other categories translated (… calendars = ‘Categorie1 in Català, Categorie2 in Català, etc. “…).
Now, I have another question. Is it possible to view only the legends of the categories filtered? How I can do?. Currently shown in the legend all categories.
Thank you very much.
Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Not publish new eventsI solved it. It’s same problem with recurrent events.