zsvendo1983
Forum Replies Created
-
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertI do not understand why you do not expose the solution here?
I am questioning because I have seen several people with the same problem, and you have them with a solution selling the PRO, I think you can not do that being a bug it does not fetch the image by terms and only work in the edition, I see the same answer ready for all, I will insist and explain that you put the solution here so that we can pass other people and possible clients.Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertthe hook goes on your plugin or wp functions?
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertI disagree with you, why does it work in editing?See you forcing everyone to buy the PRO version, would that be why?
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertif this can be done: “This can be done only by altering the plugin code which manages the custom post type creation.”
Tell us where, because other people have the same problemForum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertwhat would be an example since my image leaves that part of code?
$ terms = wp_get_post_terms ($ post-> ID, ‘columnist’, array (“fields” => “all”));
foreach ($ terms as $ term) {
$ images = get_field (‘image’, $ term-> taxonomy. ‘_’. $ term-> term_id);
$ url_image = $ images [‘sizes’] [$ size];
}Well I realize qe seems late something would work that way, give me a helping hand on it
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertsuggestion in function leave hooks so that we can send image of tax_term, get_term and so on, in my case they are 3 taxonomy, but its plugin does not send image worse than that it only sends in the edition.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertYou say to get in touch with the support, but the same does not respond, sorry, I will give 1 star and expose my problem to everyone being that the problem is the plugin.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertlooks at its function I did not find where I can set the image to force the image to go to facebook, I have this foreach that shows the url of the image:
$terms = wp_get_post_terms($post->ID, ‘colunista’, array(“fields” => “all”));
foreach ($terms as $term) {
$images = get_field(‘image’, $term->taxonomy . ‘_’ . $term->term_id);
$url_image = $images[‘sizes’][ $size ];
}Forum: Plugins
In reply to: [WP2Social Auto Publish] Do not search the image in insertthe only plugin is yours, I have no other plugin
As I said it only works if I edit the post then the image goes to FacebookForum: Plugins
In reply to: [AceIDE] After Upgrade 500 of 500 (Internal Server Error)The same error of the last three open topics that you have not yet managed to fix, everyone has the same problem.
– see the topic that retetecugust opened Plugin not working after update to 6.0
so far solved commenting this line of Ajax.php
// define (‘WP_ADMIN’, false);[Moderator note: Please, No bumping.
- This reply was modified 6 years, 11 months ago by Steven Stern (sterndata).