Hemlata Vasava
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hi @macampos,
I am just added one line on the plugin file for the frontend entry table.
File Path = contact-form-entries/templates/leads-table.php replace the below code at line no:78.
if(is_array($field_label)){ $field_label=implode(', ',$field_label); } }To:
if(is_array($field_label)){ $field_label=implode(', ',$field_label); $field_label=vxcf_form::file_link($field_label); } }- This reply was modified 3 years, 8 months ago by Hemlata Vasava.
Hi,
I just customized the plugin files as per my requirements. And it is working now.
Hi @sbazzi,
Can you please provide the hook name so I will apply the filter on it?
Thanks for your quick response.
Yes, I want to add a download link to the file URL.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Infinite ScrollHello,
Site URL : https://acrylicwarehouse.com/product-category/acrylic-products/
Viewing 5 replies - 1 through 5 (of 5 total)