dambacher
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP not working in blockSo, using this and setting the insertion for dynamic blocks to server side or client side show did the trick. Thank you for your help! Much appreciated.
<a rel="wp-video-lightbox" title=""><img src="https://website.com/wp-content/uploads/2023/07/image.png" /></a> [ADINSERTER ROTATE] <a rel="wp-video-lightbox" title=""><img src="https://website.com/wp-content/uploads/2023/07/image.png" /></a>
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP not working in blockThanks, I tried the insert code several different ways. It just seems like when I use the rotate shortcode, it removes the rel attribute somehow and links directly to youtube. I’d rather just use the rotate code, but I couldn’t getit to work, so I tried a php solution. No go. Maybe I need to change the dynamic block config. I will try this a little later.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP not working in blockAre there error logs in ad inserter? I’ve just started working with it recently.
Also, when I tried the rotate shortcode, instead of opening the videos in wp video lightbox, it links directly to the youtube page.
So, this works:
<a rel="wp-video-lightbox" title=""><img src="https://website.com/wp-content/uploads/2023/07/image.png" /></a>
Bu, this does not:
<a rel="wp-video-lightbox" title=""><img src="https://website.com/wp-content/uploads/2023/07/image.png" /></a> [ADINSERTER ROTATE] <a rel="wp-video-lightbox" title=""><img src="https://website.com/wp-content/uploads/2023/07/image.png" /></a> [ADINSERTER ROTATE]
Thank you.
It’s not any other plugins causing the issue. It started happening after the last woocommerce and wrdpress update.
Here is an example of what it sends to shipstation:
Name
[address removed by moderator]- This reply was modified 2 years, 7 months ago by Steven Stern (sterndata).
Here’s a screenshot showing that I don’t get the button.
https://snipboard.io/nYfvgb.jpg
What information do you need exactly?
Hello, I don’t have a “get system report” button on the status page.
If the order just contains the persons name, it sends the name and address, if it contains the company name, it doesn’t send either the name or the company name.
Any ideas?
Edit: after the last wordpress and woocommerce update.
Wordpress version: 6.0.1
Woo version: 6.7.0Forum: Plugins
In reply to: [Search order by SKU] Quick FixThis is with wordpres 5.8.3 and woocommerce 6.1.0
Hope that helps
Will do. The data mapping and code execution looks awesome.
Cool. Just purchased pro. Going to give it a shot tonight.
Thanks
If I can do it with the pro plugin, I’ll buy it today ?? Can you explain the data mapping a bit please? Would it be possible to map the values as above?
Thank you.
So if I don’t control how the json is formatted, e.g. I’m sending it from a third party api, there’s no way with the base plugin to create a post? I’d have to convert the json first.
So, if the json is sent like this:
{
“update_id”:xxxxxxxxxxxxx,
“message”:{
“message_id”:xxxxx,
“date”:xxxxxxxxxxx,
“title”:”This is the title”,
“text”:”this is some text”
}
}“title” would have to be converted to “post_title” and “text” would have to be converted to “post_content” Correct?
Thanks again for your help!
Thank you.
So if my webhook is: https://mysite.com/?wpwhpro_action=main_4919&wpwhpro_api_key=myapikey
and I hit the webhook with a service that sends json like this:
{
“update_id”:xxxxxxxxxxxxx,
“message”:{
“message_id”:xxxxx,
“date”:xxxxxxxxxxx,
“title”:”This is the title”,
“text”:”this is some text”
}
}How do I insert title and text into a post?
Again, sorry if this is an obvious question, I’m just not quite understanding the plugin.
Thanks again!
Sorry that url should be this: https://mysite.com/?wpwhpro_action=main_4919&wpwhpro_api_key=myapikey&action=create_post&post_title=1234