marso
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Wrong format of dates in single viewAnyone could have other ideas? Still no clear answer how to overcome this limitation…
Forum: Plugins
In reply to: [The Events Calendar] Wrong format of dates in single viewSo, what are the options then? Still no reply, but hope you may find something that could be tested out. I’ve made tests with other languages, like Nederland, and it worked fine on a single event view.
Forum: Plugins
In reply to: [The Events Calendar] Wrong format of dates in single viewThanks Darian, this was still a timely help,
unfortunately the formatting that I would expect is to have Month, then Day number. So far this had only affected the separator mark, which I have updated manually for specific post.
So the same problem persists, how do you think it is possible to apply just the same order like in English, January 30, for example only in different language?
I’ve set the same plugin on my test site and the problem is exactly the same, so this is a common issue with translation logic for date formatting I guess. Does it inherit wrong formats from WordPress core?
Forum: Plugins
In reply to: [The Events Calendar] Wrong format of dates in single viewHello, is there any active support from the Event Calendar team? Seems like there was no response for the whole day, a bit disappointing…
Forum: Plugins
In reply to: [SP Project & Document Manager] Plugin blocking wp_redirect functionHi there,
I am experiencing the same issue with different other plugins for redirecting pages after the user logs into the site. All my tried plugins don’t work together with yours.
Just a few examples to mention:
TML – Theme my login redirect option,
Peter’s login redirect
Redirect After Login, etc.Do you have any plans on fixing this issue?
Seems like none of the aforementioned tools may help, I usually get down to the frontpage after login.Thanks.
Forum: Plugins
In reply to: [Plugin: WP_Multilingual] 2.1 Wp_MultilingualThank You, Butuzov. I can see now what I was missing. It is working fine for me. As for non-programmer it always seems the most easy way to learn from examples (if there is no official documentation).
Forum: Plugins
In reply to: [Plugin: WP_Multilingual] 2.1 Wp_MultilingualYes, that is clear. But as I understand, it is a dynamic link, not static. So in a case of one language it seems to work fine, but what about two or more languages – is there any way to add language as a variable to this WP option? Maybe some WPML key or smth.
Forum: Plugins
In reply to: [Plugin: WP_Multilingual] 2.1 Wp_MultilingualThanks for the update – now it shows the right language (as expected).
But still there is another issue with WP function, as I guess:<?php echo get_option('home'); ?>
It shows up the default language of the title page everytime (as there is no additional/?language=in the address bar). What could be done for that – is it necessary to modify code of that link, or will You add up this functionality to the plugin itself?Forum: Plugins
In reply to: [Plugin: WP_Multilingual] 2.1 Wp_MultilingualI have written to you yesterday with my sample link, but still no answer. As said before, the link of main page is OK (/?language=en), but the others are with this sort of ending – /?p=25&language=lt.
Where is the problem for that to happen? In case You did not get the private message, I can make address public http://www.affectus.ltForum: Plugins
In reply to: [Plugin: WP_Multilingual] 2.1 Wp_MultilingualI have tested this version on my site – it works almost perfectly. Although there are few issues to address:
– it does not write any parameter in wp-config file, so I had to add it manually;
– maybe because of the first problem, the links in the site are all set to default language. So if I switch languages, I still get the links “behind” the friendly text to be addressed at the default, not current language.
Could you comment on these problems?Nice to hear that, where should I look for it? On WP site or Your own, http://made.com.ua/multilingual/#download (it looks like there are no updates there since version 1.3)?
Yep, exact version is 2.6.2. What this could mean – should I downgrade the WP in order to get it working?