Daily Sweetness
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Hide The Header & Footer from Portfolio PageI figured it out. If anyone needs the code, I added this to the single-portfolio.php file. The only thing is that the logo is still there, but I’ll manage.
//* Remove site header elements remove_action( ‘genesis_before’, ‘vivienne_offscreen_content_output’ );
//* Remove navigation remove_action( ‘genesis_before’, ‘genesis_do_subnav’, 12 ); remove_action( ‘genesis_before’, ‘genesis_do_nav’, 1 ); remove_action( ‘genesis_before’, ‘genesis_do_nav’, 10 ); remove_action( ‘genesis_after’, ‘vivienne_footer_menu’, 11 );
//* Remove site footer widgets remove_action( ‘genesis_before_footer’, ‘genesis_footer_widget_areas’ );
//* Remove site footer elements remove_action( ‘genesis_footer’, ‘genesis_footer_markup_open’, 5 ); remove_action( ‘genesis_footer’, ‘genesis_do_footer’ ); remove_action( ‘genesis_footer’, ‘genesis_footer_markup_close’, 15 ); remove_action( ‘genesis_after’, ‘genesis_footer_widget_areas’, 5 ); remove_action( ‘genesis_after’, ‘genesis_do_footer’, 12 ); remove_action( ‘genesis_after’, ‘vivienne_footer_social’, 8 ); remove_action( ‘genesis_after’, ‘vivienne_instagram’, 5 );
last one I figure it out again if u do want to remove the logo then replace the previous section “Remove site header elements” with this one
//* Remove site header elements
remove_action( ‘genesis_before’, ‘vivienne_offscreen_content_output’ );
remove_action( ‘genesis_before’, ‘genesis_header_markup_open’, 5 );
remove_action( ‘genesis_before’, ‘genesis_do_header’ );
remove_action(?‘genesis_before’,?‘genesis_header_markup_close’,?10?);
And that’s it .
- This reply was modified 11 months, 2 weeks ago by Daily Sweetness.
- This reply was modified 11 months, 2 weeks ago by Daily Sweetness.
Forum: Fixing WordPress
In reply to: How To Hide The Header & Footer from Portfolio PageI’m working with a Genesis Child Theme, and although the portfolio section has a template option, the codes I’ve tried haven’t successfully removed the banner or header. But I will see.
Referring to Lisa’s answer, the support team charges a fee, and I originally thought it would be a simple process.
- This reply was modified 11 months, 2 weeks ago by Daily Sweetness.
- This reply was modified 11 months, 2 weeks ago by Daily Sweetness.
Forum: Fixing WordPress
In reply to: How To Hide The Header & Footer from Portfolio PageUnfortunately I don’t want to use Elementor plug in because it can slow my site down. I’m looking for a manual way.
Forum: Fixing WordPress
In reply to: How To Hide The Header & Footer from Portfolio PageNo I’m not.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Recover Social SharesHi!
I purchased the plug to recover social share accounts, and where it says add old domain/ URL, I added https://www.dailysweetness.com/2022/01/30/sample-post/. But it didn’t work. Does it take a few hours to process?Forum: Plugins
In reply to: [WooCommerce] Create lost password page WoocommerceHi Maykato!
Thanks for the response. the shortcode lost-password doesn’t work. Is there another one or something?Forum: Fixing WordPress
In reply to: Full Width Homepageokay thanks for the link