Alvind
Forum Replies Created
-
Forum: Plugins
In reply to: [GenerateBlocks] Updating Failed. Could Not Insert Post into the DatabaseAre these icons in SVG format? There could be a sanitization process happening on the backend that prevents the SVG icons from being saved in the database, which is typically enforced by the server.
Forum: Themes and Templates
In reply to: [GeneratePress] HTML tags in excerpt for custom post typesHi there,
Your current filter has a priority of 9:
// Now let's add our own filter to allow HTML tags in member content.
add_filter( 'the_content', 'my_pmpro_membership_content_filter_allow_tags', 9 );Could you try changing it to a higher number (lower priority) to ensure it runs after any theme-specific filters?
Forum: Plugins
In reply to: [GenerateBlocks] otf FontI’m not sure this issue is specific to a Block Theme because when I uploaded the font to my test site using GeneratePress (a classic theme), the font loaded correctly within GenerateBlocks.
Can you try an alternative method of adding the font, such as using a plugin instead of uploading it through the Site Editor’s typography settings?
Forum: Themes and Templates
In reply to: [GeneratePress] Missing images in the search resultsYou’re welcome!
Forum: Themes and Templates
In reply to: [GeneratePress] Missing images in the search resultsHi there,
In this case, you need to customize the search results template to include images. This requires editing the
search.phpfile to modify the layout.The easiest approach is to use the Element module in GP Premium, allowing you to design the search results page layout directly using the block editor.
Forum: Plugins
In reply to: [GenerateBlocks] otf FontHi there,
There should be a filter available to add the font to the GenerateBlocks Typography list, but there is an issue preventing it from working in 2.0. An issue has been raised to address this, and hopefully, it will be patched soon.
You can check the issue here: https://github.com/tomusborne/generateblocks/issues/1790
Forum: Themes and Templates
In reply to: [GeneratePress] Feature image and post image not workingHi there,
You have this CSS in the Customizer:
.featured-image {
display: none;
}Try removing that CSS to see if it resolves the issue.
Forum: Plugins
In reply to: [GenerateBlocks] Convert v1 blocks to v2Hi there,
Thank you for the feedback! We will look into this, although some things we may not be possible due to the limits the block editor imposes.
I’ll raise an issue for this so it can be reviewed for improvement.
Forum: Plugins
In reply to: [GenerateBlocks] Going back to v1You’re welcome!
Forum: Plugins
In reply to: [GenerateBlocks] Going back to v1Hi there,
You can try adding the snippet provided here.
Forum: Themes and Templates
In reply to: [GeneratePress] What Updates?Forum: Themes and Templates
In reply to: [GeneratePress] Discounts for Nonprofits?Forum: Themes and Templates
In reply to: [GeneratePress] Lifetime Licenses still possibleI’m not sure if a plugin could add that, as typically it can only be added manually.
Before you remove the template file, be sure to take a full backup of your site in case something breaks.