• Hi,

    At the very bottom of each page and post, I recently noticed strange small buttons on the left side.

    Look here : https://prnt.sc/1q22q3n

    When the mouse hovers them, small popups appear, on which one can read :

    Close (Esc) Share Toggle fullscreen Zoom in/out
    Previous (arrow left) Next (arrow right)

    Clicking on those small buttons doesn’t seem to have any effect.

    And on the right side, there is a larger button. Clicking on it brings back to the top of the page.

    Look here : https://prnt.sc/1q25cxl

    I tried to figure out how to remove them or at least to give them back their normal aspect, but didn’t succeed.

    I also noticed all this disappear I OceanWP (parent) is activated instead of the child theme.

    Any clue ?

    Thanks for helping

    • This topic was modified 3 years, 6 months ago by adrenmaths.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Please go to Theme Panel > Scripts & styles, from here enable all the files, and click on the save button a couple of times.

    PS- make sure to enable all the scripts & styles files.

    Now, navigate to Appearance > Customize > General Options > Theme Icons and select Font Awesome, then publish changes.
    You can also try using the new icon style (if you want to).

    Now, go to Appearance > Customize > General Option > Scroll to top, here select the icon again, and check.

    Let me know if this worked out for you.

    Thread Starter adrenmaths

    (@adrenmaths)

    Hi Abishek,

    Thank you for your answer.

    I did exactly what you suggested and indeed the “scroll to top” button is now OK.

    But sadly, the small buttons on the bottom left of the page are still there. What I would like to do is to hide them if possible.

    Do you know if those buttons are part of OceanWP ? And if so, which part ?

    Also, is it a known issue ?

    Thanks again.

    It’s a known issue that has shown up on the latest update. I don’t know how to permanently get rid of it but if you inspect the element and get the class name or selector, you can go into appearance<customize and put in custom css that puts the display: none.

    Thread Starter adrenmaths

    (@adrenmaths)

    Thank you @kcross4767

    I could hide those buttons by adding :

    .pswp {
    display: none;
    }

    in custom CSS. Maybe this can be useful to someone else.

    It seems to be related to PhotoSwipe (look here : https://photoswipe.com/)

    • This reply was modified 3 years, 6 months ago by adrenmaths.

    Hello,

    A new version has been released, kindly update the theme and plugins to the latest version and check.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Strange buttons at the bottom’ is closed to new replies.