ogdendigital
Forum Replies Created
-
Thanks @babylon1999, I just updated to 6.4.2 and everything seems to be working ok now so maybe just a glitch. I’ll keep an eye on it, any further probs and i’ll start a new thread.
I am still experiencing problems with 6.4.1, however the error is slightly different now:
cannot read properties of undefined (reading 'id')
I can confirm that 6.3.2 is working ok.
Currently Site Kit will not list a data stream where the stream URL does not match the site URL.?
Thanks for the useful info guys, I had the same problem and after a lot of head scratching, this fixed it for me.
The first letter of my domain (following
https://
) was a capital letter for some reason. Not quite sure how it ended up like that, but changing it to lower case made the data stream appear correctly in Site Kit.Hi Anghel, I checked a fresh site and discussed further with the site author, apologies about the confusion. She did in fact translate the excerpts manually.
In this case the problem is basically that all of the manually translated excerpts, which were translated when the site was on Twenty Twenty One, are no longer working since moving the site to Astra.
However any excerpt that is translated after moving the site to Astra shows correctly. In this case the workaround is just for us to translate all of the excerpts manually again.
My 2 cents: would be good if TP hooked
the_excerpt()
function and used the translated content to dynamically render the excerpt from the translated version of the main article.Hi @babylon1999
Thanks for your reply, I have since been able to
bodgehide it with CSS, but thanks anyway for the suggestion! For anyone else finding this thread, the following worked for me:.woocommerce-store-notice, p.demo_store{
display: none !important;
}As per the feature request in my previous post, it would be really cool to have the option to move the notification somewhere that does not require a popup, for example on the cart page… https://snipboard.io/rlpiXA.jpg ??
- This reply was modified 1 year, 8 months ago by ogdendigital.
Thanks for your reply @xue28
I have raised a feature request here… https://woocommerce.com/feature-request/removal-control-of-multi-currency-banner/
Forum: Plugins
In reply to: [Site Reviews] Settings won’t save+1 for the code snippet fix, worked for me too