Questions tagged [child-theming]
80 questions
0
votes
0 answers
Error 500 when creating Functions.php in my Child theme
Hello i got HTTP ERROR 500 when i create/putting on the Functions.php in my child theme
this is my codes

Aly
- 4,425
- 2
- 13
- 23
0
votes
1 answer
Does changing the theme to a child theme affect a WP site in any way?
Thanks for taking a look at my question..
I'm using the divi theme which a fully functional, slightly complex site is running on. I really need to have a child theme because I need to edit some templates.
I'm really concerned that when I make the…

David Mendienta
- 395
- 2
- 5
- 11
0
votes
1 answer
How do I specify a stylesheet in child-theming WP twentyseventeen? What do I need to do to register my chosen child theme?
After some trial and error, it appears that I have created a child theme of twentyseventeen, as I earlier did of twentysixteen, but while the dashboard shows the name I chose for my theme, the stylesheet loaded is not displaying my changes because I…

Christos Hayward
- 5,777
- 17
- 58
- 113
-1
votes
1 answer
Adding a JS file in a Wordpress block child theme
I am creating a block child theme of Wordpress, I need to attach my own CSS sheet and JS file.
As recommended, I queued both files in functions.php with:
//dodanie własnych css i js
add_action( 'wp_enqueue_scripts', 'child_enqueue_assets'…

Marcin Dawid
- 3
- 2
-3
votes
4 answers
How to remove a part of an html code inside of a php?
I was trying to remove a "Search" button on the top left corner of a web site.
After searching here I found a tip here: Best way to find out which php file has generated an html line of code in WordPress
But still after installing the plugin I could…

Igor de Abreu
- 13
- 4