• Resolved V

    (@vekelectronic)


    Hello and thank you for your great plugin

    I create a table of my product variants but the variable product table show in the firefox browser with a problem and does not work correctly. please fix it

    in Chrome browser does not have this problem

    you can see problem trough my shared link and click link below to see an image

    https://freeimage.host/i/H1gNiue

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPXtension

    (@wpxteam)

    @vekelectronic

    I hope you are doing well today.

    Please try the below CSS at Appearance > Customize > Additional CSS

    table.variant {
        display: table;
        table-layout: fixed;
    }

    After doing the above, please clear your caches like browser cache, caching plugin cache, and server-side cache [if you have any].

    Then let me know if it resolves your issue or not. Hope to hear from you soon!

    Thanks

    Thread Starter V

    (@vekelectronic)

    yes fixed with your solution

    But there is still a left to right and vice versa slide bar at the bottom of the table, which is not in Chrome. Can you fix this too?

    Does this part have a special class for this plugin or can this piece of code interfere with other tables or other plugins and different parts of the template? If this is the case, please include the name of the special class of the plugin in the code so that it is applied only to the tables of this plugin.

    thank you very much

    Plugin Author WPXtension

    (@wpxteam)

    @vekelectronic

    .variant is our own class. That’s why I added it and it will not interfere with other tables you have on your site.

    You have enabled Horizontal Scrollbar, please disable it like this: https://prnt.sc/gBcq8EowpSu2 to hide the bottom scrollbar.

    We feel very proud and honored when you use our plugin on your site.

    Please share some good words here, if you find the plugin and support helpful.

    Thanks in advance

    Thread Starter V

    (@vekelectronic)

    you resolved my problems. thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem Plugin show table in the firefox browser’ is closed to new replies.