Alvind
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] How can I buy a lifetime license?Hi there,
Could you please submit your inquiry here: https://generatepress.com/support/#pre-sales
Please note that WordPress only allows us to provide support related to the free theme in this forum.
Thank you for your understanding.
Forum: Plugins
In reply to: [GenerateBlocks] Warning thrown in widget editorHi there,
I can replicate the issue. We will look into what causes it. Thanks for reporting.
Since this is only an error notice, you may disregard it at the moment. Just make sure to set your
WP_DEBUGto false to prevent the error from appearing.Forum: Themes and Templates
In reply to: [GeneratePress] How to load wordpress default javascriptsHi there,
Add this code to your child theme’s
functions.phpfile:add_action( 'wp_enqueue_scripts', 'tu_load_jquery' );
function tu_load_jquery() {
wp_enqueue_script( 'jquery' );
}You’re welcome!
Forum: Themes and Templates
In reply to: [GeneratePress] Right Sidebar issueHi there,
I cannot see the issue currently on the page you provided. Have you resolved it?
Forum: Themes and Templates
In reply to: [GeneratePress] youtubeHi there,
Could you explain a bit more about your issue? If you have GeneratePress Premium, please open a ticket on our support forum at https://generate.support
Try this CSS:
@media (max-width: 767px) {
.woocommerce .woocommerce-message {
display: flex;
flex-direction: column-reverse;
}
.woocommerce .woocommerce-message .button {
text-align: center;
}
}No problem!
Hi there,
That layout is sourced from WooCommerce templates, and the theme doesn’t modify it in any manner. You might want to contact WooCommerce support for assistance.
Great to hear that!
Could you try switching the CSS Print Method to Inline Embedding?
Thanks for the pointer, @kanasva. Did you need to regenerate the CSS files every time you made an update to the header? If so, that shouldn’t be happening.
Hi @garrxtt,
What is the name of the theme you are using? We’ve never had an issue like this reported and would like to check if we can replicate the problem with the specific theme you’re using.
Forum: Themes and Templates
In reply to: [GeneratePress] Switch header image and titleThat’s great to hear! You can contribute to GeneratePress’s ongoing development. Here’s the link for your convenience: https://generatepress.com/ongoing-development/
Thank you! 😁
Forum: Themes and Templates
In reply to: [GeneratePress] Switch header image and titleHi there,
Add this CSS:
.inside-header .site-branding {
order: -1;
}