972 creative
Forum Replies Created
-
Resolved on my own. No longer relevant.
Anyone can help me with this?
It seems like Elementor (@joelsm / @aracelil) have stopped replying to this thread…
- This reply was modified 2 months ago by 972 creative.
@joelsm – I am no longer finding “Custom” as an option under “Actions After Submit.” Did this feature get removed? I’m using Elementor Pro – 3.22.1.
Hi Yordan
I seem to be running into an issue.
When I preview the template on the wpo_wcpdf_options_page using an invoice I know should show this additional information, it appears as I want. But when I check the invoice the customer actually received, the additional information is missing.
I used Code Snippets plugin and have it set to Only run in administration area. Does this need to run everywhere for it to work correctly?
Thanks.
Thanks Yordan.
What was the code snippet that Darren provided me for? Customer notes?
I removed Darrent’s code snippet and tried the new code snippet you provided. It works, but I’m still getting Customer notes appearing, and we don’t want this on the invoice.
In your new code snippet, it references wpo_wcpdf_after_customer_notes, so do we need to change this?
- This reply was modified 1 year, 3 months ago by 972 creative.
Hi
Thanks for sending this over.
This code snippet displays the info for me based on the payment type being the Purchase Order, right under the Customer Notes:
The info is displayed in the PDF invoice, correct?
I tested this in the template builder and it seems like the code snippet is adding the display of ‘Customer Notes’ (https://prnt.sc/UIixNAeEr-l5) to the invoice (which is not needed) but it is not adding the Payment Instructions (https://prnt.sc/DwDoZyeljAI0) which is what we do need to add.
Please advise.
Thanks,
Todd- This reply was modified 1 year, 3 months ago by 972 creative.
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] handl_url & handl_ref are not workingHi @haktansuren
Unfortunately, your suggestion didn’t work.
We were able to add the following code to the functions.php to get the data to record:
<?php } add_filter( 'wpcf7_special_mail_tags', 'your_special_mail_tag', 10, 3 ); function your_special_mail_tag( $output, $name, $html ) { if ( 'handl_url' == $name ) $output .= do_shortcode( '[handl_ref]' ); return $output; } add_filter( 'wpcf7_special_mail_tags', 'your_special_mail_tag2', 10, 3 ); function your_special_mail_tag2( $output, $name, $html ) { if ( 'handl_original_ref' == $name ) $output .= do_shortcode( '[handl_original_ref]' ); return $output; }
We’re now trying to follow your instructions at https://www.haktansuren.com/zapier-for-contact-form-7-utms-lead-tracking-step-by-step/ to push this data to Zapier, but, these fields for [handl_url] and [handl_original_ref] are not passing through. Screenshot from Zapier – https://prnt.sc/u5uin5.
It’s critical we get [handl_url] and [handl_original_ref] to pass to Zapier. What are we doing wrong? Why isn’t this working?
Thanks,
ToddForum: Plugins
In reply to: [Redirection for Contact Form 7] Issue with WPMLHi Yuval
I’m having the same issue as described here.
WPML recently changed the way you translate forms. You can see their new instructions at https://wpml.org/documentation/plugins-compatibility/using-contact-form-7-with-wpml/.
So, we’re not actually building the form from scratch, in which we’d be able to choose the new redirect page, but instead we’re translating the form.
Can you take another look at this?
Thanks,
ToddForum: Plugins
In reply to: [Custom Post Type UI] Remove CPT SlugAppreciate the quick reply.
Not sure I want to go this route yet either, but the website I’m about to rebuild is currently a disaster and I’m weighing the options of changing URL structure or not.
The gist code goes in our functions.php file, yes?
Forum: Plugins
In reply to: [White Label CMS] Elementor Template Not WorkingHi there
I’m not sure I understand your reply. Can you please give an example of how the dashboard should look/function when using Elementor to create the page?
Thanks,
ToddI didn’t see anything that implied there should be issues on Safari. And as a matter of fact, it seems the issues were on Mac in general during our QA.
Manual as in we decided to not use your plugin, but let me be clear, I love the idea of your plugin if we can figure out together what went wrong.
Which stylesheet exactly? And how would I send it to you?
No, we weren’t getting any errors at all.
In the end, since we were in a rush for launch, we went about it manually, but I’d really like to know why it didn’t work as it should have.
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Height not changing on scroll@bisquider – I followed your instructions to a T but this didn’t work.
Here’s the website I’m working on: https://bit.ly/2RyOrQK.
Does the header get a unique class when it’s sticky? I found that if I add this CSS, it works, but I cannot figure out how to target it only when the header is sticky.
.elementor-26 .elementor-element.elementor-element-694c3d36 > .elementor-container { min-height: 110px !important; height: 110px !important; }
Thanks,
Todd