MarceFX
Forum Replies Created
-
Forum: Plugins
In reply to: Integrate jQuery File Upload plugin with Gravity Forms?Well, I had no support at Gravity Forms forums. They said it’s on their roadmap, but can’t wait..
I hired someone to do the job on freelancer.com. I have it working now, after 40 € ?? Sorry I can’t share how he did it, since it’s a custom work and it’s based on our files.
Found it! So far, this fix has work for me:
mysql_query("UPDATE wp_posts SET comment_status = REPLACE (comment_status, 'closed', 'open') WHERE post_status = 'publish' AND post_type = 'product';");
Add it to the end of the end of gravityforms-update-post.php
??
Hi,
Same issue :-/ Any ideas?
Thanks
Hi,
Thanks for the help, but I’m having the same issue. I tried adding the “.com” line 55 on widget.php, but I’m still getting the same error. Any ideas?
Thanks, but I know that making term2 child would be a solution, but that’s not the question. Thing is, I can’t make one related to the other since we’re on a query.
I know this is not what the plugin is supposed to do, but I’m trying to customize a solution :-/
Ok, thanks.
That’s the problem. I have 1.6.4.5.4. We can’t update since our site would break down… We have done tons of custom work on it :-/
Cheers!
Weird thing. The developer who modified the plugin in the first placed just fixed it for me. He said it was a bug from GF. Anyway, thanks for testing.
Cheers!
Ouch, yes, sorry. I didn’t know the english for that one… haha. Are you using them? Can you please try and see if that happens to you too?
Thanks
@ rszczypka, sorry but I just found thought a tiny little issue. If you have subattributes, they don’t show on the Gravity Forms dropdown. They are linked to the actual post, but there’s something wrong with that…
I’m trying to fix it. If you find anything that can help, let me know.
Thanks
@rszczypka, I hired someone to do the job. Since it’s a simple change, I’m sharing it here ??
I guess you’re using the Graviy Forms Custom Post plugin:
1. Open gfcptaddonbase.php
2. Go to line 419:
wp_set_object_terms( $entry['post_id'], $term_id, $taxonomy, true );
3. Change “true” to “false”.
Let me know if it works.
Cheers!
Forum: Plugins
In reply to: [Slick Contact Forms] [Plugin: Slick Contact Forms] Contacting post author?I have read all documentation related to the “out of the loop” thing. I googled almost everything I couldn’t think of and tried different approaches:
1.
$author_id=$post->post_author;
2.
global $post; $author_id=$post->post_author;
3.
$post_tmp = get_post($post_id); $author_id = $post_tmp->post_author;
4.
$author_id = $posts[0]->post_author;
But none is working. So, I thought that the plugin may have some custom coding/function altering this :-/
Thanks
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Trying to "order" categoriesOk, thanks
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Trying to "order" categories@bheadrick, thanks for trying, but it’s now working for me. I replaced ‘product_cat’ with my custom taxonomy (pa_provincia) but something when wrong. Products do not show on home/shop page, I get the “Nothing found” message.
Still, the taxonomies drop downs didn’t affect the order of the attributes. Silly question, that code goes into functions.php, right?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Trying to "order" categoriesCan I make this work with attributes?
Thanks