Hi,
When I try to edit a Magazine Block grid in Gutenberg, many times, but not always…, the plugin crashes and WordPress show me a message “Ce bloc a rencontré une erreur et ne peut pas être prévisualisé.” (~ This block encountered an error and cannot be previewed”
Could you please update Magazine Block and make it compatible with latest WordPress version.
Thanks.
]]>Hi! I always use this plugin, love it.
Now I want to make a customization, I would need to be able to put the excerpts of the post under the title in the lists (Vertical Block, see link attachment)
I tried to customize the files but I can’t get it to work, any suggestions?
This is not really a bug report, but only a reminder.
The setup_actions() of this plugin uses the now deprectated “block_categories” filter.
block_categories is deprecated since version 5.8.0! Use block_categories_all instead.
In: themezee-magazine-blocks/themezee-magazine-blocks.php
static function setup_actions() {
// ...
add_filter( 'block_categories', array( __CLASS__, 'block_categories' ), 10, 2 );}
]]>
Hi,
Magazine List and Magazine Grid shows the post title in a font size of 40px.
Why does custom CSS not change this?
h2.tz-entry-title {
font-size: 20px
}
”Magazine Homepage” not shown under page template after install & activate the plugin.
]]>Hi,
I just made a patch to ThemeZee Magazine Blocks to create a new ordering option by modified date.
It’s available at https://github.com/rsevero/themezee-magazine-blocks/tree/order_by_modified_date and I created a push request at Github.
Please consider it for inclusion in ThemeZee Magazine Blocks plugin main code.
]]>Hi,
your other plugins (such as the recent-posts-widget) handle HTML entities quite well; respectively, they render the text accordingly.
for example: I have styled a multi-part-post with a span-tag to change the opacity of some words.. I know, this is a really quick-and-dirty way of doing things.. but it works – except in the Magazine-Blocks Plugin, where the code is shown, rather than the text correctly rendered.
Is there a way to change the plugin’s behaviour?
]]>Hello everybody,
I have been using this plugin in my Harrison theme since a few months. I like it, but I have experienced serveral times in my landing page, where I have a Magazine vertical (within a columns-block):
The specified category I chose in “category” in “content settings” changes automatically into “all categories”. So, its not showing the category I want.
I dont see a reason for that, it happens “over night”. Maybe its related somehow to the automatically WordPress updates, there is somehow an time correlation to the incident and update notifications of my webhosting provider.
Also interesting: When I want to fix it, I mostly dont even have to edit the page/block. Often it’s enought to simply login into the backend website – and the specified category is there again.
This bug could be a reason to abandon the plugin, because it distorts my landing page. But I would really like to use the plugin in future.
]]>Greetings, this plugin is nearly perfect, thank you.
Since a few days, i’m trying to place an ThemeZee horizontal block, then an html block, then an ThemeZee grid block. On this grid block, when i try to specify the category or the number of posts to skip, my browser simply doesn’t respond and crash.
]]>( ! ) Notice: Undefined variable: post in /home/militar/web/fibradeherois.com.br/public_html/wp-content/plugins/themezee-magazine-blocks/includes/class-themezee-magazine-blocks-template.php on line 343
This error is present when blocks are present (as many errors as the number of blocks)
]]>