dolf h
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Automated mail sending problemsFor me, no support means installing another plugin. Mailpoet works fantastic!
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] PDF and Buddpress memberpageNobody there?;)
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Printfriendly problem with BuddypressThank you. I will consider to purchase a Pro subscription.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Printfriendly problem with BuddypressPlease give me a suggestion. The page is a page for a logged-in user and when generating the print-page, suddenly the page seems to be disappeared. It was working fine, nothing is changed, but now it ‘s not working anymore. On other pages it works fine. Deactivate and again activate the plugin does not help. How can I resolve the problem?
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Printfriendly problem with BuddypressThank you for your reaction. The page you mentioned is the page that is loaded when the button is clicked. That is an existing page (for a logged-in user) with all the members of the Buddypress-group.
When clicking, the button Printfriendly obviously finds a non-existing page with the same url. That is my problem; perhaps I did not describe it 100% correct.
The page exists but cannot be printed.
Any suggestions how to fix it?Forum: Plugins
In reply to: [WooCommerce] PayPal Payment processing doesn't work after 2.6.0The same problem here, I upgraded PHP to 5.6.17 and the WOO-status directly skipped the “wp_remote_post() failed” error. So the right PHP-version seems to be a condition for working with PayPal.
Forum: Fixing WordPress
In reply to: Redirect admin actions to admin-url of my choiceThank you Latro666. I have this code working now:
function custom_profile_redirect() {
if (current_user_can(‘level_10’)) {
wp_redirect( ‘/wp-admin/userslist/’ );
exit;
}
}add_action(‘profile_update’, ‘custom_profile_redirect’, 12 );
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Google Maps api keyTo be complete: I have a JS browser key en added my domain correctly.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Google Maps api keyHi Bobbydank,
Thank you for your suggestion, but it does not work for me.
I have placed the right API-key in the right 4 places (with and without *) and still I get in front the warning: “Google Maps API warning: NoApiKeys”
In back-end the error: “invalid Api-key”
I get the same warning in front without adding Api-keys. In back-end the map is showing up without adding API-key. No caching at all. Newest WP and ACF.
I renewed the correct API-key (and waited an hour), without result.
Would be nice to get some suggestions.Hi,
Same problem as WP Burger. Please let us know what to do.
Forum: Plugins
In reply to: [amr users] Pie-register date field doesn't showHi Anmari,
Thank you for your prompt reply. I know now, that I didn’t make any mistake.
In the profile (front and back) the fields are correctly shown by the Pie-register as a seperate date-, month- and year-field.
I understand what the problem is and I think I can do without these data in the user-list. After all, in the profile I can see the required data.Thank you, you are right. I did a longer testsession and it was the asynchronously loading of Javascript that caused the trouble, not All in One.
No one a clue? It occurs on different computers. Sometimes it seems okay, but a few times reloading or clicking ctr-F5 shows a blank screen, on every page.
Please help me, I’d rather not want to install another plugin.Forum: Plugins
In reply to: [W3 Total Cache] No wp-content/w3tc directorySorry, where I wrote “map” I mean ofcourse “directory”.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize and iirf.iniThank you Frank for your quick answer. Ook een prettig weekend!