webcraftic
Forum Replies Created
-
Hi,
I updated the plugin to version 1.3.5. A fix for your issue is included in release.
Best regards, Alex
Hi,
What php version do you use on your site?
Thank you for the detailed bug report! The bug will be fixed near release.
Best regards, Alex
Forum: Plugins
In reply to: [Woody code snippets - Insert Header Footer Code, AdSense Ads] Yandex MetrikaHi,
Yandex metric is inserted similarly to Google analytics. When you install our plugin, it will create 3 snippet demos, one of the snippets demo contains Google analytics code. Just replace the Google analytics code with the Yandex metrics code and it will work.
See documentation for using our plugin:
https://woody-ad-snippets.webcraftic.com/getting-started-with-woody-ad-snippets/Best regards, Alex
Forum: Plugins
In reply to: [Disable Admin Notices individually] Any permission requirement?Hi,
Unfortunately, the plugin hides notifications only for administrators. I will definitely write down your idea for future enhancements.
Best regards, Alex
Forum: Plugins
In reply to: [Disable Admin Notices individually] Hidden notices in adminbar – whereHi,
Sorry delay for reply!
Settings -> Disable admin notices -> General -> Enable hidden notices in adminbar (set off)
Best regards, Alex
Forum: Plugins
In reply to: [Disable Admin Notices individually] Breaks LearndashHi,
Try the Clearfy plugin, this plugin is built into it. We seem to be fixing this problem. Unfortunately, the current plugin has not yet been updated, as we do not have enough time for this. We will try to update it in early April.
Best regards, Alex
Hi, there
Thank you for taking the time to leave feedback about our plugin!
We are already preparing a new release, it will be released this week.
We are trying to make our plugin useful and convenient for you. If you have any ideas for the development of our plugin, feel free to share them on our support forum.
—
Best regards, AlexWebcraftic team
Hi,
Sorry delay for reply!
All headers must be processed before printing any html content. Therefore, you can only use redirection headers in php snippets that are running everywhere. I also recommend that you put the redirection headers in the template_redirect action; this is a special action that is provided for redirects on your site.
Use Cases for “everywhere”
https://woody-ad-snippets.webcraftic.com/getting-started-with-woody-ad-snippets/#Use_Cases_for_everywhereLater I will add some examples of working with redirects.
Best regards, Alex
Hi,
Sorry delay for reply!
You have access to shortcode attributes, one of the attributes is id. So when you refer to the $id variable you get the shortcode id. To make your code work correctly, just use another variable name. For example: $item_id
Best regards, Alex
- This reply was modified 5 years, 11 months ago by webcraftic.
Hi,
Where do you call the snippet shortcode? Are you using some kind of page builder?
A similar problem was in the Visual composer, but corrected this error.
Best regards, Alex
Forum: Reviews
In reply to: [Woody code snippets - Insert Header Footer Code, AdSense Ads] Best pluginHi,
Thank you for taking the time to leave feedback about our plugin!
I answered your question here:
https://www.ads-software.com/support/topic/run-php-temporized-or-run-php-from-javascript-temporized/—
Best regards, AlexWebcraftic team
Hi,
Plugin docs:
https://woody-ad-snippets.webcraftic.com/getting-started-with-woody-ad-snippets/How to work with Ajax in WordPress:
https://www.smashingmagazine.com/2011/10/how-to-use-ajax-in-wordpress/1. You must create php snippet. Snippet should be running everywhere.
2. Paste the Ajax action code into the snippet entry field and save the snippet.
3. Now you can make ajax requests using javascript.I understand that you need more detailed instructions, but it is not. Ask more specific questions, I will try to answer.
Best regards, Alex
Hi,
The safety of working with our plugin depends on you. You have to write safe php code and not allow outsiders to your admin panel, that no one had the opportunity to create php snippets other than you.
—
Best regards, AlexWebcraftic team
Hi,
This bug is related with your server, and not with our plugin. You can search for additional information for example here:
https://www.phphelp.com/t/fatal-error-call-to-undefined-function-token-get-all-drupal-8/25474
On link, users discuss a similar problem, perhaps this will help you.
Best regards, Alex
Hi,
Thanks for reporting bugs in our plugin!
As a temporary solution, you can turn off “Fonts asynchronous option” in Performance -> Google Services tab.
In next release, we will fix these errors.
—
Best regards, AlexWebcraftic team