• Resolved K15Lmk98

    (@k15lmk98)


    Sorry, this is an automatic translation

    Good morning,
    The function to attach a custom css theme only works for the parent theme.
    How to hook a custom css theme in a child theme?
    This, for example, does not work: /themes/my_wordpress_CHILD_theme/css/wp-posts-carousel/custom.css

    Thanks, Claudio_

    https://ww.wp.xz.cn/plugins/wp-posts-carousel/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author teastudio.pl

    (@teastudiopl)

    could you send me access to your admin panel? [email protected]

    Thread Starter K15Lmk98

    (@k15lmk98)

    Sorry, this is an automatic translation

    Good morning,
    I’m developing locally – localhost –
    Thanks, Claudio_

    Thread Starter K15Lmk98

    (@k15lmk98)

    This is an automatic translation

    Good morning,
    I solved this way – I do not know if it is correct and if you think to fix the bug in a future release -.

    Change the line 20 of the file wp-posts-carousel/includes/utils.class.php
    from: $site_theme = get_template_directory() . ‘/css/wp-posts-carousel/’;
    to: $site_theme = get_stylesheet_directory() . ‘/css/wp-posts-carousel/’;

    Thanks, Claudio_

    Plugin Author teastudio.pl

    (@teastudiopl)

    the newer version has this kind of change.
    close.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom theme for WordPress child theme’ is closed to new replies.