——————————————————
Message from ThemeForest:
Hi again, I have three issues with Pniber:
1. I cant add videos to video posts – there is no options field for this in Gutenberg
2. The search form is not usable on Safari – I get this: https://cl.ly/f362c41d6034
3. In every post I get the same related posts
I wrote you also a message via profile (because the support forum is not working here, created topics are not shown).
May be you can help me to fix these?
Hopefully, r.
——————————————————
Reply:
1. Publish Confirm plugin has script error on this line:
“var scheduleLabel = postL10n.schedule; // if the language is English, this is “Schedule”;
Error: “ReferenceError: postL10n is not defined”
If you turn it off – everything works.
2. Fixed on css code:
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
In the next update we will improve this on styles.
3.changed here https://drive.google.com/open?id=1tMgTW3HvNSY48rYYCQXZQNCFO9nqsX5q in the next update we will improve this.