• Resolved kieranm9090

    (@kieranm9090)


    Hi,

    I am attempting to have a three month view with the ability of users to scroll through to different months, however I am finding that the scroll does not function. I have set in the backend for the ability to scroll 2 years in advance.

    Many thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    It’s because of the CSS conflict with your theme.
    Please open this file https://osl.westwirralscouts.org.uk/wp-content/themes/hotel-galaxy/assets/css/main.css

    ( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then find this code:


    div{
    position: relative;
    z-index: 2;
    }

    and replace it to this code:


    div{
    position: relative;
    }

    Please do not forget to clear browser cache before testing these changes.

    Kind Regards.

    Thread Starter kieranm9090

    (@kieranm9090)

    Hi,

    Thanks for your quick response. This worked in bringing back the buttons to change months.

    The button is above the actual arrows on the calendar, is this something that can be helped?

    Many thanks again for your support

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Sorry, I do not sure that clearly understand what do you mean by this “… button is above the actual arrows on the calendar”.

    Can you make screenshot of the issue ?
    Thank you.

    Thread Starter kieranm9090

    (@kieranm9090)

    Hi,

    Yes sorry, the place to click to move the calendar view is above the arrows.

    The image is at this link, the red dot shows where I have to click to change the view, which is higher than the arrows.

    https://paste.pics/a9f87a2e9fc76c4731ca45019c90c492

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Sorry, but you are still have this CSS code:

    
    div{
    	position: relative;
    	z-index: 2;
    }
    

    in this file: https://osl.westwirralscouts.org.uk/wp-content/themes/hotel-galaxy/assets/css/main.css

    You need to remove this line
    z-index: 2;
    to have this code:

    
    div{
    	position: relative;
    
    }
    

    Please do not forget to clear browser cache before testing these changes.

    Also please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).

    • This reply was modified 3 years, 12 months ago by wpdevelop.
    Thread Starter kieranm9090

    (@kieranm9090)

    Strange as I have replaced the code and updated the file so in the backend it seems to be correct but in the site itself it does not show to have changed. I don’t have any cache plugin installed, and I cleared my cache in my browser.

    Could this possibly be something that will take a short while to update the changes I made?

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please recheck with support of your hosting, if they using any cache system.
    Kind Regards.

    Thread Starter kieranm9090

    (@kieranm9090)

    Hi There,

    Just wanted to report back that it has worked and is all resolved now. I think there must be a cache with my host for the base files, but the refresh time was not long.

    Many thanks for your help and great plugin.

    Kieran

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unable to scroll months’ is closed to new replies.