This topic has 12 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hi,
I have two questions regarding the Child theme.
1. I wish to rename the ‘royal folder’ to my website name, which means I will have to rename the Child theme also. Can I do this without my website going offline?
2. I have written my alterations in the royal folder, e.g. functions.php. Do I need to copy paste the files that I have written and place the files in the Child theme folder? So that there are 2 function.php: 1 in the royal folder, and 1 in the Child theme folder.
Thank you
An different question:
The display of the blog texts in my footer (e.g. ’16 DEC’) is black. How do I change it back to white?
Could I possibly show an image instead of the date for the recent blogs? Thank you!
The colour white has also disappeared when you look at a page number, e.g. 1 is not shown because it is now black with a black background. See please as an example this page. How do get the automatic white colouring back? I have changed the font colour in the Theme Options so as to get black lettering, but I didn’t expect this to also change (just like the blog colours changing to black).
Thank you!:)
Hello,
1. Yes, just don’t forget to change template name in style.css file of the child theme.
2. You need create child functions.php file as described here https://codex.wordpress.org/Child_Themes and just copy the modified code from parent functions.php to child functions.php.
3. Add this code in child style.css:
.date-event .number, footer .blog-post-list .date-event {
color: white !important;
}
4. Unfortunately there is no such feature.
Regards,
Eva Kemp.
‘1-4. Thank you Eva.
I will change the name of the Royal folder to my name and change the Template name in the style.css.
5. How do get the colour white back in the page number? E.g. the page number # 1 is not shown because it is now black with a black background. See please as an example this page.
‘1. Unfortunately, renaming the theme did not work. I tried changing the folder name in the ftp: https://www.dropbox.com/s/o5qzj9juhpxn6v8/ftp.png?dl=0, as well as change the template name in style.ccs: https://www.dropbox.com/s/9yd259h6u9xjstf/child%20style.png?dl=0. The site then showed the following message: https://www.dropbox.com/s/q6y5f56gglp1cb6/directory%20child%20does%20not%20exist.png?dl=0.
What should I do different? Thank you
Please find login codes in Private Content
Hello,
5. Please use this css code:
.pagination-cubic li span.page-numbers.current {
background-color: white;
}
I’ve renamed theme folder. Please check now.
Regards,
Eva Kemp.
Hi Eva,
Thank you. The footer has changed and the menu’s are gone. Also the sidebars are missing on the single product pages. Otherwise it look goods.
Hello,
You need re-add menus in Appearance > Menus and re-add widgets in Appearance > Widgets.
Regards,
Eva Kemp.
Thank you for your help Eva:)
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Child Theme’' has been successfully resolved, and the topic is now closed for further responses