Alvind
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] ACF Fields not displying on category pagesHi there,
You can complete the form under the Account/Billing section on that page, providing your account details. The accounts team should be able to assist you.
No problem! Glad to know you got it sorted out!
Forum: Plugins
In reply to: [GenerateBlocks] Difference in v2.01 blocksHi there,
Version 2.0 is an upgrade from the previous V1 blocks, and the UI has been rewritten, which explains the differences you’re experiencing. In case you missed it, here’s a release post that explains all the changes: https://generatepress.com/introducing-generateblocks-2/
If you’re upgrading a site that already uses V1, it will continue using V1 blocks unless you disable the option. For new installations, V2 blocks are used by default.
Can you provide the page URL where we can see the issue?
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Cart Icon StyleYou’re welcome, glad to hear that!
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Cart Icon StyleTry adding this CSS as well:
.elementor-widget-container a#elementor-menu-cart__toggle_button:hover {
border-color: transparent;
}Forum: Themes and Templates
In reply to: [GeneratePress] Menu Cart Icon StyleTry adding this CSS to resolve the cart icon background issue:
.elementor-widget-container a#elementor-menu-cart__toggle_button {
background-color: unset;
}Hi there,
We’re not sure how that plugin functions specifically, but if it provides a shortcode for embedding, you should be able to add it to the Sidebar widget under Appearance > Widgets.
Forum: Themes and Templates
In reply to: [GeneratePress] Unable to Add font to worpress websiteCan you try using the snippet below instead and then re-upload the font?
add_filter('upload_mimes', function($mimes) {
$font_mimes = [
'woff' => 'application/font-woff',
'woff2' => 'application/font-woff2',
'ttf' => 'application/x-font-ttf',
'svg' => 'image/svg+xml',
'eot' => 'application/vnd.ms-fontobject'
];
return array_merge($mimes, $font_mimes);
});Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks 2.0.1Hi there,
The option that appears to be “missing” on the settings page was actually removed in version 2.0, as it is no longer required in V2.
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Cart Icon StyleThe site authentication credentials appear to be invalid. Can you verify them?
Forum: Themes and Templates
In reply to: [GeneratePress] Unable to Add font to worpress websiteHi there,
May I know the font format? Typically, if it is in WOFF or WOFF2 format, uploading should not be an issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Insert After Paragraph For AdsGlad to hear that!
Forum: Themes and Templates
In reply to: [GeneratePress] Insert After Paragraph For AdsIt might be possible using an Element and a custom hook, but since Elements is a premium feature, you’ll need to open a topic in the Premium Support forum. WordPress guidelines prevent us from offering support for paid plugins in this forum.
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Cart Icon StyleHi there,
Is it possible for you to provide the site URL so we can inspect the issue?