corporatic
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] is customer credentials working?Thank you.
Great support!!
Thanks friends.
Sticky List setting had lost the page to be shown, it is working now.
Thanks a million
Hi @navyspitfire, you are my only help in this forum…
I have moved my wordpress to a subfolder and now EDIT option in stickylist is not working anymore… It still tries to call the old article in the root.
Any ideas?
Thanks a lot.
Thanks anyway, my friend. You have helped me a lot!!
It worked!! I only had to change the class for this one .stickylist-post_image. THANKS
One more question, for the first change (Entries that both admins and entry creators can view) is it possible to do it in an overrite file in child theme? I don′t like at all to modify plugin files…
Thanks again.
Hi, more or less. I′m using this and it seems to work:
if(is_user_logged_in()) { $user = wp_get_current_user(); if (($user) && (!in_array( “administrator”, (array) $user->roles )) && (!in_array( “editor”, (array) $user->roles ))) { $search_criteria[“field_filters”][] = array(“key” => “status”, “value” => “active”); $search_criteria[“field_filters”][] = array(“key” => “created_by”, “value” => $current_user_id); } if (in_array( “administrator”, (array) $user->roles )) { $search_criteria[“field_filters”][] = array(“key” => “status”, “value” => “active”); } if (in_array( “editor”, (array) $user->roles )) { $search_criteria[“field_filters”][] = array(“key” => “status”, “value” => “active”); } $entries = GFAPI::get_entries($form_id, $search_criteria, $sorting, $paging); } By the way, perhaps you can help me this other issue. I want to show featured image on list but I don′t know where to place this code and how. Any ideas? jQuery(document).ready(function($) { cell = $(‘.stickylist-fileupload a’); cell.each(function(index) { image = $(this).attr(‘href’); $(this).html(‘‘); }); });
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Thanks again, mate.
- This reply was modified 7 years, 8 months ago by bdbrown.
Thanks mate!
Hi thanks a lot for this,
I need to allow admins and also EDITORS to be able to view entries.
Any ideas?
Waiting on your answer.
Thanks in advance.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Edit link on the actual postHi,
Can anyone give us this code, please.
I need it too.
Thanks a lot
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] ajax cart AND checkoutHi again Vritzka,
I have solved the issue but now I want to also update de minicart, do you have any ideas?
Thanks a lot
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] ajax cart AND checkoutHi vritzka,
Thanks a lot for your solution. It works great!!
I would like to ask you two questions:
1- What method do you use to set cart and checkout in the same page? I think the one I′m using is not very good.
2- When cart is updated the coupons box fo the checkout form is placed at the top of the cart list of products… do you have the same problem? How do you deal with that?Thanks a lot, mate.
Kind regards.
- This reply was modified 7 years, 9 months ago by corporatic.