Forum Replies Created

Viewing 2 posts - 11 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Don´t upload google fonts. #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.
    in reply to: Don´t upload google fonts. #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! 🙂

     

Viewing 2 posts - 11 through 12 (of 12 total)