Forum Replies Created

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

    (@sweetvision)

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

    Best,

    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.

    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)

    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,

    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.
    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,

Viewing 6 replies - 1 through 6 (of 6 total)