Uobet
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] unsubsribing not possibleYou were right. I had two pages, “Newsletters” and the correct “Newsletter”. I deleted the first one and changed Settings to the second one. Now it’s working.
Thank you very much.
Uobet
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] unsubsribing not possibleno problem, this is an example, and yes, the url changes:
Forum: Plugins
In reply to: [qTranslate X] menu, some pages have disappeardMy hoster increased to 5,000, now it’s working.
Thank you
Uobet
Forum: Plugins
In reply to: [qTranslate X] menu, some pages have disappeardHi Gunu,
yes, more than 100 items. As much as I remember I had already increased max_input_vars in php.ini two years ago, but I’ll try to contact my hoster again and see if it solves the problem.
Thank you in the meanwhile
Uobet
Forum: Plugins
In reply to: [Events Made Easy] multibooking eventsGreat, thank you very much!
Thank you, I am going to try…
Forum: Plugins
In reply to: [Events Made Easy] field names in csv-fileHi Franky,
Ok, it was just a question in order to understand the matter.
I renamed the fields and manually moidified the data in the mysql-table answers.
Problem solved, now all bookings are shown correctly in the csv file.Thank you
S
Forum: Plugins
In reply to: [Events Made Easy] field names in csv-filebesides I noticed that for events where the names of the fields were changed (n.b. the key of the fields remained the same, I just changed their names) for new bookings the renamed fields are placed in separate columns as if they were different fields.
To give you an example, with two columns:
Previous column names: A, B, first booking
Changed column names: A1, B1, second booking
The csv-Output is:
A B A1 B1
first booking X X
second booking X XForum: Plugins
In reply to: [qTranslate X] qtranslate_slug and qtranslate_extension still needed?topic is closed, of course
Forum: Plugins
In reply to: [qTranslate X] qtranslate_slug and qtranslate_extension still needed?Thank you Gunu, I deactivated qtranslate_extension and everything seems still to work smoothly.
As to qtranslate_slug, I’ve already installed the last version.Thank you
S
Forum: Plugins
In reply to: [qTranslate X] wp edit – modifying pages in visual mode not workingYes, I am talking about wp-editor.
Yes, under mqtranslate it worked perfectly well.
wp-editor is a widely spread editor. Do you think Problems might be solved sooner or later?
Or can you recommend another editor with similar Features, which is working?
thank you John, of course it should be qtranxf_getLanguage
sorry for thatas to ricontl, I have more than thirty plugins activated but as far a I can say everything is running smoothly.
I hope that John will be able to help you.S
thank you John for the hint…fortunately, in my case it was not much work (I had just a few snippets to modify).
S
Thank you EskapeZion,
I changed qtrans… with qtranxf, and it seems to work now.
Thank you very much!
S
…this is an example for a code snippet which doesn’t work anymore (“qtrans_getLanguage” is not accepted anymore):
add_filter( ‘wpmem_login_redirect’, ‘my_login_redirect’ );
function my_login_redirect()
{
// return the url that the login should redirect to
if(qtrans_getLanguage() == ‘it’){
return ‘https://www.xxxxxxxxxx’;
} else {
//run different code
return ‘https://www.xxxxxxxxxxx’;
}
}