Haim
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export custom fieldThanks.
So, I close this issue, it is resolved (via pc) and the Android question is on its way…
I highly appreciate your quick and useful help, even during the weekend.
Greetings
Tamas
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export custom fieldScreenshot:
http://ak.elmefejlesztes.hu/tamas-upload/woocommerce-export-user-field-tablet.pngYes, from my Ubuntu notebook I could drag the field!
And it is PERFECT!
It is well exported, looks greatThanks a lot.
Later on, if and when you can deal with it, I would still love to be able to handle the plug-in from the tablet, as well, as I use it most of the time…
May be there are others, willing to work from tablet…(Mine is a big one Galaxy T900)
Thanks, greetings, have a nice weekend!
Tamas
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export custom fieldNo, I cannot drag fields, at all.
And it is rather difficult, or impossible to go down within the list on the left, in the fields to export.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Export custom fieldThanks a lot for your very quick answer!
Yes, for the time being I am testing with the free version of Booster.
All is going well… up to the last step.
I cannot drag the new item from right to left.It is blinking only. Is it normal?
True, I am working on my Android (5.1.1) tablet…
I tried again by requesting “Desktop site”, the desktop version… Still cannot drag.Would it be possible to make it compatible with Android, as well? (If this is the trouble…)
Forum: Plugins
In reply to: [WP Crontrol] Compatible with WordPress 5?Thanks!
It was really quick. 🙂I can, however, modify with the plugin the interval of the Cron?
Once a day would be enough.Greetings
Tamas
Forum: Plugins
In reply to: [Flamingo] How to modify data saved by flamingoHi Lelali!
I am still looking forward to find a solution…Greetings
Tamas
Forum: Plugins
In reply to: [Flamingo] How to export the collected dataThank you!
It was a rather stupid question from me.
Sorry.
🙂Greetings
Tamas
Forum: Plugins
In reply to: [Flamingo] Flamingo is not GDPR compliance with IPHello.
I have read the note in 75.0.3.
I would like to avoid storing the IP address.Where and how to do what is written there?
Quite
use this function in combination with the wpcf7_remote_ip_addr filter hook, like this:1
add_filter( ‘wpcf7_remote_ip_addr’, ‘wpcf7_anonymize_ip_addr’ );
UnquoteThanks
Tamas
Forum: Plugins
In reply to: [Insert Pages] Where has Insert Pages Plugin GoneYes, it is missing for me, as well.
I like it a lot… Where did it go?Forum: Plugins
In reply to: [Insert Pages] Nested inserts possible?Hello, again!
In the meantime I added what Paul suggested into the function.php
as follows:// ****START******** for Insert Pages plugin
function spacious_init() {
// Disable nesting check to allow inserted pages within inserted pages.
add_filter( ‘insert_pages_apply_nesting_check’, ‘__return_false’ );
}
add_action( ‘init’, ‘spacious_init’ );
// ****END******** for Insert Pages pluginAnd with these lines it seems to work!
Thanks, Paul!
Great stuff! I love it.Greetings,
Tamás
Forum: Plugins
In reply to: [Insert Pages] Nested inserts possible?Hello!
I used to use this solution in the past:
============ Add after:
add_action( ‘after_setup_theme’, ‘spacious_setup’ );
============ these lines:// ****START******** for Insert Pages plugin
function theme_init() {
// Disable nesting check to allow inserted pages within inserted pages.
add_filter( ‘insert_pages_apply_nesting_check’, function ( $should_apply ) { return false; } );
}
add_action( ‘init’, ‘theme_init’ );
// ****END******** for Insert Pages pluginNow it makes an error with these lines, and without them the nesting would not work.
I am using WP 4.4.8, Insert Page 3.1.8, Spacious theme 1.4.5.
Please, help. How may this be resolved.
Thanks a lot!
Tamás
p.s.
I use Insert Page since a long time, and I just love it, and rely on it a lot.Forum: Themes and Templates
In reply to: how ro make Twenty Ten mobile-friendlyThanks a lot, Suyogya Shukla!
I will have a look… to see how does it work out for me.
Friendly greetings!
Tamás
Forum: Fixing WordPress
In reply to: Page not found – sometimes at admin actionsHi again!
I just wanted to update the theme (Spacious) to its newest version… At admin:
http://…/wp-admin/update-core.php?action=do-theme-upgradeand it says (in Hungarian) that
the site is in maintenance mode
Same message is seen at the front-end, too.HELP. What can I do now?
Thanks!
Tamás
Forum: Plugins
In reply to: JetPack mobile theme does not switch language (Polylang)Hello!
The author of PolyLang, Chouby writes about this issue:
https://polylang.wordpress.com/2014/04/10/incorrect-usage-of-wp_nav_menu/Can you help me, please, to resolve this issue in the mobile theme of JetPack?
It seems, that the JetPack team is off up to 4th January…Someone may be able to help?
Thanks,
Tamas
Thanks. In the meantime I resolved it with JetPack.
Greetings,
Tamas