royco85
Forum Replies Created
-
btw: Every blog or category including multiple pages has this problem.
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upYep fixed it myself to!!! Thanks everybody for the help ??
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upI’m just gonna wait anyone else could try the last thing I came up, but I just read that it’s not very wise to change things in style.css so because of the lack of knowledge I will just sit back and wait, again many thanks for trying to help ??
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upOke this is the last Ill try i will let u know the result after. brb
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upMany thanks for your time. Really appreciate it a lot ??
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upYeah I guess Ill just wait and communicate this to the people involved around the website.
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upI received this from a help desk, I just called them:
.cb-grid-img a {
display: block;
}To add this by custom CSS… but again I’ve no clue where to put it.
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upOke well to be honest… I’ve read a lot and it seems like many people are experiencing this problem. So it’s just a matter of time before Google will update Chrome again I guess. I’m also experiencing difficulties with my dashboard, like overlapping buttons and stuff, theres just something wrong. Could it be an option to just wait for an update? Or do u think that’s gonna take ages?
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upGo to chrome://flags/#disable-slimming-paint
Enable the “Disable slimming paint” option.
Ensure that the “Enable slimming paint” option below it is not turned on.
Relaunch Chrome.I did this, but it didn’t do anything. I did exactly what was told, restarted the browser even deleted the cache to make sure. But still no difference.
———————————————————————–
Okay, by the looks of things there might be something you can do. It’s a confirmed issue on both core.trac.www.ads-software.com and the Chromium project. It might need a temporary fix until the bug is fixed and pushed to the stable version of Chrome. I would start with putting transform: translateZ(0); on the affected elements as mentioned in those tickets.
This is the second one. What does he exactly mean with the affected elements? I’m sorry for not understanding, I’m Dutch and trying hard ??
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upNo totally nothing no error website works fine, problem will stay tho
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upOke tried it, but no result at all. I pasted it at the bottom of function.php
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upCopying this code
add_action(‘admin_enqueue_scripts’, ‘chrome_fix’); function chrome_fix() { if ( strpos( $_SERVER[‘HTTP_USER_AGENT’], ‘Chrome’ ) !== false ) wp_add_inline_style( ‘wp-admin’, ‘#adminmenu { transform: translateZ(0); }’ ); }
at the bottem of function.php caused the trouble.
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upNo when I did that, we got like the problem from the past half hour ??
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upYeah I’ve put the code in function.php at the bottem.
What happned was, that the code would appear on top of the side but no changes… So it started to try different place like a little higher untill I messed it up.
Forum: Fixing WordPress
In reply to: (Chrome) Grid problem. Text will, but featured image won't show upomg I’ve fixed it haha thank you so much