vitalix
Forum Replies Created
-
Yes, I spoke to them. It’ll be fixed with the next Oxygen update they said but there’s also a release candidate plugin version (4.8.3 RC 1) with this bug solved and it’s available for download on their website. As they explained they had received reports before so they included the solution in that RC but it’s only available for users with login and password.
Sorry I bothered you with this issue and thanks for your time and efforts to solve the problem. The plugin works just fine. Oxygen Builder plugin was causing this.
So, I restored my baked up site version prior to WordPress 6.5.3 update and the plugin works fine. Once WordPress update is installed I end up with the same problem.
https://mysite.com/wp-content/themes/oxygen-is-not-a-theme/home/hostuser/mysite.com/www/wp-content/plugins/code-block-pro/build/index.css?ver=1.13.0 net::ERR_ABORTED 404 (Not Found)
It seems as the plugin doesn’t load when the post is being edited, but the styles applied to the previously added code blocks work even in the editor (it’s just transparent a bit). There’s no option to make a new CBP block or edit the existing ones. The only option is above each existing block offering to either Install Code Block Pro or Keep as HTML.
Reinstalling didn’t help unfortunately. Could it be conflicting with the Oxygen builder plugin? Just a thought. Everything had been working just fine before the recent updates (including Oxygen).
Так, зараз все працю?. Як в майбутньому запоб?гти таким проблемам? Не сп?шити оновлювати woocommerce?
Forum: Plugins
In reply to: [Woo Shipping for Nova Poshta] API коды, вместо городов и отделенийНова Пошта перша мала б бути зац?кавлена в такому плаг?н?. Тим б?льше, плаг?н не ? чимось супер складним в реал?зац??. Туплять…
Нараз?, в?дключив плаг?н повн?стю, поставив WooCommerce Checkout Field Editor ? зробив 3 нов? кастом поля для адреси доставки: область, м?сто ? склад. Доведеться вводити вручну, але зате адекватна ?нформац?я приходить ? на пошту, ? в замовлення.
Я встановив схожий на рекомендований вами плаг?н ? тепер у мене те ж саме – приходять коди рег?он?в ? склад?в. Думаю, плаг?н не зовс?м сум?сний з оновленою верс??ю WP.
Дан? приходили ран?ше в нормальному вигляд?, але дек?лька дн?в назад я пом?тив, що вони не приходять взагал?. Ось, сьогодн? протестував ?з р?зними вар?антами замовлення ? оплати, виявля?ться, нема значенн? чи я ?х (м?сто,номер в?дд?лення) ввожу чи н? – замовлення оформля?ться ? у двох випадках дан? не приходять н? на пошту, н? в адм?н панель вордпрес.Я отримую лише те, що не стосу?ться плаг?на: пр?звище, ?м?я, номер телефону та пошту. Верс?я WordPress остання 4.9.1, тема – Alpha Store
Forum: Plugins
In reply to: [Woo Shipping for Nova Poshta] Не активен плагинУ мене вже дек?лька раз?в теке було. Я м?няв API ключ та перевстановлював самого плаг?на (хоча, мен? зда?ться перевстановлювати й необов?язколо). Плаг?н сам по соб? дуже класний – простий, але ? все, що треба, т?льки от щоб ще так? глюки не вилазили…
- This reply was modified 7 years, 2 months ago by vitalix.
Forum: Plugins
In reply to: [Social Sharing Toolkit] Linksalpha button…really?Hey guys. The thing is after next update the whole file structure will be updated and the files you have deleted will be there again. I’ve found easier way to fix it.
First of all, insted of changing a style.css, you can put some styles in the Custom Css section within the plugin admin menu. But you need to get rid of the link not just an image of button!!! So, take a look at the source code of the page and find out under what class or section it’s located and what styles you have to apply. Notice, depending on your settings of the plugin my solution may not be the best for your site, as it can make other buttons desapear too (I supose:), but you as ease can delete this style and make everything look as before. Ok, this is what I used:span.mr_social_sharing a {
display: none !important;
}