thingswelike
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chaplin] Google fonts not loadingFantastic – thank you Anders – and thank you for a terrific theme!
I used it to jump into gutenberg for 3 of my clients and they are all really happy.
I’d moved away from WP due to the stranglehold of super-themes with page-builder requirements and vulnerable plugins. It’s good to be back!My enqueues now look like below and everything seems to be working as it should.
<?php function my_theme_enqueue_styles() { $parent_style = 'chaplin-style'; wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles',11 );Thanks again!
Forum: Themes and Templates
In reply to: [Chaplin] Google fonts not loadingBTW I used the customizer to select the fonts.
My child functions (registering 4 sidebars) and child style are all working fine.
- This reply was modified 5 years, 11 months ago by thingswelike.
Great – thanks for the speedy reply.
I’ll leave in the current code and await an update.Forum: Fixing WordPress
In reply to: updated to 4.4 – error in category-template.php on line 1158So is everyone on Canvas already running the latest version (6.2.2)?
It’s release was after the public beta date mentioned by James above.My clients site is on the last 5.x release.
Forum: Plugins
In reply to: [My YouTube Channel] [Plugin: YouTube Channel] After playing videoThis would be great. The ‘related videos’ at the end of the video are often of competitors’ videos!
It would be great if you can either remove them totally or keep them within the channel.Otherwise, it’s working great for me!