Your cart is currently empty!
Still getting an error with the graph shortcode
—
by
Hi guys,
Updated Affiliate Enterprise to the latest version today.
Once again our graph disappeared and the same conflict we had fixed previously came back with our posts shortcode
Screenshots :
http://www.awesomescreenshot.com/image/1075650/6dba9378436f5b03d63b461779e4500d
http://www.awesomescreenshot.com/image/1075652/5a24229dac461bdd0ddd02470edc1239
Waiting for your feedback.
Kind regards,
B
PS : Where can we see all the support topic we created in the past?
Posted in Affiliates Enterprise
Comments
One response to “Still getting an error with the graph shortcode”
Hi Bastien,
Please add the following snippet in your functions.php file of your Child Theme. If you don’t use a Child Theme let me know so i can turn the snippet into a plugin. That way you won’t have issues upon a future update.
add_action( 'init', 'affiliates_graph_custom_css' );
function affiliates_graph_custom_css () {
echo "";
echo ".affiliate-graph {
width: 500px;
}";
echo "";
}
Let me know if it works.
Kind regards,
George