Noon
Forum Replies Created
-
It’s almost been a month, may I please get an update?
I’ve been utilizing the pause button every 1200 and pausing it per hour myself. I thought a simple functions.php code that uses that pause button could be written that pauses it at 1200, and a cron job that picks it back up an hour later could be added. May you tell me the file destination of the code where the pause button mechanism is located, I’ll try to put something together myself.
Actually I think I resolved it. If there’s a problem again I’ll come back.
Hey didn’t want to make a new topic. I have a category that’s called “body wash”, I also have a fashion items that contain the word “body” somewhere in the title, when I search “body wash” the fashion items come up first even though “body wash” is an exact match for the category, plus the word “body wash” is actually in exactly in the title somewhere, is there a reason the above code wouldn’t make those “body wash” category items come up first?
I’ve done that, let me know.
Is there any type of functions.php code that you can give for the moment that’ll allow for us to be able to use the plugin as this gets fixed? We’ve waiting for a long while and trying to use the plugin to help some people.
Any type of code that disables PMS on pages that the givewp plugin uses like /donations/ /give/ or pms on that specific shortcode, that you can test and give.
Use the [give_form_grid] shortcode anywhere and check while the pms plugin in activated
Here’s the entire error I get for GiveWP, I turned off all plugins except for GiveWP and Paid Members Subscription, this only happens when PMS is activated
Critical Uncaught TypeError: Give\MultiFormGoals\ProgressBar\Model::getDonationCount(): Return value must be of type int, null returned in /home/asdfasdfasd/public_html/wp-content/plugins/give/src/MultiFormGoals/ProgressBar/Model.php:161
Additional context
{
"error": {
"type": 1,
"file": "/home/asdfasdfasd/public_html/wp-content/plugins/give/src/MultiFormGoals/ProgressBar/Model.php",
"line": 161
},
"remote-logging": true,
"backtrace": [
"",
"#0 /home/asdfasdfasd/public_html/wp-content/plugins/give/src/DonationForms/AsyncData/AsyncDataHelpers.php(18): Give\MultiFormGoals\ProgressBar\Model->getDonationCount()",
"#1 /home/asdfasdfasd/public_html/wp-content/plugins/give/src/DonationForms/AsyncData/Actions/GetAsyncFormDataForListView.php(58): Give\DonationForms\AsyncData\AsyncDataHelpers::getFormDonationsCountValue(577704)",
"#2 [internal function]: Give\DonationForms\AsyncData\Actions\GetAsyncFormDataForListView->__invoke('')",
"#3 /home/asdfasdfasd/public_html/wp-content/plugins/give/src/Helpers/Hooks.php(43): call_user_func_array(Array, Array)",
"#4 /home/asdfasdfasd/public_html/wp-includes/class-wp-hook.php(324): Give\Helpers\Hooks::Give\Helpers\{closure}('')",
"#5 /home/asdfasdfasd/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)",
"#6 /home/asdfasdfasd/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)",
"#7 /home/asdfasdfasd/public_html/wp-admin/admin-ajax.php(192): do_action('wp_ajax_givewp_...')",
"#8 {main}",
"thrown"
]
}here’s the image:
View post on imgur.com
I hope this is what you mean. When I choose this, it takes me to members/[user]/profile/edit/group/1/
I don’t want it to do that, I want it to take me to the normal members/[user]/
here’s an image:
View post on imgur.com
Hello! I’m marking this as resolved, I was able to figure it out, there was a very old functions.php code (that I didn’t think would be affecting the frontend) that was affecting the query of the page. I’m sorry for having taken up your time, thank you so much for all your help, this is the best search plugin. Thank you again!
For the past week I’ve been trying different ways/disabling things to make it display the same products on the same page/in the same order it does in the dropdown, but nothing works. I assume there’s something on my main theme going against it.
If possible, do you have any methods of forcing those results to make sure they happen? Like an extra code on functions.php? If not it’s okay I’ll continue to try my best. Thank you for the help so far.
Thank you! I believe this works, but it works specifically for the dropdown search/search bar results, when I press “View all” the results there aren’t the same. Is there a possibility to make the “view all” search results page have the same results as the searchbar/dropdown?
I enabled tags, is there another snipet that puts categories above everything including tags?
I tried this, I saw a bit of a difference, maybe, I still can’t quite tell yet, but is “other” in that code category? Or is it basically “everything else.” Like for example is it going to bring up “tags” as well? I want to make sure this prioritizes Categories specifically.
Making sure, let me know.