sostech
Posts: 19
Joined: 06 Jun 12
Trust:
07 Jul 12 6:39 am
thanks for the reply
that was the 1st thing I tried...., I know how to create a basic child theme and yes that is easy.
Have you created an Affilotheme child theme specifically?
I'm trying to create a child theme for Avenue.
It's not straight forward like normal child themes, the path is a little more complex and a video or a detailed reply from staff may be very useful for all affiotheme users that want to tweak out their themes a bit more than the norm.
I'm able to activate the child theme but the theme comes up messed up, like its missing a .css files. I have messed around with all kinds of paths no luck yet.
Here is one of the many things I have tried; I made a folder called Ivymod_child inside affilotheme_2 themes folder. Within that folder I put a style.css with the following data.
/*
Description: A child theme for AffiloTheme v4.
Author: Ivy mod Affilo
Template: affilotheme_2
Version: 0.2
*/
@import url("css/avenue.css");
@import url("../affilotheme_2/style.css");
I need help with the paths.... here are some others paths I tried that sort of made things better but not perfect at all.
@import url("../affilotheme_avenue/css/avenue.css");
@import url("../affilotheme_2/affilotheme_avenue/style.css");
Has anyone specifically made a child theme of one of the affilothemes?