Hello tagDiv team,
Your theme is awesome but I have three problems I can not solve.
1. I have a problem with my full big grid block.
I turned off the date and the author name on the homepage. It works everywhere except the full big grid block at the top.
There appears under the headline a small gray box (remains of the td-module-meta-info)
I can hide the box with ther CSS code
.td_block_big_grid_fl_1 .td-module-meta-info{
display:none;
}
The problem with the method is that when the page loads, the date still appears for about a second and then disappears. Since the big grid block is at the top of the homepage, the date is visible to everyone for a short time.
Interestingly, the little gray box appears in every browser except in Firefox.
2.) In tagDiv Composer I get the error message at the top
Notice: Undefined index: post_ID in */wp-content/plugins/wordpress-seo-premium/premium/classes/premium-metabox.php on line 146
In the file premium-metabox.php is written:
/**
* Retrieves the post ID from the globals.
*
* @return {int} The post ID.
*/
protected function get_post_ID() {
return $GLOBALS[‘post_ID’]; (<- This is line 146)
3.) At Dashboard -> Plugins -> Add New I get the error message at the top
Notice: Undefined property: stdClass::$plugin in */wp-includes/class-wp-list-util.php on line 150
In the file class-wp-list-util.php is written:
/*
* This is simple. Could at some point wrap array_column()
* if we knew we had an array of arrays.
*/
foreach ( $this->output as $key => $value ) {
if ( is_object( $value ) ) {
$this->output[ $key ] = $value->$field; (<-This is line 150)
} else {
$this->output[ $key ] = $value[ $field ];
}
}
return $this->output;
}
/*
Can you help me?
Many Thanks
best regards,
arti
Hi,
1. So the problem is with full grid 1, I made a test with it and disabled the author name and date in the theme panel. It looks like this for me
– https://www.screencast.com/t/qs9jamCcT6
The module meta info container is there but not visible
– https://www.screencast.com/t/nfFXdZdHXsx
I could take a look at the grid in your case, to see how this grey box you mention appears under the article title.
2/3 Are you using the latest WordPress version, theme, plugins etc? About that SEO plugin notice I can’t find much online, try to re-install it. Or turn off WP debug in the config file.
The other notice in the plugins section, there are some suggestions you can try
– https://wordpress.org/support/topic/error-on-add-plugins-page-after-update/
Thanks
Hi Simion,
Thanks for your fast reply.
1. Sorry, I forgot to say that the gray box is only visible in grid style 4 – bottom box.
Here is a screenshot
https://drive.google.com/file/d/1pmh47DcQRdPd5gLIq2WV_SagYvNWYKA-/view?usp=sharing
Have you ever had such a case?
2. WP and plugins are up to date. If I turn off WP debug in the config file is the error just hidden?
3. I have already found this page and tried the suggestions but unfortunately without success.
Thanks and regards,
Arti
1. I have to say that I have not seen this before. I did recreate it with style 4, it looks like this for me
– https://www.screencast.com/t/7ZFfLwL5ohE0
It happens because of some design for style 4 and it will happen for all big grids with disabled meta + style 4 combination. I will add this on our issue list immediately and a solution will be found, hopefully for the next update.
You could modify this directly in the theme stylesheet, remove that background color
– https://www.screencast.com/t/FVP0xXa8uUM
It will fix the issue for the time being, and when the theme update will be released it should be fixed in the theme. Sorry for this inconvenience.
2. If you turn it off it will be hidden, such notices should not cause any real problems however.
3. Can’t find anything relevant about it in other topics, that will be hidden as well if you disable debug development mode. If there are no actual problems caused by this maybe that would be sufficient.