• Resolved ZCicc87

    (@zcicc87)


    Hi,

    I issued differences on the layouts between parent and child themes; the child has no strong, no color, widget out of phases. I state that I’m trying this on a virgin installation of WP 3.5.2 both on local and on a shared hosting (Linux, Mysql; PHP 5). It appens on several themes.

    Any ideas?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ZCicc87

    (@zcicc87)

    The site is here
    I did not edit the theme, I just made a chil theme by creating a style.css with: @import url(“../imag-mag/style.css”);

    Are you aware that settings/options in the parent theme are not carried over to a child theme? Also, not all themes will work with a child theme, so that might be the case here as well…

    Also, try putting the @import line below the comments – don’t know if that makes a difference, but might as well try it:

    /*
    Theme name: iMag Mag Child
    Description: child theme of iMag Mag
    Author: ThemePacific
    Template: imag-mag
    Version: 1.0.3
    */
    @import url("../imag-mag/style.css");

    Thread Starter ZCicc87

    (@zcicc87)

    Above all I’m talking about a virgin theme (parent and child) so there are no settings / options.
    So, it’s a pity that this theme doesn’t support child themes…

    Thanks for the help.

    Regards

    Thread Starter ZCicc87

    (@zcicc87)

    I’ve already tried…nothing changes

    Theme Author ThemePacific

    (@raja3c)

    Dont’ put blame on theme buddy. First try to understand how to create child theme. Here’s the child theme for iMag Mag : http://themepacific.com/forums/topic/child-theme/

    Thanks – so it doesn’t work with the standard child theme format. Posted here for other people’s reference –

    /*
    Theme Name:     imag mag child
    Theme URI:      http://themepacific.com/imag-mag/32/
    Author:         ThemePacific
    Author URI:     http://themepacific.com/
    Template:       imag-mag
    */
    @import url("../imag-mag/style.css");
    @import url("../imag-mag/css/skeleton.css");
    @import url("../imag-mag/css/camera.css");

    Theme Author ThemePacific

    (@raja3c)

    It’s not like that, I’ve just added the stylesheet for responsive layout.

    Thread Starter ZCicc87

    (@zcicc87)

    Only now I had time to test it, and it works 🙂 so many thanks mate.

    Have a nice evening

    Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Different layout Parent and Child’ is closed to new replies.