ying
Forum Replies Created
-
It sounds like a browser issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Create author page for adminsHi there,
GP does not manage the permalinks, please check with your SEO plugin’s support.
Forum: Themes and Templates
In reply to: [GeneratePress] ACF Fields not displying on category pagesHi there,
1. your page is built with v1 block, I don’t see v2 blocks on the page.
2. please open an account issue at GP, our account team will help you sort out the license key issue.
3. archive meta is GB pro feature, we can not offer support for pro features here per per WP’s regulation, so please sort your license key issue out, we will be happy to assist you in GB and GP’s premium support forum.
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks 2.0.1The screenshot shows the correct UI of v2 blocks, the style options are under the styles panel:https://app.screencast.com/2LOyxi9JUbPWO
Forum: Themes and Templates
In reply to: [GeneratePress] Home Page Too Wide on MobileYou are welcome ? ??
Forum: Themes and Templates
In reply to: [GeneratePress] Query Loop PaginationHi there,
It’s not expect behaviour, the pagination numbers should be clickable.
Can you disable all your other plugins to see if there’s a plugin conflict?
Let me know ??
Forum: Themes and Templates
In reply to: [GeneratePress] Home Page Too Wide on MobileHi there,
It’s likely caused by the animations. you can try test it again without animations.
Or try adding this CSS:
html, body {
overflow-x: hidden;
}Forum: Themes and Templates
In reply to: [GeneratePress] Column breakpointYou are welcome ? ??
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks defaultsYou are welcome ? ??
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks defaultsI’ve updated my code, please give it another try.
Forum: Themes and Templates
In reply to: [GeneratePress] Double date printGlad to you figured it out ??
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks defaultsHi there,
Are you using v2 blocks now?
If so, try this instead:
add_filter( 'generateblocks_default_button_attributes', function() {
$color_settings = wp_parse_args(
get_option( 'generate_settings', array() ),
generate_get_color_defaults()
);
return [
'styles' => [
'display' => 'inline-flex',
'alignItems' => 'center',
'backgroundColor' => $color_settings['form_button_background_color'],
'color' => $color_settings['form_button_text_color'],
'paddingTop' => '1rem',
'paddingRight' => '2rem',
'paddingBottom' => '1rem',
'paddingLeft' => '2rem',
'textDecoration' => 'none',
'&:is(:hover, :focus)' => [
'backgroundColor' => $color_settings['form_button_background_color_hover'],
'color' => $color_settings['form_button_text_color_hover'],
],
],
];
} );Forum: Themes and Templates
In reply to: [GeneratePress] Column breakpointGlad you worked it out ??
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Not working on Mobile versionHi there,
Your entire homepage is built with Elementor, including the menu toggle. We don’t have control over it, unfortunately!
Please check with Elementor’s support.
Forum: Themes and Templates
In reply to: [GeneratePress] eliminating render-blocking and unused CSS/JSNo Problem ?? Hope it helps!