• Resolved renrique

    (@renrique)


    When I try to select options of a product, the windows opens behind the wordpress menu section. How can I define a window lower pop-up position?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    It seems your menu bar is having a much higher z-index value which is really not required. Either you lower that z-index value or increase the popup value.

    Use the customizer or theme css file to increase the z-index value of Food Store popup by following code,

    .wfsmodal {
    z-index: 9999 !important;
    }

    Hope this helps.

    Thanks & Regards,
    Team WP Scripts

    Thread Starter renrique

    (@renrique)

    I fixed this adding the following css:

    .wfsmodal-dialog {
    top: 130px;
    }

    Thread Starter renrique

    (@renrique)

    But the same problem happens when making click on a category from the right products menu. It seems to be a assumption of how much have the page to scroll to make visible those category products. The plugin its assuming a wrong scroll visibility position. you should add a variable to tell the plugin the final position for the popup window and the scroll amount at the tame time.

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    We checked your website and only except the 1st click all the next clicks on categories are positioning the scroll perfectly. We normally test and position using the popular plugins, recommended plugins by WooCommerce and deafult themes of WordPress. If you test with any of those you will notice that all the scrolls are just perfect.

    Let me clarify again that only except the 1st click all other clicks are perfect, so you can’t have a different value for positioning, it will ruin all the clicks.

    Hope this help you.

    Thanks & Regards,
    Team WP Scripts

    Thread Starter renrique

    (@renrique)

    With Safari, all the clicks are causing shifted titles that I cannot read. With crhrome works as you say.

    • This reply was modified 4 years, 4 months ago by renrique.
    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    We’ll be checking it soon and make necessary arrangements. Thank you for pointing it out.

    Regards,
    Team WP Scripts

    Thread Starter renrique

    (@renrique)

    I caught another translation bug: When I have no product selected, if I click on “Your Order” pop up, I get the untranslated message “Your cart is empty.” instead of “Tu carrito está vacío”

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Please try to sync the translation file, we are again confirming that all the strings used by the plugin is translatable.

    Here is a screenshot of local installation with FR file,

    https://prntscr.com/vc1p3b

    Regards,
    Team WP Scripts

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pop up opens behind the wordpress menu’ is closed to new replies.