Den
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Swipebox and jQuery 3.5.xIt broke my site completely and click anywhere within the page (no only on menu links or images) just opens a black full screen overlay without possibility to close it. Had to switch to another lightbox (prettyPhoto) which works OK.
Forum: Plugins
In reply to: [PayPal Donations] PayPal Instant Payment Notifications (IPN) custom URLHi,
No we haven’t. It would be ideal if the plugin would use WP Rest API or a page shortcode instead of /wp-admin/admin-post.php?action=add_wpedon_button_ipn for PayPal notifications endpoint.Forum: Plugins
In reply to: [PayPal Donations] PayPal Instant Payment Notifications (IPN) custom URLThanks, but it doesn’t work with just a domain name in the PayPal IPN url. Notifications won’t be registered by the plugin. Will be looking for another solution.
Forum: Plugins
In reply to: [PayPal Donations] PayPal Instant Payment Notifications (IPN) custom URLHi,
Yes, it did work before we had to disable REST API for security reasons. And this is what we had in our PayPal Account set as IPN url: https://[hidden domain name]/wp-admin/admin-post.php?action=add_wpedon_button_ipn
Can we use just our domain name as PayPal IPN as it described in your documentation or it should be specific REST API url? Is there any way to accept IPN on the website using different url (not REST API)?- This reply was modified 1 year, 5 months ago by Den.
Forum: Plugins
In reply to: [Form Lightbox] i can't add a button styleHi, to style your link you’ll need to use “<a” tag instead of “[formlightbox_call” shortcode. Just use class “fl_box-# cboxElement” where # is id of your formlightbox_obj. Here is an example
<a href="#" class="fl_box-1 cboxElement my-custom-style another-style">Show Form</a> [formlightbox_obj id="1" style="padding: 10px;"][contact-form-7 id="2" title="form"][/formlightbox_obj]
Sorry, forgot to untick “Full Profile” in Options. It works now.
Forum: Plugins
In reply to: [Wordpress Booking Manager] Shortcode is not workingThank you for the fix, it’s working now.
Forum: Plugins
In reply to: [Wordpress Booking Manager] Shortcode is not workingHi, I’ve sent you an email to your address. Thank you.
Forum: Plugins
In reply to: [Wordpress Booking Manager] Shortcode is not workingHow do I send you passwords, email?
Forum: Plugins
In reply to: [Wordpress Booking Manager] Shortcode is not workingHi and thanks for you response.
I’ve installed it once and have only one booking page, I’ve tried to install it on another WP website and the same issue. May be a conflict with some other plugin, will try to find out.Forum: Reviews
In reply to: [Optimize Images Resizing] not working – workin nowYou are a developer of the plugin but people can’t read your mind. There is no information at all on how to use the plugin and where to configure it. Really annoying.
Forum: Reviews
In reply to: [WP Availability Calendar & Booking] Where's the integration with CF7?Then you need to improve your communication. If you don’t understand how to use something – read documentation, ask on a forum or contact developer directly. Furthermore he gave you an answer on your question so your feedback is unfair if not misleading and inappropriate. Which is a shame when you are a developer yourself.
Forum: Reviews
In reply to: [WP Availability Calendar & Booking] Where's the integration with CF7?@gleenk: Why 1 star rating just because of your own misunderstanding? Please respect the author/developer who spent lots of his own time to develop the plugin without even being paid.
Hi,
Thanks for your response. Here is a version with submitResponse:
jQuery(document).on('submitResponse.myFunction', function(e, response){ // Check for errors. if ( ! response.errors && response.form_id ) { // No errors var msg_div = 'ninja_forms_form_' + response.form_id + '_response_msg'; jQuery('#'+msg_div).find( "#dialog" ).dialog({ modal: true, draggable: false, buttons: { Ok: function() { jQuery( this ).dialog( "close" ); } } }); } return true; });
Forum: Plugins
In reply to: [Adminer] [Plugin: Adminer] Help Installed but not working . Fatal ErrorHi Frank,
I have a standard installation of the latest WP 3.5.1 and Adminer 1.2.3 and getting the same error:
Fatal error: Cannot redeclare pagination() in /home/mysite/public_html/wp-content/plugins/adminer/inc/adminer/include/functions.inc.php on line 553
Besides my /wp-content/plugins/adminer/inc/adminer/config.php is empty. Setting $wp_siteurl = ”; or $wp_siteurl = ‘/home/mysite/public_html/’; neither disabling all of my plugins doesn’t make any difference.
I believe I’m not the only person who have this issue.
Is there any suggestions?