• Resolved samucarvajal

    (@samucarvajal)


    Hi Anders, thank you for such a wonderful new theme. It works great!

    I have noticed lately that some of the design elements in the original Abisko are not present when creating a Child Theme (I have used the Create Block Theme plugin).

    For example:

    The ” and the orientation of the text in this pattern does not translate into a Child Theme. This is an example of the same pattern on a Child Theme:

    I have noticed a similar problem in your theme Oaknut, where the shadow and the size of the icon do not translate into a Child Theme.

    FYI:
    – These screenshot demos were made without any plugin activated.
    – I have tried to reinclude the classes into the patterns, doesn’t seem to work either.
    – It happens with many patterns.

    I hope hiking is going well! Love reading your blog ??

    Best,
    Samu

Viewing 1 replies (of 1 total)
  • Thread Starter samucarvajal

    (@samucarvajal)

    I did a bit of digging and found out the issue I had. Sharing it in case someone has the same problem:

    <?php 
    	add_action( 'wp_enqueue_scripts', 'abisko_enqueue_styles' );
    
    	function abisko_enqueue_styles() {
    	wp_enqueue_style( 
    		'abisko-styles', 
    		get_parent_theme_file_uri( 'style.css' )
    		);
    	}

    Very much like previous versions, just add a functions.php to the folder of your Child Theme. With this code Abisko works perfectly.

    Thanks Anders!

Viewing 1 replies (of 1 total)
  • The topic ‘Design issues with Child Themes’ is closed to new replies.