Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter stephkh

    (@stephkh)

    Dear Matteo ,

    Thanks for your reply. Actually we are now still in development web site stage. As our organization using internal IP like 192.168.0.10\ju as our link. Therefore at this moment, I cannot provide the link the website to you

    as dream way theme only have 1 php file : functions.php. Therefore, as you mention, I need to change the code of the template page file means I need to modify this file. so is that any function/tag that related to our modification need ? as I checked only the below code that may related to Site title

    function dreamway_setup() {

    $defaults = sgwindow_get_defaults();

    load_child_theme_textdomain( ‘dreamway’, get_stylesheet_directory() . ‘/languages’ );

    $args = array(
    ‘default-image’ => get_stylesheet_directory_uri() . ‘/img/header.jpg’,
    ‘header-text’ => true,
    ‘default-text-color’ => ‘000’,
    ‘width’ => absint( sgwindow_get_theme_mod( ‘size_image’ ) ),
    ‘height’ => absint( sgwindow_get_theme_mod( ‘size_image_height’ ) ),
    ‘flex-height’ => true,
    ‘flex-width’ => true,
    );
    add_theme_support( ‘custom-header’, $args );

    remove_action( ‘sgwindow_empty_sidebar_before_footer-home’, ‘sgwindow_the_footer_sidebar_widgets’, 20 );
    remove_action( ‘sgwindow_empty_sidebar_top-home’, ‘sgwindow_the_top_sidebar_widgets’, 20 );
    remove_action( ‘sgwindow_empty_column_2-portfolio-page’, ‘sgwindow_right_sidebar_portfolio’, 20 );
    remove_action( ‘admin_menu’, ‘sgwindow_admin_page’ );
    }

    Please kindly advice

Viewing 1 replies (of 1 total)