去除布鲁克林主题上的视差背景 [英] Remove Parallax background on brooklyn theme

查看:102
本文介绍了去除布鲁克林主题上的视差背景的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Index.php文件,需要用作自定义页面,我希望使用一些主题样式和元素Navigation,Footer,Contact Form,ETC ....默认页眉似乎称呼身体,很难找到标题的部分。我一直在做大量的修改,所以驱动器中的文件应该保持更新,直到我解决问题。

目前我的页面/代码工作得益于@David以及此问题中的建议:

在WordPress内运行php应用程序



(链接和文件已删除隐私和搜索引擎列表删除)

解决方案

有几个文件丢失,所以我不能测试这个模板本身。

但是,这仅仅是一个取代php代码的情况,它需要实际输出的变量(来自查看源代码)来创建您想要的模板。

返回使用默认的index.php(去除页眉/页脚调用)。
使用下面的代码创建一个新模板并链接到它(使用上面链接的上一个Q中的重写代码)

有很多header.php中的代码调用db设置的变量,但希望下面的代码将删除parallex类,如果不复制头文件并将其称为header-custom.php。您可以替换get_header('custom')来调用此标头。无论你在html元素标签中看到一个php标签,都可以用你在view source中看到的实际输出来代替。

 < ?php 
/ **
*用于显示404页(未找到)的模板。
*
* @package unitedthemes
* /

get_header();

?>

< div class =grid-container>

< div id =primaryclass =grid-parent grid-100 tablet-grid-100 mobile-grid-100>

< div class =grid-70 prefix-15 mobile-grid-100 tablet-grid-100>

< header class =page-header fullwidth ut-header-light>
< h1 class =page-title>< span><?php _e('RepairStatus'); ?>< /跨度>< / H1>
< / header>

<?php require_once get_stylesheet_directory()。'/ repairstatus / index.php'?>

< / div><! - .page-header - >

< / div><! - .grid-100 mobile-grid-100 tablet-grid-100 - >

< / div><! - .grid-container - >

<?php get_footer(); ?>

header-custom.php内容(使用 get_header('custom')调用) ;

 <!DOCTYPE html> 
< html<?php language_attributes(); ?>>

< head>
< meta charset =<?php bloginfo('charset');?>>
< meta name =viewportcontent =width = device-width,initial-scale = 1,minimum-scale = 1,maximum-scale = 1>

<?php ut_meta_hook(); // action hook,see inc / ut-theme-hooks.php?>


<?php if(defined('WPSEO_VERSION')):?>

<! - - 标题 - >
< title><?php wp_title(); ?>< /标题>

<?php else:?>

<?php ut_meta_theme_hook(); ?>

<?php endif; ?>

<! - RSS& Pingbacks - >
< link rel =pingbackhref =<?php bloginfo('pingback_url');?> />
< link rel =profilehref =http://gmpg.org/xfn/11>

<! - Favicon - >
<?php if(ot_get_option('ut_favicon')):?>

<?php

/ *获取图标信息* /
$ favicon = ot_get_option('ut_favicon');
$ favicon_info = pathinfo($ favicon);
$ type = NULL;

if(isset($ favicon_info ['extension'])&& $ favicon_info ['extension'] =='png'){
$ type ='type =image / PNG';
}

if(isset($ favicon_info ['extension'])&& $ favicon_info ['extension'] =='ico'){
$ type = '类型= 图像/ X-图标';
}

if(isset($ favicon_info ['extension'])&& $ favicon_info ['extension'] =='gif'){
$ type = '类型= 图像/ GIF';
}

?>

< link rel =shortcut&#x20; iconhref =<?php echo $ favicon;?> <?php echo $ type; ?> />
< link rel =iconhref =<?php echo $ favicon;?> <?php echo $ type; ?> />

<?php endif; ?>

<! - Apple Touch图标 - >
<?php if(ot_get_option('ut_apple_touch_icon_iphone')):?>
< link rel =apple-touch-iconhref =<?php echo ot_get_option('ut_apple_touch_icon_iphone');?>>
<?php endif; ?>

<?php if(ot_get_option('ut_apple_touch_icon_ipad')):?>
< link rel =apple-touch-iconsizes =72x72href =<?php echo ot_get_option('ut_apple_touch_icon_ipad');?> />
<?php endif; ?>

<?php if(ot_get_option('ut_apple_touch_icon_iphone_retina')):?>
< link rel =apple-touch-iconsizes =114x114href =<?php echo ot_get_option('ut_apple_touch_icon_iphone_retina');?> />
<?php endif; ?>

<?php if(ot_get_option('ut_apple_touch_icon_ipad_retina')):?>
< link rel =apple-touch-iconsizes =144x144href =<?php echo ot_get_option('ut_apple_touch_icon_ipad_retina');?> />
<?php endif; ?>

<! - [if lt IE 9]>
< script src =http://html5shiv.googlecode.com/svn/trunk/html5.js>< / script>
<![endif] - >

<?php wp_head(); ?>

< / head>

<?php

/ *
| ----------------------- -------------------------------------------------- -
|需要设置
| ------------------------------------------- -------------------------------
* /

$ scrollto = ot_get_option( 'ut_scrollto_effect');
$ scrollto =!empty($ scrollto ['easing'])? $ scrollto ['easing']:'线性';
$ scrollspeed = ot_get_option('ut_scrollto_speed','650');

$ ut_site_border_body_class = ot_get_option('ut_site_border','hide')=='show'? 'ut-site-border':'';
$ ut_site_top_header_body_class = ot_get_option('ut_top_header','hide')=='show'? 'ut-has-top-header':'';
$ ut_site_border_header_class = ot_get_option('ut_site_border','hide')=='show'? '边界导航':'';
$ ut_top_header_class = ot_get_option('ut_top_header','hide')=='show'? '边界顶':'';

?>

< body id =ut-sitebodyclass =error404data-scrolleffect =easeInOutExpodata-scrollspeed =1300>


< a class =ut-offset-anchorid =topstyle =top:0px!important;>< / a>

<?php

/ *
| ----------------------- -------------------------------------------------- -
| Pre Loader Overlay
| ------------------------------------------ --------------------------------
* /

if(ot_get_option( 'ut_use_image_loader')=='on'):

if(ut_dynamic_conditional('ut_use_image_loader_on')):?>

< div class =ut-loader-overlay>< / div>

<?php endif; ?>

<?php endif; ?>


<?php ut_before_header_hook(); // action hook,see inc / ut-theme-hooks.php?>


<?php

/ *
| ------------------- -------------------------------------------------- -----
|导航设置
| ------------------------------------------- -------------------------------
* /

/ * skin * /
$ ut_navigation_skin = ot_get_option('ut_navigation_skin','ut-header-light');

/ *可见性* /
$ headerstate = NULL;

if(is_home()|| is_front_page()|| is_singular('portfolio')|| get_post_meta(get_the_ID(),'ut_activate_page_hero',true)=='on'){

if(ot_get_option('ut_navigation_state','off')=='off'){
$ headerstate ='ha-header-hide';
}

}

/ * width * /
$ navigation_width = ot_get_option('ut_navigation_width','居中');
$ logo_push =($ navigation_width =='fullwidth')? 'push-5':'';
$ navigation_pull =($ navigation_width =='fullwidth')? 'pull-5':'';
$ b $ *主导航设置* /
$ mainmenu = array('echo'=> false,
'container'=>'nav',
'container_id'=>'navigation',
'fallback_cb'=>'ut_default_menu',
'container_class'=>'grid-80隐藏在平板电脑上的隐藏移动'。 $ navigation_pull,$ b $'items_wrap'=>'< ul id =%1 $ sclass =%2 $ s>%3 $ s< / ul>',
' theme_location'=>'primary',
'walker'=> new ut_menu_walker()
);
$ b $ *手机导航设置* /
$ mobilemenu = array('echo'=> false,
'container'=>'nav',
'container_id'=>'ut-mobile-nav',
'menu_id'=>'ut-mobile-menu',
'menu_class'=>'ut-mobile-menu',
'fallback_cb'=>'ut_default_menu',
'container_class'=>'ut-mobile-menu mobile-grid-100 tablet-grid-100 hide-on-desktop',
'items_wrap'=>'< div class =ut-scroll-pane>< ul id =%1 $ sclass =%2 $ s>%3 $ s< / ul> ;< / div>',
'theme_location'=>'primary',
'walker'=> new ut_menu_walker()
);













$ b $ *检查当前页面是否有选项tp显示英雄* /
// $ ut_activate_page_hero = get_post_meta(get_the_ID(),'ut_activate_page_hero',true);
$ ut_activate_page_hero = false // ---------------------------------------- -------------------------------------------------- -------------------------------------------------- ------不知道这是什么回报....

?>

<! - - 注释掉----------------------------------- ------------------>
<?php // get_template_part('partials / top','header'); ?>










<! - header部分 - >
< header id =header-sectionclass =ha-header fullwidth ut-header-light>

<?php if($ navigation_width =='centered'):?>

< div class =grid-container>

<?php endif; ?>

< div class =ha-header-perspective>
< div class =ha-header-front>

< div class =grid-20 tablet-grid-50 mobile-grid-50<?php echo $ logo_push;?>>

<?php if(get_theme_mod('ut_site_logo')):?>

<?php

$ sitelogo =!is_front_page()&& !is_home()&& ($ ut_activate_page_hero =='off'|| empty($ ut_activate_page_hero))? get_theme_mod('ut_site_logo_alt'):get_theme_mod('ut_site_logo');

$ alternate_logo = get_theme_mod('ut_site_logo_alt')? get_theme_mod('ut_site_logo_alt'):get_theme_mod('ut_site_logo');?>

< div class =site-logo>
< a href =<?php echo esc_url(home_url('/'));?> title =<?php echo esc_attr(get_bloginfo('name','display'));?> rel =home>< img data-altlogo =<?php echo $ alternate_logo;?> src =<?php echo $ sitelogo;?> alt =<?php echo esc_attr(get_bloginfo('name','display'));?>>< / a>
< / div>

<?php else:?>

< div class =site-logo>
< h1 class =logo>< a href =<?php echo esc_url(home_url('/'));?> title =<?php echo esc_attr(get_bloginfo('name','display'));?> rel =home><?php bloginfo('name'); ?>< / A>< / H1>
< / div>

<?php endif; ?>

< / div>如果(ot_get_option('ut_use_cache','off')==''on''),则返回



$ *主菜单和移动菜单缓存* /
if ){

$ language_prefix = defined('ICL_LANGUAGE_CODE')? '_'。 ICL_LANGUAGE_CODE:'';

$ main_menu = get_transient('ut_main_menu'。get_the_ID()。$ language_prefix);
$ mobile_menu = get_transient('ut_mobile_menu'。get_the_ID()。$ language_prefix);
$ cacheTime = ot_get_option('ut_cache_ltime','10');

if($ main_menu === false){

$ main_menu = wp_nav_menu($ mainmenu);
set_transient('ut_main_menu'。get_the_ID()。$ language_prefix,$ main_menu,60 * $ cacheTime);


$ b if($ mobile_menu === false){

$ mobile_menu = wp_nav_menu($ mobilemenu);
set_transient('ut_mobile_menu'。get_the_ID()。$ language_prefix,$ mobile_menu,60 * $ cacheTime);



$ b}其他{

$ main_menu = wp_nav_menu($ mainmenu);
$ mobile_menu = wp_nav_menu($ mobilemenu);

}?>

<?php if(has_nav_menu('primary')):?>

<?php echo $ main_menu; ?>

< div class =ut-mm-trigger tablet-grid-50 mobile-grid-50 hide-on-desktop>
< button class =ut-mm-button>< / button>
< / div>

<?php echo $ mobile_menu; ?>

<?php endif; ?>

< / div>
< / div><! - close .ha-header-perspective - >

<?php if($ navigation_width =='centered'):?>

< / div>

<?php endif; ?>

< / header><! - close header - >

< div class =clear>< / div>




<! - - 也评论了这一点--------------------- >

<?php // get_template_part('template-part','hero'); ?>








<! - 以防万一 - > ;
<?php // ut_before_content_hook(); // action hook,see inc / ut-theme-hooks.php?>


< a class =ut-offset-anchorid =to-main-content>< / a>

< div class =main-content-background>


I have an Index.php file that I need to use as a custom page that I would like to have use some of the themes styles and elements Navigation, Footer, Contact Form, ETC.... The default header seems to be calling the body and its very difficult to find the parts of the header. I have been making a considerable amount of changes so the file in drive should be kept updated until I get this resolved.

Currently I have the page/code working thanks to @David and the advice given in this question:
run php application within wordpress

(links and files removed for privacy, and search engine listings removal)

解决方案

there was a few files missing so I cant test this template itself.

But it is simply a case of replacing php code that calls for a variable with actual output (from view source) to create the template you want.

Go back to using the default index.php (remove the header/footer calls). Create a new template with the code below and link to it (using the rewrite code from the previous Q you linked above)

There is quite a bit of code in the header.php that calls variables set from the db but hopefully the below code will remove the parallex classes, if not copy the header file and call it header-custom.php. You can replace get_header('custom') to call this header instead. Anywhere you see a php tag inside a html element tag, replace with the actual output you can see in view source.

    <?php
    /**
     * The template for displaying 404 pages (Not Found).
     *
     * @package unitedthemes
     */

    get_header(); 

    ?>

        <div class="grid-container">

            <div id="primary" class="grid-parent grid-100 tablet-grid-100 mobile-grid-100">

                <div class="grid-70 prefix-15 mobile-grid-100 tablet-grid-100">

                <header class="page-header fullwidth ut-header-light">
                    <h1 class="page-title"><span><?php _e('RepairStatus'); ?></span></h1>  
                </header>

               <?php require_once get_stylesheet_directory().'/repairstatus/index.php'?>

                </div><!-- .page-header --> 

            </div><!-- .grid-100 mobile-grid-100 tablet-grid-100 -->

        </div><!-- .grid-container -->

    <?php get_footer(); ?>

header-custom.php contents (call using get_header('custom'); )

<!DOCTYPE html>
<html <?php language_attributes(); ?>>

<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">

    <?php ut_meta_hook(); //action hook, see inc/ut-theme-hooks.php ?>


    <?php if ( defined('WPSEO_VERSION') ) : ?>

        <!-- Title -->
        <title><?php wp_title(); ?></title>

    <?php else : ?>

        <?php ut_meta_theme_hook(); ?>

    <?php endif; ?>

    <!-- RSS & Pingbacks -->
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <link rel="profile" href="http://gmpg.org/xfn/11">

    <!-- Favicon -->
    <?php if( ot_get_option( 'ut_favicon' ) ) : ?>

        <?php 

        /* get icon info */
        $favicon = ot_get_option( 'ut_favicon' );
        $favicon_info = pathinfo( $favicon ); 
        $type = NULL;

        if( isset($favicon_info['extension']) && $favicon_info['extension'] == 'png' ) {
            $type = 'type="image/png"';
        }

         if( isset($favicon_info['extension']) && $favicon_info['extension'] == 'ico' ) {
            $type = 'type="image/x-icon"';
        }

         if( isset($favicon_info['extension']) && $favicon_info['extension'] == 'gif' ) {
            $type = 'type="image/gif"';
        }

        ?>

        <link rel="shortcut&#x20;icon" href="<?php echo $favicon; ?>" <?php echo $type; ?> />
        <link rel="icon" href="<?php echo $favicon; ?>" <?php echo $type; ?> />

    <?php endif; ?>

    <!-- Apple Touch Icons -->    
    <?php if( ot_get_option( 'ut_apple_touch_icon_iphone' ) ) :?>
    <link rel="apple-touch-icon" href="<?php echo ot_get_option( 'ut_apple_touch_icon_iphone' ); ?>">
    <?php endif; ?>

    <?php if( ot_get_option( 'ut_apple_touch_icon_ipad' ) ) : ?>
    <link rel="apple-touch-icon" sizes="72x72" href="<?php echo ot_get_option( 'ut_apple_touch_icon_ipad' ); ?>" />
    <?php endif; ?>

    <?php if( ot_get_option( 'ut_apple_touch_icon_iphone_retina' ) ) : ?>
    <link rel="apple-touch-icon" sizes="114x114" href="<?php echo ot_get_option( 'ut_apple_touch_icon_iphone_retina' ); ?>" />
    <?php endif; ?>

    <?php if( ot_get_option( 'ut_apple_touch_icon_ipad_retina' ) ) :?>
    <link rel="apple-touch-icon" sizes="144x144" href="<?php echo ot_get_option( 'ut_apple_touch_icon_ipad_retina' ); ?>" />
    <?php endif; ?>

    <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]--> 

    <?php wp_head(); ?>

</head>

<?php 

/*
|--------------------------------------------------------------------------
| Needed Settings
|--------------------------------------------------------------------------
*/

$scrollto       = ot_get_option('ut_scrollto_effect');
$scrollto       = !empty( $scrollto['easing'] ) ? $scrollto['easing'] : 'linear' ;
$scrollspeed    = ot_get_option('ut_scrollto_speed'  , '650'); 

$ut_site_border_body_class = ot_get_option( 'ut_site_border', 'hide' ) == 'show' ? 'ut-site-border' : '';
$ut_site_top_header_body_class = ot_get_option( 'ut_top_header', 'hide' ) == 'show' ? 'ut-has-top-header' : '';
$ut_site_border_header_class = ot_get_option( 'ut_site_border', 'hide' ) == 'show' ? 'bordered-navigation' : '';
$ut_top_header_class = ot_get_option( 'ut_top_header' , 'hide' ) == 'show' ? 'bordered-top' : '';

?>

<body id="ut-sitebody" class="error404 " data-scrolleffect="easeInOutExpo" data-scrollspeed="1300">


<a class="ut-offset-anchor" id="top" style="top:0px !important;"></a>

<?php 

/*
|--------------------------------------------------------------------------
| Pre Loader Overlay
|--------------------------------------------------------------------------
*/

if( ot_get_option('ut_use_image_loader') == 'on' ) : 

    if( ut_dynamic_conditional('ut_use_image_loader_on') ) : ?>

    <div class="ut-loader-overlay"></div>

    <?php endif; ?>

<?php endif; ?>


<?php ut_before_header_hook(); // action hook, see inc/ut-theme-hooks.php ?> 


<?php

/*
|--------------------------------------------------------------------------
| Navigation Setting
|--------------------------------------------------------------------------
*/

/* skin */
$ut_navigation_skin = ot_get_option('ut_navigation_skin' , 'ut-header-light');

/* visibility */
$headerstate = NULL;

if( is_home() || is_front_page() || is_singular('portfolio') || get_post_meta( get_the_ID() , 'ut_activate_page_hero' , true ) == 'on' ) {

    if( ot_get_option('ut_navigation_state' , 'off') == 'off' ) {
        $headerstate = 'ha-header-hide';
    }

}

/* width */
$navigation_width = ot_get_option('ut_navigation_width' , 'centered');
$logo_push = ( $navigation_width == 'fullwidth' ) ? 'push-5' : '';
$navigation_pull = ( $navigation_width == 'fullwidth' ) ? 'pull-5' : '';

/* main navigation settings*/
$mainmenu = array('echo'             => false,
                  'container'        => 'nav',
                  'container_id'     => 'navigation',
                  'fallback_cb'      => 'ut_default_menu',
                  'container_class'  => 'grid-80 hide-on-tablet hide-on-mobile ' . $navigation_pull ,
                  'items_wrap'       => '<ul id="%1$s" class="%2$s">%3$s</ul>',
                  'theme_location'   => 'primary', 
                  'walker'           => new ut_menu_walker()
);

/* mobile navigation settings */                         
$mobilemenu = array('echo'              => false,
                    'container'         => 'nav',
                    'container_id'      => 'ut-mobile-nav',
                    'menu_id'           => 'ut-mobile-menu',
                    'menu_class'        => 'ut-mobile-menu',
                    'fallback_cb'       => 'ut_default_menu',
                    'container_class'   => 'ut-mobile-menu mobile-grid-100 tablet-grid-100 hide-on-desktop',
                    'items_wrap'        => '<div class="ut-scroll-pane"><ul id="%1$s" class="%2$s">%3$s</ul></div>',
                    'theme_location'    => 'primary', 
                    'walker'            => new ut_menu_walker()
);














/* check if current page has an option tp show a hero */
//$ut_activate_page_hero = get_post_meta( get_the_ID() , 'ut_activate_page_hero' , true );                      
$ut_activate_page_hero= false // --------------------------------------------------------------------------------------------------------------------------------------------------not sure what this returns....           

?>

<!-- commented out ----------------------------------------------------->
<?php // get_template_part( 'partials/top', 'header' ); ?> 










<!-- header section -->
<header id="header-section" class="ha-header fullwidth ut-header-light ">

    <?php if( $navigation_width == 'centered' ) :?>

    <div class="grid-container">

    <?php endif; ?> 

        <div class="ha-header-perspective">
            <div class="ha-header-front">

                <div class="grid-20 tablet-grid-50 mobile-grid-50 <?php echo $logo_push; ?>">

                    <?php if ( get_theme_mod( 'ut_site_logo' ) ) : ?>

                        <?php 

                        $sitelogo = !is_front_page() && !is_home() && ( $ut_activate_page_hero == 'off' || empty($ut_activate_page_hero) ) ? get_theme_mod( 'ut_site_logo_alt' ) : get_theme_mod( 'ut_site_logo' );                        

                        $alternate_logo = get_theme_mod( 'ut_site_logo_alt' ) ? get_theme_mod( 'ut_site_logo_alt' ) : get_theme_mod( 'ut_site_logo' ) ;?>

                        <div class="site-logo">
                            <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img data-altlogo="<?php echo $alternate_logo; ?>" src="<?php echo $sitelogo; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
                        </div>

                    <?php else : ?>

                        <div class="site-logo">
                            <h1 class="logo"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
                        </div>

                    <?php endif; ?>                 

                </div>    

                <?php

                /* main and mobile menu cache */
                if( ot_get_option('ut_use_cache' , 'off') == 'on' ) {

                    $language_prefix =  defined('ICL_LANGUAGE_CODE') ? '_' . ICL_LANGUAGE_CODE : '';

                    $main_menu      = get_transient('ut_main_menu' . get_the_ID() . $language_prefix );
                    $mobile_menu    = get_transient('ut_mobile_menu' . get_the_ID() . $language_prefix  );
                    $cacheTime      = ot_get_option('ut_cache_ltime' , '10');

                    if ($main_menu === false) {

                        $main_menu = wp_nav_menu( $mainmenu );                        
                        set_transient('ut_main_menu' . get_the_ID() . $language_prefix , $main_menu, 60*$cacheTime);

                    } 

                    if ($mobile_menu === false) {

                        $mobile_menu = wp_nav_menu( $mobilemenu );
                        set_transient('ut_mobile_menu' . get_the_ID() . $language_prefix  , $mobile_menu, 60*$cacheTime);

                    } 


                } else {

                    $main_menu   = wp_nav_menu( $mainmenu );
                    $mobile_menu = wp_nav_menu( $mobilemenu );

                } ?>                

                <?php if ( has_nav_menu( 'primary' ) ) : ?>

                    <?php echo $main_menu; ?>

                    <div class="ut-mm-trigger tablet-grid-50 mobile-grid-50 hide-on-desktop">
                        <button class="ut-mm-button"></button>
                    </div>

                    <?php echo $mobile_menu; ?>

                <?php endif; ?>

                </div>
            </div><!-- close .ha-header-perspective -->

    <?php if( $navigation_width == 'centered') :?>        

    </div> 

    <?php endif; ?>

</header><!-- close header -->

<div class="clear"></div>




<!-- Commented this out too --------------------->

<?php// get_template_part( 'template-part', 'hero' ); ?>       








<!-- just in case commented this out-->
<?php // ut_before_content_hook(); // action hook, see inc/ut-theme-hooks.php ?>

<div id="main-content" class="wrap ha-waypoint" data-animate-up="ha-header-hide" data-animate-down="ha-header-small">

    <a class="ut-offset-anchor" id="to-main-content"></a>

        <div class="main-content-background">

这篇关于去除布鲁克林主题上的视差背景的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆