Hi sammiej,
Here are shoots with these icons from my demo site:
binoculars
newspaper
Could you pls clarify where you can’t find these icons?
with best regards,
Alexey
Hi thanks for your quick response – they come up on the lists like in your demo but they don’t appear on the page – I used one in a side menu here on the right http://dev.yachtibis.com/account/ and the other on a post here http://dev.yachtibis.com/oursailingholidays/beginnersailingholiday/caribbean-christmas-new-year-singles-sailing-2015-16/
All the others I’ve used so far are showing up except these two?!
Thanks
Sam
Hm…
I see, that You using AMY Slider on Your website. This plugin includes own Font Awesome (v4.1.0). Unfortunately, these conflict between two plug-in.
To resolve this conflict You can try insert this code in functions.php file in Your theme:
add_action( 'wp_enqueue_scripts', 'dequeueAmySliderScripts', 999 );
function dequeueAmySliderScripts() {
wp_dequeue_style('ct_amy_fontawesome_style');
}
Pls let me know if it is help you.
Perfect Alexey, that seems to have worked, many thanks and more for the very fast response – much appreciated!