Menashay
Forum Replies Created
-
Forum: Plugins
In reply to: [Migration, Backup, Staging – WPvivid Backup & Migration] Backup Timing OutDid not help.
Still same errorOK I got it, you need to change the button from input tag to button tag.
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Conflict with SiteOrigin CSSI agree the problem is still there with version 1.0.7
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Conflict with SiteOrigin CSSScreenshots sent to your email.
Regards,Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Conflict with SiteOrigin CSSThis plugin also conflicts with GravityForms. In edit mode you cannot edit forms.
Where can I upload the screenshots please?I do not know how but those problems have gone, all by their own.
Tried that code, did not work either.
I have already attempted the following code (which I put in functions.php of my child theme) but the http was still changed to https –
function my_custom_http_urls($arr) {
global $post;
if ($post->ID = 123) {
//unset($arr[“src=’https://”%5D);
//or, if double quotes were used:
unset($arr[‘src=”https://’%5D);
}
return $arr;
}
add_filter(“rlrsssl_replace_url_args”,”my_custom_http_urls”);Forum: Plugins
In reply to: [WP Customer Area] Bootstrap dropdown blockedOK got it to work by adding
add_theme_support(‘customer-area.library.bootstrap.dropdown’);
to the themes file functions.phpI just checked and the plugin does change the src to https.
The src is a streamed video from a remote location (outside the website).
Perhaps it is because the remote location is http and not https? If that is the case how can I rectify this issue?Thank you it worked.
Yes correct you can access the page (the page itself is replaced by https) but the content is not replaced with https. Instead you get icon of a broken content
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] No notifications and no logThis plugin start working. It is working when making purchases using a credit card but does not work if using PayPal.
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] No notifications and no logYou were in a hurry to close this issue.
It still does not work. The test button on this plug-in does work. I do get a message when clicking ‘Send Test Notification’ so the User API Token is right. I double checked the Site API Token is correct, and yes the ‘New Order’ tick box is marked. Still no notifications from the website. When I tick the box ‘Debug’ the debug log file is empty. It is empty when testing with the button ‘Send Test Notification’ and it is empty on real new orders.Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] No notifications and no logWooCommerce version: 2.2.8
WordPress version: 4.0.1
WooCommerce Pushover Integration version: 1.0.6