Archived topic
Proceed to checkout button: missing Font Awesome? GP Premium 1.6.2
4 replies · Started by Víctor D. on March 29, 2018
Hello,
on the cart page (localhost), the button 'Proceed to checkout', it shows the text and at the end of it a square, as if it did not find the required image.
I have seen that in:
wp-content\plugins\gp-premium\woocommerce\functions\css\woocommerce.css has the following rule:
a.button.wc-forward: after {
content: "\ e901";
.
.
.
}
What image does Awesome Font belong \e901?

Thank you.
...and the same problem with checkout page (see attached image):
#payment .payment_methods>.wc_payment_method>label:before {
...
content:"\e902";
font-family: "GP Premium";
...
}

Hi there,
I just tested on our demo site and it's all working there: http://demo.generatepress.com/shop/
Can you make sure load essential icons only is not checked?
https://docs.generatepress.com/article/general-settings-overview/
If not then try #1 here to eliminate conflict:
https://docs.generatepress.com/article/debugging-tips/
Let me know.
Solved. I closed the WP session and the browser and when I started it again, the issue was fixed.
What I do not know is what might have caused this strange behavior...
Thank you!.
No problem!