Creative Themes
Forum Replies Created
-
Please use this code to only do the change on single product pages:
add_filter('woocommerce_short_description', function ($description) { if (! is_product()) { return; } return do_shortcode('[mbv name="product-info"]'); });Hope this helps.
Hi @mrskt00,
This is more of a WooCommerce question than Blocksy, but here’s how you can achieve. You will want to use the
woocommerce_short_descriptionfilter from WooCommerce to be able to swap out the short description.Here’s a sample code that should do what you expect:
add_filter('woocommerce_short_description', function ($description) { return do_shortcode('[mbv name="product-info"]'); });Hope this helps.
Hello @katmacau,
I just double tested this on my end and everything works fine.
The WP Maintenance Mode plugin is deactivated and if you update a plugin it shows the WordPress default maintenance message, please see this video – https://d.pr/v/R1zBzLTry to clear your browser caches, this may help.
You’re welcome @pauliusr 🙂
Don’t hesitate to get in touch if you will have any other questions.Have a nice day!
Hello @pauliusr,
I think I understood you now, thank you very much for your patience and explanations.
We where able to spot the problem and will come with a fix in the next update.If everything goes well the next update will be released this week 🙂
Cheers!
Hey @pauliusr,
Thanks for providing those screenshots.Could you also please share your website URL so I could inspect your setup?
If you don’t want to share your website link here you can send us an email at hq@creativethemes.comHey @pauliusr,
I’m still not sure 100% if I understood you correctly.Could you please record a video or at least show a screenshot so I could know about what are you exactly referring?
Thank you.
Hello @pauliusr,
We actually don’t add any “hide” functionality of captions from the theme 🙂Could you please share your website url so I could take a closer look and understand what’s happening on your end?
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy and Elementor conflict?Hello @imortal2005,
I see that you are using the pro version of our product, in this case please submit a support ticket here and we will take a closer look.P.S. This forum is only for free users.
Forum: Themes and Templates
In reply to: [Blocksy] Posts widget – Order by random not availableHi @worldsdream,
We’ve noted your feature request and we’ll consider implementing it for the next update.
Thanks a lot!
@suitedconnector Please let us know where exactly you need the meta field to appear in your single post template. Based on this, we will let you know where and how exactly you need to call this code to achieve what you need.
Waiting for your reply.
Forum: Themes and Templates
In reply to: [Blocksy] Cards Options can’t reduce image sizeHello @grafpatron,
Unfortunately at the moment there is no option to make the image width smaller, but you can do that with some custom CSS.Simply add this CSS in Customizer -> Additional CSS:
@media (min-width: 690px) { [data-layout="simple"] article > .ct-image-container { max-width: 20%; } }Please note, with this CSS code your image will have a maximum width of 20%, but if you want it to be even smaller you can change the valuer to 15% or 10%.
Hope this helps 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Typing error in Blocksy poHello @tirips,
Thank you very much for pointing us to this 🙏
Just fixed the typo, everything will be fine in the next update 🙂Forum: Themes and Templates
In reply to: [Blocksy] Conflict with ad inserter pluginHi @mushlih,
Yes, we resolved this one but we have other tasks to finish before we will release the public update.Hope you will understand us right.
Have a nice weekend 😉
Forum: Themes and Templates
In reply to: [Blocksy] Widget block editor not available!Hi @turminder,
This functionality is planned to be implemented in the next update, so stay tuned 😉