brianscully
Forum Replies Created
-
WordPress version is 6.9.4.
I built this all myself starting with the restance theme. I cleared all the caches many times. There’s no errors in the console. There are very few plugins. I tried deactivating them, it doesn’t make a difference. I can get you more logs but I’m not sure exactly what you’re looking for.
At this point I’m considering just moving this whole website to another stack. I can’t edit the top of the home page at all and I need to make changes. Do I continue troubleshooting this or just move to something else?
So I guess the only way to provide a screenshot is to upload it somewhere. See below. The elements are there, I just can’t see them…if I scroll down I can see them. It’s just the top section with video and the animated gif background.

Hello, sorry I had other priority issues. This is still a problem. Can you access ccpidev.wpengine.com?
You should be able to see the problem there.
The live site displays ok but the editor is white blank space.
Gutenverse 3.1.2 is the version where I only see the issue in the Editor. If I upgrade to 3.6.0 it actually breaks the site. It is currently at 3.1.2 and the site should be working. The theme is restance 1.0.3.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHa! Of course. I was wondering about the significance of the wrapper definition. This works, and I repeated the CSS for another table with another ID (there is probably a more elegant way to handle multiple tables, but it works).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHi Tobias,
Here’s one place I’m using it for the “gas finder”: https://www.mathesongas.com/gases/
Thanks,
Brian
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Css code for 3.0 updateHello,
I’m also having issues with my search box having moved from the left side to the right side with the update. I tried adding the CSS you described above but the search box is still on the right side.
Here is the custom CSS I have currently in the Plugin Options:
.dt-container .dt-search input {
width: 200px;
}
.dt-container .dt-search {
float: none;
text-align: left;
}
.tablepress a:hover {
text-decoration: underline;
color: #0bf;
}
#tablepress-9_wrapper .dt-layout-row:first-child .dt-layout-end {
justify-content: flex-start;
margin-left: 0;
flex-direction: row;
}Any advice?
Thanks,
BrianOn the latest version, this is now working with the default values. Thanks so much for the quick response and fix!
When will the next update be? Is this something I can fix manually? I want to launch this website soon.