I need to customize a little bit what information appears in the "TheGem product slider" WPBakery element, but I couldn't find the template used for it, in order to do things like, i.e.:
Instead of a custom field, I've decided to use the product excerpt, as it's already available in the backend.
Furthermore, the excerpt is used and shown in the portfolio slider, but I'm struggling to understand which part of the /wp-content/plugins/thegem-elements/inc/content.php file controls that and how to apply that to the product_slider.
Hi,
I need to customize a little bit what information appears in the "TheGem product slider" WPBakery element, but I couldn't find the template used for it, in order to do things like, i.e.:
Can you kindly help me?
Thanks. Best regards
Hi,
pls. give me link to the page with the slider.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
1. hide price you can with this CSS code:
2. In order to add your custom filed, you need to edit:
/wp-content/plugins/thegem-elements/inc/content.php
pls. note after the plugin update your revisions will be removed and you need to make it again.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi Gregor,
thanks for your feedback.
Instead of a custom field, I've decided to use the product excerpt, as it's already available in the backend.
Furthermore, the excerpt is used and shown in the portfolio slider, but I'm struggling to understand which part of the /wp-content/plugins/thegem-elements/inc/content.php file controls that and how to apply that to the product_slider.
Can you kindly point me in the right direction?
Thanks a lot!
Hi,
Sorry for delay, can you make screenshot to describe what you need to get in the end?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi Gregor,
here you have the screenshot, where you can see:
As you can see I've already hidden several things via CSS (eg. the price, the add to cart button...).
Now I need to add the product's excerpt in the red coloured area, in a similar way to the current portfolio item.
Thanks in advance for your help!
Hi,
You can add it in the file:
/wp-content/themes/thegem/woocommerce/content-product-carusel-item.php
line 217
For the safety future updates copy this file to the child theme before the editing.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you Gregor,
I was able to achieve what required by adding this code to the file you mentioned (in the child theme, as suggested):
Best regards,
Federico
You're welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver