[Plugin: Gallery to Slideshow] ignores custom css in child theme directory
-
Hi- thanks for the nice plugin!
I couldn’t get the plugin to recognize the gallery-to-slideshow.css that I copied to the child theme directory.
I noticed that the plugin uses
get_template_directory()
andget_bloginfo( 'template_url' )
infunction enque_style()
Changing to
get_stylesheet_directory()
andget_bloginfo( 'stylesheet_directory' )
respectively made it possible for me to use my own stylesheet without resorting to a filter.https://www.ads-software.com/extend/plugins/gallery-to-slideshow/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Gallery to Slideshow] ignores custom css in child theme directory’ is closed to new replies.