bobmasp
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Spam from mail.ru domainThank you very much @khunglong
This seems like a great solution.
- This reply was modified 7 years, 4 months ago by bobmasp.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice or not based on Payment Gateway choiceHello again Bas
I found this in the FAQ (Yes, should have looked there first 🙂
function bewpi_attach_invoice_excluded_payment_methods($payment_methods) {
return array(‘bacs’, ‘cod’, ‘cheque’, ‘paypal’);
}
add_filter(‘bewpi_attach_invoice_excluded_payment_methods’, ‘bewpi_attach_invoice_excluded_payment_methods’, 10, 2);So am going to try this and see if it works!
Forum: Plugins
In reply to: [WP Video Lightbox] Jumps to youtube after updrade to 1.7.9.Original one worked after enabling prettyPhoto in the wp video lightbox settings:
[video_lightbox_youtube video_id=”eudX2bHTufU” width=”1280″ height=”720″ anchor=”Se videovejledning”]
Forum: Plugins
In reply to: [WP Video Lightbox] Jumps to youtube after updrade to 1.7.9.Update – I got it working again by checking the “Enable prettyPhoto” in WP video lightbox settings.
For some reason this had been turned off.
thanks mbrsolutions for all your suggestions. Problem solved.
Forum: Plugins
In reply to: [WP Video Lightbox] Jumps to youtube after updrade to 1.7.9.Hi
I have tried both your suggestions, but none of them works. It is strange because I have other sites where the plugin/shortcode is working just fine.
Hmm what to do.Try click some of the links on this page
http://screenpublisher.com/apps/
Do you see it links to youtube and not the youtube in a lightbox?
Forum: Plugins
In reply to: [WP Video Lightbox] Jumps to youtube after updrade to 1.7.9.Shortcodes look like this:
[video_lightbox_youtube video_id=”eudX2bHTufU” width=”1280″ height=”720″ anchor=”Se videovejledning”]
Also, I have tried to remove the plugin and reinstall from WP plugins page. Still no luck.