Ren
Forum Replies Created
-
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] WordPress crashHi! I am getting same/similar error since the latest plugin update on July 9th – on just 1 of 20 sites tho. Do you think you’ll release another update soon to correct the problem or does this 1 site really need a fresh install of the plugin to resolve this issue? Thanks! ~Ren
Yeah thats the same place i put the css you gave me and it works great to hide that top header row but it shifted all the other headers over the other existing/remaining content in the rest of the column 3 cells. What I did instead was add javascript to suppress that entire column which works perfectly – sharing here in case any other fellow users need this type of assistance:
<script> var tbl = document.getElementsByClassName("eae-ct-wrapper")[0].getElementsByTagName("table")[0]; for (rowId in tbl.rows) { tbl.rows[rowId].removeChild(tbl.rows[rowId].children[3]); } </script>
The CSS option works for me except this css only hides that one cell and I need to hide all cells in that column. Can you send over a new chunk of code to accomplish that please? THANK YOU!!
- This reply was modified 1 year, 2 months ago by Ren. Reason: actually, not resolved yet
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] getting 404s on cleantalk files with …OK – thanks!
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] getting 404s on cleantalk files with …I imagine this will work but isn’t that defeating the purpose?
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] getting 404s on cleantalk files with …HI Serge! I am already running that version. All plugins are up to date.
Forum: Themes and Templates
In reply to: [Uptown Style] HeroGo to customize then click header media on the left.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] No spacesThanks Bompus! It even fixed the spacing issue with all the existing reviews. I was dreading having to fix all those individually. You rock!