child-theme

modification to gp premium plugin – how to survive updates

we did some customizations to the gp premium plugin in the following pages /wp-content/plugins/gp-premium/blog/functions/images.php /wp-content/plugins/gp-premium/blog/functions/css/style.css how to keep these code surviving the updates to the plugin. like child theme, do we have any root or method.

Changing theme

Hello, I have the jupiter theme with Visual composer on my site and would like to change to Generate Press = Elementor. Would this be possible? Would I lose everything? Anything I should do to facilitate this? Thanks Carole

Child Theme Compatibility Issue with Elementor

I completely understand the version 2.0 of Elementor and Elementor Pro is still in Beta. Anyway, in the video Ben Pines shared today, he recommends GeneratePress for testing the new features. Right now in my site I’m using a Child Theme to add some Custom Post Types. Anyway, I’m trying to create a template for … Read more

Search placeholder not appearing

We are using a GeneratePress-based child theme and I have added the GeneratePress search form to our primary navigation menu, but the “Search” placeholder text never appears in either the browser view or the HTML. I added the generate_search_placeholder filter to our functions.php file, but that didn’t make any difference. Tried with and without the … Read more

Same Child theme template page yielding two different results?

I think this issue first came up after I installed Woocommerce. A template page I created for my Child theme displays differently when I publish pages. For some pages it comes out looking correct and in others it looks like there are additional divs and wrappers being placed inside my content: url*.com/gotham-wedding-accessories/ <-displays correctly url*.com/zara-wedding-accessories/ … Read more

GP Premium override functions in child theme

I tried adding this to my child theme functions: if ( ! function_exists( 'generate_setup' ) ) { add_action( 'after_setup_theme', 'generate_setup' ); /** * Sets up theme defaults and registers support for various WordPress features. * * @since 0.1 */ function generate_setup() { // Make theme available for translation. load_child_theme_textdomain( 'yada', get_stylesheet_directory() . '/languages' ); add_action( … Read more