• Resolved FeliceAntonio

    (@antonio_09)


    Hi.
    I have a curious problem.
    I’m using Undiscovered theme and I’m very glad.
    I’m using child theme with the instructions of WordPress codex page (even in another site with another theme and is ok).
    When I use Google Chrome and I go on the page of my web site the first 15 second (about) I see big size chars.
    And then return to the default size.
    I tried to return to the parent theme and it works well.

    I tried too to leave just the first instructions in style.css of Undiscovered child theme without change anything:

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    http://example.com/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:       John Doe
     Author URI:   http://example.com
     Template:     twentyfourteen
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Where obviously in url I have:

    @import url("../undiscovered/style.css");

    and the other informations are for undiscovered theme, but it works well just with (default) parent theme.
    I wonder why.

    I like a lot this theme, you (themeshaker) made a good work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Could you post a link to your website? On first glance, everything looks good.

    Thread Starter FeliceAntonio

    (@antonio_09)

    http://www.af1.it/ This s the link of the website
    Thanks.

    I don’t see the same issue that you do, but one thing I did see is that you’ve got a mistake in your Google fonts call: Rokkit should be Rokkitt, two T’s.

    Thread Starter FeliceAntonio

    (@antonio_09)

    I read Rokkitt

    I think what you may be pointing out is actually a Chrome bug. And though it’s not the fault of the starter theme _s (Underscores), many themes built on _s will face this issue unless the theme developer makes some key changes.

    There have been many reports of this on the _s theme repo itself. See here https://github.com/Automattic/_s/issues/426#issuecomment-36730758. While it’s not the theme developers fault and it’s not _s’ fault, if I were the theme developer, I would try to modify the default _s CSS a bit to avoid this.

    But first, @felice, make sure you’re using the most up-to-date version of Chrome. I’ve seen reports that this has been fixed.

    Thread Starter FeliceAntonio

    (@antonio_09)

    Thanks sdavis2702.
    Before open this topic I re-installed Google chrome even if was last version, I thought could be a problem on my browser or something wrong in child theme css file.

    Theme Author themeshaker

    (@themeshaker)

    Thanks sdavis2702 for helping Felice to identify the problem. I’m glad that the issue is resolved now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with child theme’ is closed to new replies.