contactashish13
Forum Replies Created
-
For anyone struggling with the same, here is a working example:
add_filter( 'hubwoo_map_ecomm_DEAL_properties', function( $deal_properties, $order_id ){ $order = wc_get_order( $order_id ); // set deal properties $deal_properties['some custom property name'] = 'some value'; ... return $deal_properties; }, 99, 2 );
For anyone struggling with the same, here is a working example:
add_filter( 'hubwoo_map_ecomm_DEAL_properties', function( $deal_properties, $order_id ){ $order = wc_get_order( $order_id ); // set deal properties $deal_properties['some custom property name'] = 'some value'; ... return $deal_properties; }, 99, 2 );
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Add PF link to code@elsantos thanks for the explanation!
Have you configured PrintFriendly to show up on every page/post or have you configured it to show up through a shortcode? It would be great if you could share a screenshot for that configuration so that we can guide you accordingly.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Add PF link to code@elsantos if you want to use a custom icon, you can use the custom image feature and upload/select the image that you wish to use. This will merely replace the default printfriendly image with the custom image.
Alternatively, if you want to do this dynamically through code you can use the below filter:
add_filter( 'printfriendly_button', function($html){ // change the img tag inside the $html using regex return $html; }, 10, 1);
I’m not sure what you mean by “in a specific place” – do you want this in the template (on every page that uses the template) or in a specific page? Can you please share an annotated screenshot so that this becomes clearer?
Have you tried exactly the same configuration on a page without avada tabs? That may help sort out if there is a conflict or not.
We always recommend reading instructions before using the plugin ??
Have you looked at the advanced settings and tried changing the date format there?
This forum is for visualizer plugin. I’m not sure how we can help with another plugin not created by us.
We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.
I’m not sure I understand the problem. Can you please clarify?
Please share the CSV that you are using. Have you verified that the format of the file is similar to the format of the sample CSVs (first row contains headings and second row data type)?
Please share an annotated screenshot of the problem page and a direct link to the section where we can see this happening.
Happy to have helped you.
Kindly spare a moment to leave us a review. It would really help us spread the word!
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] charts don’t show upWe haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.
We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.
We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.