Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What do you mean modified the theme actions?
hi andrew
Thanks for getting back so quickly
I did not have a clue about these child themes and have been just working on the theme actions in my dash board to play around with the site.
will any of them change when i do this child theme thing does that makes sense told you new to all this
xx
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You mean there’s a section in the dashboard called “theme actions”?
Yes that is correct where you can modify the basics, header pictures a fe colors etc x
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The options in this section might be reset when you activate your Child Theme, because the act of activating a Child Theme is the same as activating a new theme. You will still get the “theme actions” section of the dashboard in your Child Theme though.
Ok will I loose all the pictures I have in my theme then, sorry to sound daft just new to all this. In other words I loose everything I have done already, menus, categories widgets etc
Thank you for helping x
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Anything you upload into WordPress is not saved in the theme’s files, it’s saved in the database. So changing themes will not lose your images.
Could you post your question to your theme’s support section? https://wordpress.org/support/theme/skt-full-width#postform – So that the theme author has a chance to respond. I’m not certain about theme settings.
Hi again
I have posted something for them before I found this child theme thing. Not had response as yet.
All I wanted to do was have the featured picture and featured videos not to show in my posts has looks horrible.
But from reading everything there is a piece of code you have to input to do this.
Thank you for your help stuck in limbo till I sort it as love this theme just the bit I need to sort out
Thank you again for your help xx
Andrew to let you know sorted it found a post and it worked one happy bunny now xxx
Go to “Theme Options” and then “Layout Setting” and then type type into the “Custom CSS” window this code:
.post-thumb {
display: none;
}
This will hide the featured image from the actual post page, but will allow it to still be visible when you look at the thumbnail in any of the category sections.