Home › Forums › Themes Support › Don´t upload google fonts.
- This topic has 8 replies, 2 voices, and was last updated 6 years, 9 months ago by Beatriz.
-
AuthorPosts
-
-
February 16, 2018 at 4:23 pm #17217
Hi! I would like delete the primary font (poppins) that upload in the principal theme because I use a custom font.
Thanks!
<h6>*All the info are in a Themeforest comment.</h6> -
February 17, 2018 at 11:38 am #17236
Hi,
Please change prev code with new one
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 19, 2018 at 4:59 am #17263
Hi!
Now, load perfect but i put this code before because the theme uploaded the parent css after the child css.
function jas_claue_child_enqueue_script() {
wp_enqueue_style( ‘jas-claue-parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘jas_claue_child_enqueue_script’ );Anothers questions:
1.How can I remove relateds products on single product page?
2. On sigle product page, “additional information” appears within the tabs. How can I modify this information?Thank you very much! 🙂
-
February 20, 2018 at 5:27 pm #17284
Hi,
1. You can remove related products on single page by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.product-extra { display: none;}
2. You can edit these info in Attribute and Variation tab http://take.ms/ypuov
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 22, 2018 at 3:18 am #17306
Thank so much!
I find new errors:
On safari (9.1), The theme doesn’t load very well the single product page and home page. Now, I am getting an error on console.
In another versión of Safari(7.0.6), the shop page is constantly re-loading.
Thanks 🙂
Attachments:
You must be logged in to view attached files. -
February 23, 2018 at 12:22 am #17330
Hi,
1. The version of Safari you talk about is outdated so long. On Windows OS the Safari no longer support by Apple team, sorry we drop support old version of Safari
2. The issue loading on Safari related to YITH filter plugin. You can deactivate this plugin to check.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 23, 2018 at 12:51 am #17336
About my issue on safari 9.1, I check your demo theme and it doesn’t have any errors.
Why in my theme yes?Now, some buttons like my shopping cart are blocked I think the reason is this error on js file.
About the issue loading on Safari is ok.
Thanks!!
Attachments:
You must be logged in to view attached files. -
February 23, 2018 at 1:18 pm #17360
Hi,
Sorry i don’t have Safari version 9.1
I checked on Safari version 11.0.3 it still work well http://take.ms/yeRMU
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 6, 2018 at 5:33 pm #17792
Thank you very much 🙂
-
-
AuthorPosts
You must be logged in to reply to this topic.