child

Child theme help

I’ve added a child them, see below, but it doesn’t seem to be working even though the same css works in simple css. I disable simple css because it kept reverting back to previous versions of my css code. Where have I gone wrong? The shadow should be on the large white text on the … Read more

Lost custom code with update.

Hello, and sorry for bothering you guys, the issue i am having is totally my bad! I had a developer to write some custom code for me as i am new to building websites. The custom code was added to the parent theme and as the theme was updated all the custom code was wiped … Read more

Switching to Child Theme Deletes Custom "Additional CSS"

Hello, I’d reviewed this page under the section, “Will I lose my changes when I add a child theme?” https://docs.generatepress.com/article/using-child-theme/ For me, when activating the child theme (based on your GP starter) I’d also lost the custom Additional CSS I’d added via the Customizer. Perhaps I didn’t understand the statement, “If you’ve only used the … Read more

GP Child (Prem) + Elementor (reg), challenges in creating & editing

Hello, I’m a mental health professional trying to build her own website. My sincerest apologies for stinking up a development forum with my less-than-basic knowledge. [I’m sure I’m attempting to go down this road because of a small amount of previous experience with software testing and HTML – AND, it’s creative work and I’d like … Read more

How to add code and text/html before and after the category title

Add this code in your child theme functions.php to add code and/or text/html before and after the category title without editing the archive.php. Look at the code below to edit as you wish. // Add Shortcode for php code before category title function code_before_cat_title_custom_shortcode() { // start php code echo '</h1>'; echo '<p>Any php can … Read more

Add page title to blog page

We are loving Generate Press so far & have all the Add-Ons installed & activated. Our site (beta URL is http://neostc.org/cmswp/) has a static Home page, and we are using the blog for the group’s newsletter. On the blog page, we want to add a newsletter title BELOW the page header and (always) ABOVE the … Read more