Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Patricia,

    I hope you are well today and thank you for your question.

    I visited your shared posts and the vertical scrollbar displays fine for me as shown in this screenshot http://imgur.com/a/fndb8

    Is the issue resolved now?

    Best regards,
    Vinod Dalvi

    Thread Starter Patricia

    (@ideacrib)

    Hi Vinod,

    Thanks a lot for the reply! I kept Googling and Googling and found the answer just a few hours ago. I added this HTML code to the <body> part of the post:

    <style type=”text/css”>
    html {
    overflow:auto !important;
    }
    </style>

    Got the solution from this thread: https://www.ecwid.com/forums/showthread.php?t=2006.

    Thanks anyway, Vinod!

    Best,

    Patricia

    Awesome great to see you got that resolved.

    Please advise if you have more questions.

    Have a fantastic day!

    Thread Starter Patricia

    (@ideacrib)

    Yikes. I do have another problem. Just realized that adding the code above made all of the links in those two posts unclickable. How do I make them clickable again?

    Thank you,

    Patricia

    It seems this is happening on your site due to the crudlab-facebook-like-box plugin.

    To resolve the issue you can just disable the box provided by that plugin on those two posts by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

    body.postid-1549 .mfp-wrap, body.postid-1549 .mfp-bg,
    body.postid-1211 .mfp-wrap, body.postid-1211 .mfp-bg {
        display: none;
    }
    Thread Starter Patricia

    (@ideacrib)

    Yay, it worked! Thank you, Vinod!

    Patricia

    You are most welcome 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The vertical scrollbar disappears in two of my posts whenever I use my laptop’ is closed to new replies.