Patryk
Forum Replies Created
-
@isurudinusha Use eg WP Rollback and back to 1.7.8
I checked where I use it on several pages. WordPress 5.6, PHP 7.1, 7.2, 7.3, 7.4, and it’s OK. Can you send a screenshot?
Patryk
I haven’t tested yet. But rather it should work.
Patryk
Thanks for the feedback and idea. I will add to the list of tasks, but they probably won’t be “the next few days”, because I have many other tasks.
Best regards, Patryk
Hi
Rather, this does not apply to my plug. You need to look for such an option in the theme/plugin responsible for breadcrumb, or try to hide it with CSS code (easier) or with some hook (potentially more difficult).
Best regards, Patryk
Hi
Sorry this is my fault. I tested a new option in the WordPress.org repository and maybe something went wrong hence the problem. At least I hope it was it ๐
Best regards, Patryk
- This reply was modified 5 years, 7 months ago by Patryk.
This is an option (editing orders) for the store service, not for customers. What WooCommerce doesn’t always allow.
Best regards, Patryk
Exactly as you write – the new option (priority) will help insert code before or after another plugin / page builder do own job (depending on your needs), but when we have 2 plugins with 2 extreme priorities, unfortunately, will not jump over without much combining.
As for the dogs … Well, I will have to buy them myself ๐
Seriously, I checked it and it looks like the PayPal link should work. Anyway, thanks for your willingness ๐Best regards, Patryk
Hi.
Thanks for the information. I added priorities to be able to fire BEFORE or AFTER another plugin as/if needed. The problem is when different plugins with different priorities are to work there (content and shortcode). Then there is a chance that our priority for one will be OK, and for another it will be too small or too high (because the shortcode must be changed to content).
You can try to change the priority of the selected plugin (filters in WP), if the plugin allows it (call with a different priority).
Alternative 01: You can also copy my plugin, slightly rename it (and probably the function names) so that two instances with different priorities will work.
Alternative 02: Another field may be added to the plug with a separate function and priority. But it’s probably not in the coming days, because I have a temporary shortage of free time.
For better compatibility, I turned off the default high priority for functions, but I added an option in the settings that allows to set the required priority, so that everything will work properly in different configurations. In the plugin settings see the “function priority” option and enter there eg 999999. Ver: 2.6.1+
- This reply was modified 5 years, 8 months ago by Patryk.
Hi
I just add support to e.g. SiteOrigin Page Builder (higher priority for code adding function). Please update to 2.5.2 ๐
Best regards, Patryk
- This reply was modified 5 years, 8 months ago by Patryk.
I use this plugin myself, but mainly for injecting content to the bottom of the article. But I did a quick test, I added “sample text” in the top section (top) and according to Facebook Sharing Debugger (https://developers.facebook.com/tools/debug/) everything is OK – this text is missing when publishing the link on Facebook.
Perhaps this is due to the Open Graph tags implemented on the website. Something like that:
Facebook
https://webinsider.pl/wordpress-facebook-open-graph/ (automatic english translation: https://translate.google.com/translate?sl=pl&tl=en&u=https%3A%2F%2Fwebinsider.pl%2Fwordpress-facebook-open-graph%2F)Twitter
https://webinsider.pl/wordpress-twitter-cards/
(automatic english translation: https://translate.google.com/translate?sl=pl&tl=en&u=https%3A%2F%2Fwebinsider.pl%2Fwordpress-twitter-cards%2F)There are also plugins that add Open Graph support to WordPress.
Best regrards, Patryk
Forum: Plugins
In reply to: [PRyC WP: Add custom content to post and page (top/bottom)] OrderingHi
I do not know what “catch” point is in Add to any. If “the_content” (like my plugin) then You can try the priorities. But this will require manual modification of the plugin – will disappear after update.
Best regards, Patryk
- This reply was modified 7 years, 8 months ago by Patryk.
Hi
If this plugin (Q&A by D…) use something like “virtual post page” and/or JavaScript it will be hard to… We can add eg. “slug” to the exclusions (options), but… hm… plugin code must by simple and work fast. We will see, but not promised.
Regards, Patryk
Also hi aain ๐
Page selected as “Posts page” in “Settings > Reading” is something like a virtual page, something like a point o hook post archive for WordPress (page selected exist, but WP dont use page, only slug).
Patryk