twentyseventeen

Remove sidebar in Twenty Seventeen from single products in Woocommerce

有些话、适合烂在心里 提交于 2020-01-03 02:46:13
问题 I have been trying to figure out how to remove the shop sidebar from my single product pages. I have tried various options for this. I am using the twentyseventeen theme. I first tried this snippet from business bloommer in my child functions file. add_action( 'wp', 'bbloomer_remove_sidebar_product_pages' ); function bbloomer_remove_sidebar_product_pages() { if ( is_product() ) { remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 ); } } But this did not work.Subsequently read

How can I unmute (and turn off autoplay) a YouTube video for twentyseventeen?

天大地大妈咪最大 提交于 2019-12-23 10:56:18
问题 I have a lecture on YouTube that I would like to use as the header movie for my twentyseventeen child themed website. I would like it with sound and without autoplay. (As viewed on Youtube, the video has sound intact.) Following [this question about autoplay], I seta a video URL of https://www.youtube.com/watch?v=1dYAYBNU6qM&autoplay=0. The behavior does not appear to have changed. It starts immediately, but sound is muted. How, with twentyseventeen, do I have an option of a media file that