Edit Courses pages in LearnDash in Gillion theme

Home › Forums › Gillion Theme › Edit Courses pages in LearnDash in Gillion theme

Home › Forums › Gillion Theme › Edit Courses pages in LearnDash in Gillion theme

Viewing 21 post (of 21 total)
  • Author
  • I logged into your website and resolved the issue by editing the gillion_header_layout function code as below in the theme file /gillion/inc/helpers.php

     

        function gillion_header_layout() {
            $header_layout1 = esc_attr( gillion_post_option( gillion_page_id(), 'header_layout', '1' ) );
            $header_layout2 = esc_attr( gillion_option( 'header_layout', '1' ) );
    
            if( !is_singular('sfwd-courses') && !is_search() && !is_singular('product') && !is_archive() && !is_home() && !is_404() && !function_exists('is_bbpress') ) :
                $layout = ( isset($header_layout1) && $header_layout1 && $header_layout1 != 'default' ) ? $header_layout1 : ( ( isset($header_layout2) && $header_layout2 ) ? $header_layout2 : '1' );
            else :
                $layout = $header_layout2;
            endif;
    
            return ( !function_exists( 'gillion_header_showcase' ) ) ? $layout : gillion_header_showcase( $layout );
        }
Viewing 21 post (of 21 total)

Popular choice

Professional Developers At Your Fingertips!

If you need services beyond standard support, we've got your back!

Services we offer:

Demo setup
Advanced customization
Layout adjustment
Graphic work / visualizations
Custom coding
Full WordPress development and design

Services

What we can offer

  • Demo setup +

    If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.

  • Layout adjustment +

    We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.

  • Advanced customization +

    More complex styling changes, theme option modifications, and third-party integrations.

  • Custom coding +

    If you need something that's not included in the theme, we can code it for you.

  • Graphic work / visualizations +

    Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.

  • Full WordPress development and design +

    Full website builds, custom theme development, or plugin creation from scratch.

  • About pricing +

    We'll provide a clear quote based on what you need. No hidden fees.

Professional Developers At Your Fingertips!

Custom Work Form