We default our shop page to show products.
We have Options > Autosubmit = YES
But when you use the filters, you must manually press “FILTER”. Do you have any idea how to get the Autosubmit working so that:
1) The actual called products dynamically and automatically change.
2) Pagination works. I did read the thread on pagination and this is not as important as getting the returned products to update automatically. But perhaps these two items might be related.
Thanks!
]]>I’m looking for solution whole day but can’t find anything that work. So I want to automaticaly submit CF7 on page load. If I use any jQuery or JS solution there is some endless looping on the site. So any solution for my problem?
Thanks in advance,
panigale
I checked other threads and am not seeing anything that helps me. After selecting a category or tag and then either clicking reset or pressing the small x next to category or tag it does not reset the page back to main products page. I have to refresh the entire page to reset the product list. Also, auto submit (which is on) does not work, I still have to press the filter button. Ajax is turned off. site url is https://shop.dnexstep.net/shop/ and I’m running Virtue theme. Thanks for your help.
]]>For the record I gave the form the name “store-locator”
When I’m using the code:
window.onload = function(){
document.forms['store-locator'].submit()
}
The page redirects to a different page with the URL mydomain/?wpsl-search-input=Rijssen&wpsl-radius=100&wpsl-results=75
but it isn’t showing any map.
I don’t know what I’m doing wrong, because technically it’s an event that simulates the button click..
Any help would be appreciated!
https://www.ads-software.com/plugins/wp-store-locator/
]]>Any help is appreciated!
https://www.ads-software.com/plugins/beautiful-taxonomy-filters/
]]>Is there any plugin that i can stock my voucher and when my customer with enough balance / credit, purchased / click buy button, the code show up in the screen or in their order history.
Anyone can help me please
]]>I have implemented in my site https://ofri.in with auto-submit on select as you mentioned in the thread https://www.ads-software.com/support/topic/auto-submit-on-select?replies=4
What I am facing is…
While selecting a specific category under “All Offer Categories” say example “Automobiles”, with next combo ‘All Cities’, the first combo’s label returned to default label “All offer categories”. Please tell me how to retain the selected values there.
any help in this regard is greatly appreciated.
Regards
macroads
https://www.ads-software.com/plugins/search-filter/
]]>flattr5.php, line 446:
if (($post['post_status'] == "publish") && (get_post_meta($post['ID'], "flattrss_autosubmited", true)=="") && ($call_n == 2) && (get_the_time('U') <= time())) {
As echo shows get_the_time(‘U’) is always higher on 3 hours then time(). It’s because time() gets GMT, and get_the_time(‘U’) gets time using timezone in WordPress options (in my case UTC +3). So I just replace get_the_time(‘U’) with get_post_time(‘U’, true) which returns time in GMT.
Second bug:
flattr5.php, line 536:
$flattr_user->submitThing($url, encode($title), $category, encode($content), $tags, $language, $hidden);
The title and description of the thing (with latin and cyrillic symbols) is horrible (something like: %d0%97%d0%b0%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%be%d0%ba). So I deleted encode function call and all is OK.
Can developer comment my bugs submitting?
]]>