Yes, I used the Custom CSS, but if I really wanted to separate any code and style from the theme, it should allow a child theme to be created from it, which it doesn’t.
Also, I noticed the slider loads late and just pops in when it’s ready to display. Is there any way to have the whole page not show until the slider is ready? It looks bad when the page loads and there’s no slider, then a few seconds later it pops in.
Use loco translate plugin: https://wordpress.org/plugins/loco-translate/ Convert our English text to all NL one and create your own translated language and add that in config.php (add language folder and that file within your child theme and not in parent).
I have set a child theme, and the photo gallery settings button doesn’t appear. It appears in the desktop of the pro theme, and I can create galleries but if I change to the child theme, the button of the desktop doesn’t appear but the gallery yes.
Unfortunately the Pro version uses shortcodes and saves its data separately in a different row of the same table as free. So unfortunately you have to again re-create child theme. You can do it faster as you know what modifications were done.
I just purchased the Pro version but had already created a site with a child theme of the free; now that I have the Pro is it possible to import everything I’ve done in that child theme in to the Pro?
Edit: Basically, I used the plugin Childify Me to create a child theme called Authentech 1.0, based upon SKT Black and have modified it extensively, but now I’ve purchased and installed SKT Black Pro and am wondering if I’m able to duplicate the child theme or otherwise get it to inherit templates from the Pro version rather than the Free version.
Hi, it wasn’t a problem, per se, is the way things are saved into the database.
When I am one Pro is activated, two rows are created in the options table: optionsframework_iamonepro (all theme cstomizations like logo, favicon, I am one Pro sections) and theme_mods_iamonepro (menus already asigned, widgets etc).
All the settings for the theme go there.
When creating a child theme and activating it, wordpress creates two new row for the theme which are clean optionsframework_childthemename and theme_mods_childthemename.
What I did was to activate the child theme so that these two rows were created, then disabled the child theme again (wasn’t sure if I would modify them while it was active), copied the values from the rows for I am one pro and used them to do an update on my child theme option rows, then I reactivated the Child Theme and everything that had already been set up on the parent them was there on my child theme 🙂
Apparently there is another way, you can customize the name of those two variables in functions.php so that the child theme uses the same options name as the parent theme instead of creating new ones, that way if you switch between the parent and child theme all the options are retains because it is really using the same options. But I went the other way and it worked.
When I already had the theme set up I created a child theme for some customizations but that means I lose all the configuration I already had, menus, front page, etc. Is there a way get the settings into the child theme? Thank you
I bought SKT Full Width Pro and I created a child theme. With the child theme, the slider on the homepage doesn’t work… What can I do ? It works with the parent theme… Do you have any idea ?