Rembrandt Child Theme

artmelkon

Member
Is there any documentation on Rembrandt Child Theme?
I tried to create a child theme for Rembrandt them but Category Menu disappears.
When I switch back to original theme it appears again.
Any solution to this?
Thanks
 

artmelkon

Member
Thank you for the reply. I am aware of WP child theme, I have done many child themes before, but this one when I copy the file the category menu disappears, I will need more time to dig in and modify the codes. Thanks
 

artmelkon

Member
And one more thing. Active (selected) page category menu background and the font color are same on Rembrandt theme. Can you guys look into it? Thanks
 
E

Ekaterina Sayapina

Guest
And one more thing. Active (selected) page category menu background and the font color are same on Rembrandt theme. Can you guys look into it? Thanks
I would appreciate if you could send me the screenshot to illustrate the issue.
 
E

Ekaterina Sayapina

Guest
Thanks for the reply, here I have attached the screenshot.
Thanks! Please make sure you have updated the plugin (the latest version is 0.9.15.1) and the Rembrandt theme (version 3.5.4 should have fixed the color bug). If you have the latest versions installed , please PM me your WP credentials, I'll have a look.
 

artmelkon

Member
Thanks! Please make sure you have updated the plugin (the latest version is 0.9.15.1) and the Rembrandt theme (version 3.5.4 should have fixed the color bug). If you have the latest versions installed , please PM me your WP credentials, I'll have a look.
Thank you for update; it works
 

Justus

New Member
Is there any documentation on Rembrandt Child Theme?
I tried to create a child theme for Rembrandt them but Category Menu disappears.
When I switch back to original theme it appears again.
Any solution to this?
Thanks

Hi
I'm also trying to build a child theme for Rembrandt, I was able to get the category menu but not completely aligned. If you have any idea on how to get this working please share it with me.
 

artmelkon

Member
Hi
I'm also trying to build a child theme for Rembrandt, I was able to get the category menu but not completely aligned. If you have any idea on how to get this working please share it with me.
Use this code to align your menu
/* header category menu */
.header-desc ul {
position: relative;
left: 25%;
}
 

artmelkon

Member
this is the new fix for css code for child theme
/* header category menu*/
.categories-menu li {
position: relative;
left: 25%;
}
 
Top