sd360
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Woocommerce membership discount getting applied twiceI deactivated WC Fields Factory and it solved the problem – the developers have not as afar as I know solved the problem.
The problem is not with WC membership per se but a conflict with another plugin so you will need to do the usual boring stuff and deactivate all your plugins and activate them one at a time to see which one conflicts.
My conflict was WC Fields Factory but there may be others that are similarForum: Plugins
In reply to: [WP Editor] php v7 incompatibilityin the logs I get this message
mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Cannot unset string offsets in /var/www/vhosts/servicedeskinstitute.com/subdomains/test1/httpdocs/wp-content/plugins/elementor-pro/includes/admin.php:112, referer: https://test1.servicedeskinstitute.com/wp-admin/post.php?post=313&action=editForum: Plugins
In reply to: [Imsanity] PHP 7.1 incompatabilityI am also getting something similar
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-content/plugins/imsanity/settings.php:54 Stack trace: #0 /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-includes/class-wp-hook.php(288): imsanity_settings_link(‘<‘) #1 /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘<‘, Array) #2 /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-admin/includes/class-wp-plugins-list-table.php(714): apply_filters(‘plugin_action_l…’, ‘<‘, ‘imsanity/imsani…’, Array, ‘all’) #3 /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-admin/includes/class-wp-plugins-list-table.php(534): WP_Plugins_List_Table->single_row(Array) #4 /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-admin/includes/class-wp-list-table.php(1165): WP_Plugins_List_Table->display_rows() #5 /var/www/vhosts/servicedeskinstitute.com/subdomains in /var/www/vhosts/servicedeskinstitute.com/subdomains/dev1/httpdocs/wp-content/plugins/imsanity/settings.php on line 54except it is stopping my plugins displaying at
wp-admin/plugins.php
so a fix asap would be appreciatedForum: Plugins
In reply to: [WC Fields Factory] Woocommerce membership discount getting applied twiceI have been waiting weeks for an answer on this myself non another thread – any progress?
Forum: Plugins
In reply to: [WC Fields Factory] conflict with wc membershipI have de-activated wcff and am waiting for them to fix it
Forum: Plugins
In reply to: [Visual Email Designer for WooCommerce] Subject not displaying on v1.4Hi, I installed the latest version 1.4.1 and am still getting the same problem email subject “(No subject)” whereas previously I had “Your Service Desk Institute DEV SITE order from 28th February 2018 is complete”
Forum: Fixing WordPress
In reply to: Mozilla displaying incorrect video clipthe brightcove plugin had the flashvars in twice – the second was hardcoded with an ID so it always came up regardless of what the first param was, deleted this line of code and now works OK
Forum: Fixing WordPress
In reply to: Mozilla displaying incorrect video clipafter more investigation I have found that the flashvars param is being used twice
<object id=’flashObj’ width=’400′ height=’339′ data=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1′ type=’application/x-shockwave-flash’>
<param name=’data’ value=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1′ />
<param name=’bgcolor’ value=’#FFFFFF’ />
<param name=’flashVars’ value=’@videoPlayer=821202002001&playerID=1911416499&playerKey=AQ~~,AAAArLb-9Kk~,TSfGultWmbM5mtWyBPOAGkF5tqklqS_5&domain=embed&dynamicStreaming=true’ />
<param name=’base’ value=’https://admin.brightcove.com’ />
<param name=’seamlesstabbing’ value=’false’ />
<param name=’allowFullScreen’ value=’true’ />
<param name=’swLiveConnect’ value=’true’ />
<param name=’allowScriptAccess’ value=’always’ />
<param name=’src’ value=’https://c.brightcove.com/services/viewer/federated_f9?isVid=1′ />
<param name=’name’ value=’flashObj’ />
<param name=’flashvars’ value=’@videoPlayer=821260706001&playerID=743373819001&playerKey=AQ~~,AAAArLb-9Kk~,TSfGultWmbM5mtWyBPOAGkF5tqklqS_5&domain=embed&dynamicStreaming=true’ />
<param name=’allowfullscreen’ value=’true’ />
</object>
IE takes the first value – correct
FF and Chrome take the second value – always the same ID and incorrect
Where is the object code created? can I edit it so that only 1 flashvars param is output?