Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problems in update
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 6 years, 1 month ago.
- AuthorPosts
- August 7, 2017 at 3:30 pm #14162
Hello good afternoon.
First of all, congratulations on your great plugin
I wanted to tell you three problems that I have:
1- I have put in the configuration of the plugin> Layout Options> Results layout> Results layout position> “Block – pushes content”. It works on all pages except on the main page that shows “Hover – over content”
2- In previous versions, to show the price of the product of Woocommerce in the results was put in Advanced Title Field: {titlefield} {_price}, and in the results, when it was a “Variable Product” it put the price of smaller value. In the last version of the plugin only shows the price if it is a “Simple product”, in the case of being “Variable Product” does not show anything. It would be possible to put when it is a “Variable Product” something like: “From 100 €” or “100 € – 300 €”.
3- I have a problem with “Isotopic Navigation”. When the results are displayed and click to see page 2 (for example), the result paging numbers are shifted to the right.
Thanks in advance and I hope I have explained well. I attach some images with the problems.
A greeting
August 7, 2017 at 4:24 pm #14163Hi!
Thank you very much for the feedback!
1. It is actually displayed as a block, but I believe there is an issue with how the results shortcode is positioned. I’ve looked up the source, and I found that there are actually two div elements with the ‘main’ ID on the page: https://i.imgur.com/NIQ299G.png
That’s very likely the cause, as the content is pushed down to a certain degree, but then perhaps because of the styling there is an overlap occuring. I would rather recommend simply placing the results shortcode after the header, into the correct main container.
2. You are right, for variable products the price range is missing. I will make sure to fix that for the upcoming hotfix release – released within 2 days.
3. It’s due to the customization, where 6 pixels of right margin is appended after each element, which the script does not account for. Each time the prev/next button is pressed, the script checks if there are more pages than possibly visible, and ‘slides’ them left or right depending on the situation. In this case, it makes a correction as it thinks that some elements might not be visible, due to the margin.
This custom CSS might get rid off that, or at least minimize the effect:
nav.asp_navigation ul li, nav.asp_navigation ul a { box-sizing: border-box !important; }
I will look into this for the next release as well, but I can’t promise to make a change on this one.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 9, 2017 at 7:57 am #14178Hi Ernest, thanks for your answer. I have upgraded to version 4.11.2 but I still have the problem with the variable products. I have looked at the documentation in case something was said in the Changelog or in the documentation, but I have not found anything. If you could inform me, I would appreciate it.
A greetingAugust 9, 2017 at 1:44 pm #14191Hi!
Are you sure? I just tried the search, and I’m seeing prices on variable products as well: https://i.imgur.com/wqIpKY3.jpg
Best,
I believe that product is variable, or at least I’m guessing from the product page.
Is it happening on a specific search phrase, or with specific products?
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.