简体   繁体   English

移动Wordpress网站和主题已停止Jquery脚本?

[英]Moving Wordpress site and Theme stopped Jquery script?

I moved a Wordpress site I'm building for a client. 我移了一个正在为客户构建的Wordpress网站。 So far so good. 到现在为止还挺好。 Everything copied across. 一切都复制了过来。

Only the home page isn't responding how it should. 只有主页没有响应。

As you can see if you view the page source, all the elements have loaded, but they aren't showing for some reason. 如您所见,如果您查看页面源代码,则所有元素均已加载,但由于某些原因未显示。 And I can't work out why! 我不知道为什么!

Could someone please troubleshoot this for me? 有人可以帮我解决这个问题吗?

Many thanks. 非常感谢。

The body of the site is set to display: none here: 该网站的正文设置为display: none此处display: none

.home {
display: none;
float: left;
}

In this css file 在这个css文件中

/wp-content/themes/insigniaunderwriting/style.css?ver=2013-07-18

On your old site you used this css file: 在您的旧站点上,您使用了以下css文件:

/wp-content/themes/insigniamain/style.css?ver=2013-07-18

Which seems to indicate that you should switch from insigniaunderwriting to insigniamain . 这似乎表明您应该从Insigniaunderwriting切换到Insigniamain

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM