Forum Replies Created

Viewing 15 replies - 1 through 15 (of 132 total)
  • Thread Starter Alison

    (@anonymical7)

    Thanks, well, I guess its resolved. I am not sure what changed.

    Thanks! A

    Thread Starter Alison

    (@anonymical7)

    Hi Rick, thanks for chiming in so quickly! I discovered it is a Safari issue, and I am still trying to solve it. It shows up on Chrome and Firefox. If you have any ideas I am open to the help!

    Thread Starter Alison

    (@anonymical7)

    Update: I am seeing this error, but I am not sure how to fix it.

    [Error] TypeError: null is not an object (evaluating 't.control')
    T — donationFormApp.js:1:160511
    ht — donationFormApp.js:1:184656
    wt — react-dom.min.js:2623:161
    js — react-dom.min.js:6449
    wl — react-dom.min.js:4839
    bl — react-dom.min.js:4832
    yl — react-dom.min.js:4821
    il — react-dom.min.js:4601:99
    ol — react-dom.min.js:4515
    v — react.min.js:10:3387
    ce — react.min.js:10:5530
    
    	ar (react-dom.min.js:10:53551)
    	(anonymous function) (react-dom.min.js:10:53730)
    	tt (react-dom.min.js:10:38860)
    	Jr (react-dom.min.js:10:81057)
    	Zr (react-dom.min.js:10:80492)
    	Gr (react-dom.min.js:10:80026)
    	(anonymous function) (react-dom.min.js:10:91529)
    	xl (react-dom.min.js:10:92040)
    	ol (react-dom.min.js:10:84555)
    	v (react.min.js:10:3387)
    	ce (react.min.js:10:5530)
    [Error] TypeError: null is not an object (evaluating 't.control')
    	(anonymous function) (react-dom.min.js:10:91952)
    	xl (react-dom.min.js:10:92040)
    	ol (react-dom.min.js:10:84555)
    	v (react.min.js:10:3387)
    	ce (react.min.js:10:5530)

    Thread Starter Alison

    (@anonymical7)

    You are awesome Kathryn, thanks so much! I will try to get back to this later today and try out the structural changes. I wanted to keep the structure but I saw in one of the bug reports it was suggested I use the media text block combo and the issue disappeared. I will try that next and report back. https://github.com/WordPress/gutenberg/issues/45353

    I will see if I can get the same look doing this: “I recommend the user to use another block (Media and Text), and the issue was resolved.”

    Thread Starter Alison

    (@anonymical7)

    Thanks Kathryn!, I tried that, but sadly it didn’t work. It may have something to do with my customisations?

    See this extra CSS I added

    .wp-block-search__input {
        -webkit-appearance: initial;
        appearance: auto;
        border: 1px solid #949494;
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        min-width: 3rem;
        padding: 8px;
    	  background-color: #b6f1da;
        /* text-decoration: unset!important; */
    }
    .wp-block-search__label,.searchtext {
      width: 100%;
    line-height: 3;
    text-align: right!important;
    }
    
    .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content  {
    height: auto;
    min-width: 250px!important;
    opacity:.9!important;
    overflow: visible;
    visibility: visible;
    width: auto;
    font-size:15px;
    }
    
    .startingpointblockhome
    max-width: var(--wp--style--global--content-size);
    padding-left: 50px!important;
    padding-right: 50px!important;
    }
    
    @media screen and (max-width: 768px) {
      /* CSS code for screens smaller than 768px */
    }
    
    .wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background-color: #C1F3FF;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0px;
    text-transform: inherit;
    vertical-align: middle;
    }
    .wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
    width:500px;
    z-index: 100000;
    text-align: left;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
        align-items: var(--navigation-layout-justification-setting,initial);
        display: flex;
        flex-direction: column;
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    left: -50px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2;
    border-radius:20px 10px 10px 10px;
    }
    .wp-container-3.wp-container-3 {
    gap: var(--wp--preset--spacing--30);
    opacity: 0.9!important;
    }
    .wp-container-7.wp-container-7 {
    gap: var(--wp--preset--spacing--30);
    opacity: .8!important;
    }

    Thread Starter Alison

    (@anonymical7)

    Problem solved. Did it myself! Here is the css that might help someone.

    .wp-block-navigation__responsive-container.is-menu-open {
    background-color: rgba(227, 235, 244,.9);
    color: #000;
    width: 10%;
    padding-bottom: 48px;
    padding-top: 20px;
    position: fixed;
    margin-left: 80%;
    }

    Thread Starter Alison

    (@anonymical7)

    Thanks Kathryn! Turns out it was an easy fix in the end. This morning I made the content area in the site editor full width and then everything looked fine on mobile platforms. Thanks for looking and piping in.

    A. xo

    Alison

    (@anonymical7)

    I would also like to know, I like this plugin.
    Anyone know?
    Thanks A

    • This reply was modified 2 years, 6 months ago by Alison.
    Thread Starter Alison

    (@anonymical7)

    Thanks MayKato! I actually did not find that conflict but found a css issue. That fixed it. But good to know.
    Thanks! A

    Thread Starter Alison

    (@anonymical7)

    Okay, so the data is still blocked even after WF is removed. Also we pushed the hosting company to check everything and they sent this:

    `Thanks for getting back to us. After further investigation, we were unable to find anything blocking the saving ability of the Rank Math plugin.
    We recommend reaching out to the plugin developer or support forum for more information. If they find that some server-side changes are necessary we will be happy to assist.`

    Can you advise still?

    • This reply was modified 2 years, 8 months ago by Alison.
    Thread Starter Alison

    (@anonymical7)

    Thanks for getting back to me quickly, I did all you asked and could not solve this. I looked for Javascript errors… I also experimented with just the default theme and only Rank Math Plugin enabled and it also did not work. Could it be Cloudflare related? Thanks for your support.

    Thanks, Alison

    • This reply was modified 2 years, 8 months ago by Alison.
    Thread Starter Alison

    (@anonymical7)

    Interesting note/ Update: When the post is in draft state the data is saved. Its just on publish the Rank Math data is purged.

    Thread Starter Alison

    (@anonymical7)

    Ha! Okay indeed the button was white, so this was the issue. But I did make sure things are clear on Cloudflare as well. Thanks so much!
    A

    Hello,

    I keep getting this error below and the website feed is not publishing to twitter.

    statuses/update : {“request”:”\/1.1\/media\/upload.json”,”error”:”Read-only application cannot POST.”}

    I checked the app, it is read/write/direct message enabled.
    Any ideas whats going wrong?

    Thanks, A

    • This reply was modified 3 years, 11 months ago by Alison.
    Thread Starter Alison

    (@anonymical7)

    Thanks Amanda, we may indeed just have woocommerce developers help!
    Thank you!
    Axxo

Viewing 15 replies - 1 through 15 (of 132 total)