Note: I don't have the purchase code... doing this for the original purchaser.
The small screen menu icon and the nearly every (except vimeo, rss, and Be) social icon in the secondary menu do not show-up. Obviously they are all font-awesome items. This was this way in the older and now the latest (as of last night) releases of the Salient theme.
You are using the simple class "icon-facebook" for example (for Facebook), but this is not a font-awesome class... if you add the font awesome classes "fa fa-facebook" it works as expected.
How can I fix this problem without needing to modify the theme - thus making any updates break the fix?
Note: I don't have the purchase code... doing this for the original purchaser.
The small screen menu icon and the nearly every (except vimeo, rss, and Be) social icon in the secondary menu do not show-up. Obviously they are all font-awesome items. This was this way in the older and now the latest (as of last night) releases of the Salient theme.
You are using the simple class "icon-facebook" for example (for Facebook), but this is not a font-awesome class... if you add the font awesome classes "fa fa-facebook" it works as expected.
How can I fix this problem without needing to modify the theme - thus making any updates break the fix?
Hey,
Try opening your functions.php file and changing these items:
to this:
Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one.
Cheers
ThemeNectar Support Team
This fixed my problem, can you format it so we can put it directly into a child theme functions.pph file?