hi,
I just bought the bundle packages, and it works great!
However, because I stay at China, and most of my clients are from China, any Google-related fonts will give us trouble for fetching files. I used disable google fonts plugin, but it can’t disable your themes for fetching google’s fonts.
Can you please provide any methods to diable ALL googleapis fonts, or create a check box on it? Thank you
This feature is not available in our theme. To disable the google font
ex:- for ultimate pro
Go to the theme folder-> inc-> functions-> functions.php on line no 67 remove this code
wp_enqueue_style( 'ultimate_google_font' ); with
// wp_enqueue_style( 'ultimate_google_font' );
Do this for other theme also. If you have bought bundle then for attitude-pro and clean-retina pro theme the file is inside
theme folder-> library-> functions-> functions.php
Create a child theme and then only customize the code. So that your customized data will not be lost while updating to our new version. If are unable to create a child theme and fix the problem then you need to do each and every time the same thing just now you have done in your theme.