Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10462
    root
    Keymaster

    The style.css does not load in the child theme.

    I’ve setup the theme from scratch on local and it continues to show nothing when I view-source.

    #10463
    root
    Keymaster

    It’s because the dependencies are broken

    if ( is_rtl() ) {
      wp_enqueue_style( 'pinkmart_child_theme_style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'icomoon','pinkmart-theme-style','pinkmart-woocommerce-style','pinkmart-responsive', 'pinkmart-rtl') );  
    } else { 
      wp_enqueue_style( 'pinkmart_child_theme_style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'icomoon','pinkmart-theme-style','pinkmart-woocommerce-style','pinkmart-responsive' ) );  
    }
    #10476
    root
    Keymaster

    Hi dear friend,

    Have you customized Pinkmart Child Theme?
    I will check it on my localhost and I will let you know about it.
    If you are working on Server, please provide your WordPress login information to me via private reply I will investigate the issue.

    Best Regards.

    #10480
    root
    Keymaster

    I am using it on localhost only. I set up fresh clean using child theme and this problem occur.

    #10488
    root
    Keymaster

    Hi dear friend,

    It seems that you have sent a request for a refund.
    This issue and the other one about Header ProBar are not a serious and hard issue that not be solved soon.

    I have reported these to our developers and will be fixed very soon.
    Also, Our supporters are always ready to solve all the issues you have while using Pinkmart.

    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.