Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #742144

    I have created a custom template which is basically a blank template (just with top nav menu and logo) to use for presenting a flow chart (which is wider than a page). However, there is no horizontal scroll bar to allow the users explore the chart.

    #742251

    Hi razimi!

    Can you let us know how we can access the page please?
    Thank you very much

    Regards,
    Basilis

    #742252

    Hey razimi,

    I checked the link you provided but cannot see the chart. insert the chart inside the color section and it should automatically scroll if you have any issue please share a precise link where we can inspect the element in question.

    You can give the color section an ID “scroll-x” then use the below css in Quick CSS

    #scroll-x {
    overflow:auto!important;
    }

    Best regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    #742469

    I sent you a temporary username and URL for the page. Please let me know if that helped.

    Thank you!

    #742472

    Hi!

    We have not received them. Can you please post them once again in private content field?

    Regards,
    Yigit

    #742488

    Here it is again.

    #742633

    For ease of access I have made the page public (no need for user login).

    Thank you!

    #744201

    Hi,

    Thank you for making it easy :) We need to take a closer look at the backend setup. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #744220

    Here is the info (in private data).

    Thanks a lot!

    #744643

    Hi!

    Please check the test URL in private.

    We added a custom ID to the colorsection “scroll-section” and placed the image inside it.
    The below css was placed in Enfold > General Styling > Quick CSS

    #scroll-section {
    overflow: scroll;
    }
    #scroll-section img {
    min-width:2050px;
    min-height: 2200px;
    overflow: visible;
    }

    Regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    #744649

    Thank you but I still don’t see any horizontal scroll. Besides, my image map has gone and the image itself is now smaller.

    #745120

    Hi,

    If I may suggest an alternate method which is much easier to open large images.

    1. Please start by adding the below code to Quick CSS section

    .mfp-gallery .mfp-image-holder .mfp-figure {
        overflow: scroll;
      min-height: 100vh;
    }
    .mfp-figure figure {
        max-height: calc(100vh - 200px); /* 100vh is the window height minus the header height */
    }
    .mfp-figure img {
        min-width: 2050px;
        min-height: 2200px;
    }
    /* Close button position*/
    div.avia-popup .mfp-close  {
    top:30px!important;
    right:-5px!important;
    }
    

    2. Insert the image and select Lightbox from Link Settings options.

    This will open the image in it’s full size with scrollbars :)

    Best regards,
    Vinay

    • This reply was modified 7 years, 9 months ago by Vinay.
    #745123

    I followed your instructions. I does give the horizontal scrollbar but it shows the image in a weird shape (stretched and semi transparent). Do you mind trying it yourself(You admin login is still valid.). Also please remember that this is not going to be just an image; there will be an image map too and I’m not sure if your suggested method will allow adding image maps.

    Thank You!

    #746931

    Hi,

    you need to play with the different height and width values until it fits to your needs. However, I checked the link you’ve provided, but can’t really find the elements in question. Can you check please?

    Best regards,
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.