brs76
Forum Replies Created
-
Hi Gui;
Unfortunately, this code didn’t work at shortening the new product notification excerpt length. It work only at post excerpt lenght shortening.
I tried below; but didnt work either at new product notification excerpt lenght either.
/* === MailPoet – Limit Excerpt Length for Post + Product Notifications === */
add_filter(‘mailpoet_newsletter_post_excerpt_length’, function() {
return 20; // Post excerpt word count
});add_filter(‘mailpoet_woocommerce_product_excerpt_length’, function() {
return 20; // Product excerpt word count
});- This reply was modified 6 months, 1 week ago by brs76.
Forum: Themes and Templates
In reply to: [OceanWP] How to remove the hover effect from Header Button?Thank you so much Shahin.
Thank you for the info.
Solved!!
Thank you.Dear Shahin; Thank you so much for the screenshots. The problem solved.
Hi Shahin;
If there was a plugin issue would it also affect Mobile and Tablet view? because this problem is only occurring at desktop view.
regards,I found the CSS solution:
.woocommerce ul.product_list_widget li {
align-content: center;
}Thank you for your reply Shahin.
I have checked my website and a plugin need to be updated. I updated it and for somehow “quickview” feature start to work again. So problem solved after the update of mailpoet plugin. WordPress is weird.
Thank you for your fast reply Shahin.Dear Dani;
Thank you very much for the CSS code. It worked like a charm. Thank you so much.
regardsDear Dan;
Thank you very much for your reply. Here is the link: https://furniched.com/contemporary-living-room/I have MailPoet signup form at the end of my each posts. I hope there can be a solution.
best regards,Forum: Themes and Templates
In reply to: [Astra] Increase the number of search results per pageThank you so much.
It worked.🤙🤙Best Regards
Forum: Plugins
In reply to: [WooCommerce] How can I add Multiple External Product Links?Thank you for your reply but unfortunetly; your suggested plugin is not what I am looking for.
Thank you.
Hi; I have found the problem. It is because I didn’t click any products from the mobile. When I click some products through my phone in my site; the recently viewed products are show up at off-canvas menu.
The problem has solved.
Hi and thank you very much for your reply.
I will check.Thank you.
Forum: Themes and Templates
In reply to: [Astra] Can’t Change Placeholder for SearchI found the necessary code from your blog. Problem solved.