• Reaven87

    (@reaven87)


    Hi everybody!
    I’m getting crazy with this problem. I have my WP website and everything is working well EXCEPT for a graphic glitch that I have no idea how to solve. Each post has 2 voting buttons, that change when clicked to become a bit bold.

    This is what I see using Windows-Explorer or iPad-Safari:
    1
    2

    And this is what I see using Mac-Safari/Chrome or iPhone-Safari:
    1
    2

    It’s horrible!
    Maybe you had the same problem and you can help me!

    Thanks a million!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So are you using a theme for this, which theme? Or a plugin?

    Thread Starter Reaven87

    (@reaven87)

    It is a theme, called “Aruna”, that I bought on theme forest. I managed to modify all what I needed but not this little-tiny-nasty thumbs up/down button!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is there any chance you could link to a page with the issue?

    Thread Starter Reaven87

    (@reaven87)

    Of course, you can go check here ?? The website is public, already up and running!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can’t emulate the issue. Can you talk to your theme’s vendors for support?

    Thread Starter Reaven87

    (@reaven87)

    yes I did wrote him and I’m waiting for a reply, which is not yet arrived.
    If you have any Apple hardware (iphone, mac) you should see the problem.

    Also, maybe you know this as well, I introduced the infinite scroll on the theme by adding the following CSS :
    add_theme_support(‘infinite-scroll’, array(
    ‘type’ => ‘scroll’,
    ‘container’ => ‘selfiedyLoop’,
    ‘wrapper’ => false,
    ‘render’ => false,
    ‘footer’ => false,
    ));
    }
    add_action( ‘after_setup_theme’, ‘selfiedy_infinite_scroll_init’ );

    The problem is that the social sharing buttons are NOT working in the oldest posts, as if the infinite scrolling somehow prevents the sharing functionalities to work. Any idea on this?

    Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry Reaven, you’re asking for a lot from the community. You’re asking for us to try the issue out on specific devices that cost a lot of money! Your theme authors however actually get paid.
    You can ask for help here, but don’t push it, if you know what I mean ??

    Thread Starter Reaven87

    (@reaven87)

    ?? I totally understand! Sorry for the trouble ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Thumbs up/down graphic error on APPLE but WINDOWS is ok’ is closed to new replies.