这是主题错误还是我应该做一些CSS调整

问题描述 投票:0回答:1

这是我第一次使用Wordpress主题Classipress。 两个问题:

  1. 当我打开小部件自定义时,块就在那里,但它们是透明的。
  2. 当我更改块的标题时,格式混乱,并且无法更改回来。

请查看我屏幕上的 gif。

https://mediumorchid-oyster-970181.hostingersite.com/wp-content/uploads/2024/11/Animation.gif

这些是错误吗?还是我应该先做一些调整。

wordpress wordpress-theming
1个回答
0
投票
It sounds like you're experiencing a couple of issues with the ClassiPress 
theme. Based on what you've described, it could be either a theme bug or 
something that might need CSS adjustments. Here are a few steps you can 
try to troubleshoot:

Check for Updates: Ensure that your theme and WordPress are both up to 
date. Sometimes bugs are fixed in newer versions.

Inspect Element: Use your browser's developer tools to inspect the blocks 
and see if there are any CSS issues causing the transparency. You might 
find that adjusting the z-index or other properties could help.

Custom CSS: If the issue persists, you can try adding custom CSS to fix 
the transparency and formatting issues. 

For example:

.wp-block-template-part {
   z-index: 999;
   position: relative;
 }
© www.soinside.com 2019 - 2024. All rights reserved.