简体   繁体   English

Blogger 免费主题 - 无法删除学分

[英]Blogger Free Theme - failed to remove credits

I have no idea about web development or writing code. web开发和写代码我都不知道。 However, I used my common sense to replace my domain's credits in a free blogger theme.但是,我用我的常识在一个免费的博客主题中替换了我的域的学分。

The attached picture shows what I exactly wrote: enter image description here所附图片显示了我所写的内容: enter image description here

And here is what the error message says:这是错误消息的内容:

org.xml.sax.SAXParseException; org.xml.sax.SAXParseException; lineNumber: 3748;行号:3748; columnNumber: 3;列数:3; The element type "div" must be terminated by the matching end-tag "".元素类型“div”必须以匹配的结束标记“”结束。

Could someone explain simply how I could fix this?有人可以简单地解释一下我该如何解决这个问题吗?

Somewhere you are missing an ending div, which means you have to sort through the code to find the opening div which does not match with a div on the same indentation level.某处您缺少结尾的 div,这意味着您必须对代码进行排序以找到与同一缩进级别的 div 不匹配的开头 div。
This can be solved with a text editor which highlights both opening and closing divs when one div is selected, thus you can see where it is missing and where to add it.可以用文本编辑器来解决,该文本编辑器会在选择一个DIV时突出显示打开和关闭的Divs,因此您可以看到它丢失的位置以及将其添加的位置。 The image doesn't show enough detail to be able to resolve the issue directly for you.该图像未显示足够的详细信息,无法直接为您解决问题。

It's not that simple.没那么简单。 Free theme developers make their themes available on condition that you keep credits to them (via their website url in the footer).免费主题开发人员在您保留对他们的信用的情况下提供他们的主题(通过页脚中的他们的网站 url)。 Even if you delete this, there must be a snippet of code in the theme that will make your site look messy if you can't find the url that gives credit to the author.即使你删除了这个,如果你找不到归功于作者的url,主题中肯定有一段代码会让你的网站看起来很乱。 Modifying this code requires a good knowledge of HTML, CSS and Javascript.修改此代码需要熟悉 HTML、CSS 和 Javascript。

What would you pay for a professional to analyze all the code and clean it, I think it would be more viable to buy the premium version of the theme you like.你会花多少钱请专业人士分析所有代码并清理它,我认为购买你喜欢的主题的高级版本会更可行。

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

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