Problems in update

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14162
    Carlos
    Carlos
    Participant

    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

    #14163
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #14178
    Carlos
    Carlos
    Participant

    Hi 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 greeting

    #14191
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Are you sure? I just tried the search, and I’m seeing prices on variable products as well: https://i.imgur.com/wqIpKY3.jpg
    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?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.