Trevor
Forum Replies Created
-
Trevor in reply to:
Post meta values aren't added automaticaly after import(Private) April 11, 2016 at 9:51 am #42244You will need to trigger our cache as each post inserts, using an action from WP All Import. This code would go into your child theme functions.php (if you haven’t made a child theme, you need to follow the guidance for the theme you have, or the generic guidance from the WordPress Codex and/or the many Internet guides on it):
add_action('pmxi_saved_post', 'post_saved', 10, 1); function post_saved($id) { do_action("search_filter_update_post_cache", $id); }
Sadly, any that are already imported cannot be caught by this.
Trevor in reply to:
Post meta values aren't added automaticaly after import(Private) April 11, 2016 at 9:34 am #42240Are you able to give me admin logins to a live site so that I can take a more detailed look into this for you? You can reply here, but use the private reply option at the bottom of the post.
Trevor in reply to:
multiple pages result are not working(Private) April 11, 2016 at 9:26 am #42235Hi
I changed it to the standard archive method. It does not want to work as a post archive because it is on the Home page I think. I set it to use the theme’s index.php template, which is the standard home page template for Cara.
To avoid the 404 errors happening on categories with no posts, you could, in the category element setup in the form, hide empty values.
Trevor in reply to:
How to show Advanced Custom Field checkboxes(Private) April 11, 2016 at 8:52 am #42234Hi, Using Private Reply, can you send me admin logins so that i can look at the form setup? also give me links to the login page for admin, and links to any pages I need to look at/see.
Trevor in reply to:
Posts Search Result Won't Appear(Private) April 11, 2016 at 8:51 am #42233Ross has been away all weekend and it was after we closed on Friday that I sent the ping to him. Give him a chance to eat his breakfast 😉
I am sure he will be working his way through his forum threads as soon as he is available 🙂
Trevor in reply to:
Post meta values aren't added automaticaly after import(Private) April 11, 2016 at 8:49 am #42232I understand the issue. The Search & Filter Pro cache is not seeing these post as having been changed and thus does not make changes to the cache for them. as soon as you edit the post and hit update, without making any changes, the posts are flagged as having been changed and thus the cache knows to update itself for each post.
I have not done this for some time, but last time I had to do something like this I used a plugin:
https://wordpress.org/plugins/custom-bulkquick-edit/
I selected all the posts, made no changes, and hit the update button. Maybe that would work for you?
Trevor in reply to:
Get Product Categories based on Custom Taxonomy Selection(Private) April 11, 2016 at 8:37 am #42231This should work if, in the General settings you have Auto Count enabled (which is OK to use unless you have many, many thousands of posts) and in each form element you have set them to hide empty values.
Trevor in reply to:
Update to latest version keeps on failing(Private) April 11, 2016 at 8:31 am #42230I am sorry that you are having this difficulty. As an alternative, you will need to use the ftp method:
Download the plugin from your account page
Use ftp or a file manager (as, for example in cPanel) to delete this folder and its contents:wp-content/plugins/search-filter-pro
Then upload and extract the download plugin archive file to replace that folder. None of your settings in the WP database will be affected.
Trevor in reply to:
Categories How To(Private) April 10, 2016 at 3:58 pm #42187Can I mark this as resolved and close the thread?
Trevor in reply to:
Ajax Filtering(Private) April 10, 2016 at 3:57 pm #42186You have relevanssi plugin deactivated, but in the search options you had them ticked on.
The scollbar next to the results disappears when they are too few results to trigger the vertical scrolling.
-
AuthorPosts