• Resolved abosipov

    (@abosipov)


    can’t see this plugin working.
    I tested on winXP and MacOS high Sierra.
    Are some1 have a same problems?

    On browser Safari this plugin is working well&

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

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

    (@amothemo)

    Hi, I would reply in Russian, but other people are reading or will read this too.

    Okay, there is no problem in Chrome. The team section doesn’t work/show up in 3 browsers I use: Chrome, FireFox, Edge.

    The problem is in some conflict which is easy to fix. In short the plugin uses Wookmark.js to create such grid of members and it seems on your site it doesn’t set “width” property for members’ container.

    so add this CSS (for example via WP customizer) –

    .amoteam-tiles {
        width: 100%;
    }

    It should fix the problem, on my end it does.

    (In future version I’ll add this in the plugin code too.)

    Thread Starter abosipov

    (@abosipov)

    Yes, it helped. Thank u.

    Plugin Author Oleg Goltsev

    (@amothemo)

    You’re welcome

    sharrisvenga

    (@sharrisvenga)

    Hi,

    I love this plug in and it is working perfectly on Safari but I have encountered the same issue with things not showing up in Chrome.

    I asked my developer to help and add the code to our CSS as mentioned above. He tried the style inline but it still didn’t work.

    He also noticed a style (visibility:hidden) that’s causing them not to show. Not sure why that would be needed, or why it wouldn’t do the same thing in Safari. But they’re still missing the spacing between the tiles in Chrome. Can you advise?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with chrome’ is closed to new replies.