Trevor
Forum Replies Created
-
Trevor in reply to:
Ajax not refresh(Private) March 28, 2016 at 4:38 pm #40702Hi, the issue was easy to spot, but I had to think how to resolve it. Your settings for Display Results -> Results Container was set at
#ajax_bc
As well as the results container, this also encloses the search form, and this is not allowed.
Normally, you would set the results container to
#content
as is the default.# means that this is an id selector, and an id should only ever be used once on a page, and so must be unique. BUT …
id="content"
appears twice on your page!!! Is this your coding or the theme’s? If it is the theme, please contact the author to get this fixed.So, for now I have set the results container to nested id’s
#main #content
which IS unique.Let me know if this is resolved for you and if I can close this?
Trevor in reply to:
How to Setup Like your demo woocommerce(Private) March 28, 2016 at 4:04 pm #40694Can I mark this thread as resolved and close it?
Trevor in reply to:
Display result with current theme(Private) March 28, 2016 at 3:37 pm #40691If you don’t have a wordpress cache though ….
My recommendation goes, ATM, to CometCache. The pro version runs the site even faster as it can combine and minify files and shunt some assets off to load in the footer.
Trevor in reply to:
Display result with current theme(Private) March 28, 2016 at 3:36 pm #40690The speed depends on your host/hosting package, server resources and how many posts you have in the posts table. Inevitably, S&F has to ask WordPress to go filtering through posts to find the ones you want. That takes CPU time and will be making calls to the system hard drive. If those resources are shared (as they would be on standard reseller and shared hosting packages), this will slow things down. OTOH, if you have a VPS (or dedicated server) you should have one or more dedicated CPU cores. If the hard disc is a traditional disc, or even an array of them, that is slower than using SSD drives.
Trevor in reply to:
Results showing all items(Private) March 28, 2016 at 3:28 pm #40689Hi
I will be taking this topic over from Ross. Can you confirm what the results URL is, and that it is not a localhost address?
Trevor in reply to:
Ajax not refresh(Private) March 28, 2016 at 3:24 pm #40688Hi
I need to take a look in the wp admin, logged in as an administrator. Can you send me a private reply with credentials and login url if it is not /wp-admin ?
Trevor in reply to:
How to get Posts count from current_query(Private) March 28, 2016 at 10:09 am #40655Is this now resolved? If it is, can I close the thread?
Trevor in reply to:
Ajax not refresh(Private) March 28, 2016 at 7:52 am #40653Is it possible for me to see the page on a live URL?
Trevor in reply to:
Problem to display the form correctly(Private) March 28, 2016 at 7:48 am #40652This reply has been marked as private.Trevor in reply to:
Problem to display the form correctly(Private) March 28, 2016 at 7:47 am #40651OK, when you are ready, it will be quickest to show you the steps, maybe on Skype? I will send my details on a private reply.
-
AuthorPosts