• Resolved sweetvision

    (@sweetvision)


    Hello,

    I have 2 questions:

    1) The arrows are moving around after being clicked. The arrows show up for me, they just move after being clicked the first time. I’ve tried adjusting my page/section width settings to see if the problem persists and it happens no matter what width settings I am using. *I went through all of your forums and saw that a person had arrow issues when using the “1 year” option and you told them to change it to “12 months” instead – which fixed it for them. I’ve already tried that. No luck.

    2) Is there any way I can use CSS to set the Calendar to read year 2021 only. My color labels don’t start until 01/01/2021 and I need it to display 12mo/1 year from when it’s starting instead of displaying 12mo/1 year from today’s date. Maybe I could use CSS to tell it Today’s date is 01/01/2021? – if it’s referencing today’s date to function.

    Using this Calendar for a client’s site, I really need it to work asap. Couldn’t find another plugin like this one (all the others were for booking, were very complicated and didn’t let you color code like this). I really need a simple color coding just to show the year’s schedule (like what schools mail out every year). So your plugin was perfect. Fingers crossed.

    Best,

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter sweetvision

    (@sweetvision)

    Issue #1
    I wrote a bunch of CSS and I got the arrow movement to at least stay on the same side (before when you clicked it would switch sides). But the first click still shifts the left arrow upward, and the right arrow downward on the first click. After you’ve clicked it once, the arrow moves, then you have to go the click the arrow again to make it start sliding through. Really inconvenient.

    Issue #2
    Also – I tried to find the starting month info in the code and had a hard time. I am not a developer and only know some. I can see the the index via .owac-track. Not sure how the code works so that the 1st in the sequence is pulling this month “August” –> data-owac-index=”0″ is set to read the current month.

    I could really use some help. It shows that the other support requests typically got a reply within a day. Hopefully someone on your end is available soon.

    Best,

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @sweetvision

    Issue #1 : It seems you already done some customization to override the css, we assume that cause this issue. If you have issue with regular work flow of the plugin, we are happy to help it free, but changes on customized things, pls contact us at [email protected] for any customization needs.

    Issue #2 : Sorry not understand this clearly, please explain little more, what you exactly looking

    Thread Starter sweetvision

    (@sweetvision)

    Hi! thank you so much for the response ??

    Issue#1:

    I didn’t want any special customization with the arrows, and didn’t add any custom CSS to style them. I used custom CSS to help the issue/glitch that was occurring. I’m ok with using this css for now. It looks ok since they aren’t moving around anymore, but it’s still annoying/weird that the first arrow click doesn’t slide the slider. Without my CSS they translate on first click and don’t slide the slider. Then you have to go find the arrow after it moved and click it again to slide through the slider.

    Live Test Page without my CSS: https://www.simple-life.com/gatewayhomemembership2/
    Live Test Page with my CSS fix: https://www.simple-life.com/gatewayhomemembershipnocss/

    CSS:

    .owac-prev,
    .owac-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    }

    .owac-prev{
    top: 0;
    left: -20px;
    right: auto;
    text-align: left;
    float:left;
    width: 20px;
    }

    .owac-next{
    top: 100%;
    right: -20px;
    left: auto;
    text-align: right;
    float:right;
    width: 20px;
    }

    Issue #2:

    Sorry, I’ll try to explain again. The calendar plugin lets you display a certain number of months or years from today. It uses today’s month as a starting point. I would like it to do one of the following instead if possible:
    1) Start on a different month than today’s date and show X months or X years forward. Either through some code I can put into the CSS/Java or maybe a short-code attribute I could have to pick the start month. For Example: start month January 2021.
    2) Let me put a date range so it can display month – month. For Example: January 2021 – December 2021

    Reason: My program/schedule is for next year (covid etc delay) and so there is a lot of dead/empty months before the coloring starts. The end user has to scroll through a bunch of empty to get to the start. If I could pick a start month for it to start it’s current loop on and still use the “1month, 2month, 3 monnth – 12month, 1 year” setting that would be fine. If we could a month – month range that would be even better but I understand if that isn’t a quick change.

    Best,

    • This reply was modified 4 years, 3 months ago by sweetvision.
    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @sweetvision

    Issue#1: We done an update in the plugin to solve this problem, button css is override from your theme’s style sheet, please update the plugin it will solve this issue.

    Issue #2: It is a feature request, we will add this feature in coming release.

    Thread Starter sweetvision

    (@sweetvision)

    Hello,

    Issue #1:
    I updated to 1.1.6 as instructed. I’m a little frustrated because the fix that your team did didn’t fix the issue at all and messed up my temporary patch. I was going to use the page I did a temporary CSS fix on until you guys had a chance to solve the root problem. Now I can’t use the page I fixed because it’s translating also.

    Please help asap. My client was ok with it when my css patch version and now everything is broken.

    Issue #2:
    I appreciate it. Can’t wait for the new feature.

    Best,

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @sweetvision

    Issue #1 is because you written some custom css for our plugin classes, if you remove those css from your code related to owac-next and owac-prev it will work. And clear the caching of your caching plugin too.

    Thread Starter sweetvision

    (@sweetvision)

    This suggestion doesn’t make sense and isn’t fair. I already had 1 page that had NO CSS, and 1 with custom CSS. I did that so your team could see what it looked like without my tampering. I don’t need to remove the custom CSS off of the 1 page that has it in order to see that the “fix” your team made didn’t fix anything. I looked at the page with NO custom css, and it isn’t better. So I know its not fixed. Also, now my page with the custom CSS is also broken (which it wasn’t before, it was working as a temporary solutions until you released version 1.1.6). It took me hours to figure out how to write that CSS and it was supposed to hold me over until your team could help, so that my client wouldn’t complain. I don’t want to spend more hours trying to rewrite my CSS.

    I understand why you would ask me to clear site cache, that makes sense. It cleared it, but everything is still exactly the same after clearing the site cache. No changes at all in the glitch.

    Please please please fix this. My client is getting super upset and I assured them that you guys had fixed it. The project will be wrapping up soon, I don’t want to have to switch plugins. I couldn’t find any other plugins that do what yours does.

    Best,

    • This reply was modified 4 years, 2 months ago by sweetvision.
    • This reply was modified 4 years, 2 months ago by sweetvision.
    Thread Starter sweetvision

    (@sweetvision)

    I had to change the link slugs just now, here are the updated ones:

    Live Test Page without my CSS: https://www.simple-life.com/gatewayhomemembershipnocss/
    Live Test Page with my CSS fix: https://www.simple-life.com/gatewayhomemembership1/

    Also I just realized something super important that should help, I gave you the links backwawrds last time. “gatewayhomemembershipnocss/” is the no CSS page. “gatewayhomemembership1/ ” is the css page.

    That’s probably why your fix didn’t work. I’m really sorry for any inconvenience, I was trying to be thorough. Please help me fix this as soon as you can.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @sweetvision

    We updated a fix for it, pls update the plugin and check. Issue is with some css is overriding in your theme, we unable to test the plugin css with all the theme, such css issue you can override in your theme and correct it, for now we updated it.

    Thread Starter sweetvision

    (@sweetvision)

    Thank you!!!!!! You guys are the best. It’s all fixed. Sorry for any trouble.

    Best,

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @sweetvision

    Happy to hear the plugin working as per your requirement, if you have a minute pls write a review on review section too.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Arrow Error & Can I set it to year 2021 only?’ is closed to new replies.