ikenfin
Forum Replies Created
-
@olga4737 Привет!
По 1 пункту у меня на сайте есть пример такой реализации (Хак №1 – ближе к концу статьи)
По 2 пункту тоже столкнулся недавно с проблемой – попробуйте применить этот временный фикс – https://github.com/VaLeXaR/wp-multilang/issues/127
Forum: Plugins
In reply to: [Gutenberg] All markup broken after updateUPDATED:
seems i’ve found root of evil – gutenberg was broke because of mbstring.func_overload = 2, which is requirement of bitrix cms, which was installed on server in past.
Forum: Plugins
In reply to: [Gutenberg] All markup broken after updateHere is some screenshots (using latest 4.5.1):
Be careful, images size are 0.9~1mb!
Default gutenberg test page:
1. admin part – looks great, there is no problems with gutenberg: screenshot-1
2. frontend part – page totally breaked: screenshot-2
My own post example
1. admin part – again, working nice: screenshot-3
2. frontend part – missing picture, also text screwed up: screenshot-4
- This reply was modified 6 years ago by ikenfin.
Forum: Plugins
In reply to: [Gutenberg] All markup broken after update4.5.1 – problem still happen. Can someone confirm?
Forum: Plugins
In reply to: [Gutenberg] All markup broken after updateForum: Plugins
In reply to: [Gutenberg] All markup broken after updateDowngrade to 4.3 seems fixed problem, so the problem occurs with 4.4
Please, let me know when you will want to look at problems – i will update to 4.4 again to show
- This reply was modified 6 years ago by ikenfin.
Forum: Plugins
In reply to: [Gutenberg] All markup broken after updateIt seems, that problem with renderer, not admin part – in editor posts looks good, but on frontend its broken:
Page not working itself: https://tominoff.ru/2018/08/01/lyapy-internet-magazinov-na-krupnobyudzhetnyh-primerah/
Page working, but texts/images are broken: https://tominoff.ru/2018/07/19/rejting-populyarnosti-cms-saas-reshenij/
Also tried to disable all plugins, but Gutenberg – it seems that there is no incompatibility problems. (functions.php file is really simple – there is just setup_theme, wp_title and navigation_template hooks used)
If this would help – here is default gutenberg page – https://tominoff.ru/2018/11/18/dobro-pozhalovat-v-redaktor-gutenberg
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Question about image fieldsHi @apoorv!
_src – is a path to image
_img – if i’m right – html (img tag)slider-full, and others – image sizes
Forum: Plugins
In reply to: [Accordion] Script optimizers compatibilityAnd init_accordion.js file:
jQuery(document).ready(function($){ $("#accordions-" + $Accordion_settings.post_id + ".accordions").accordion({ active: "", event: "click", collapsible: $Accordion_settings.collapsible, heightStyle: $Accordion_settings.heightStyle, animated: "swing" }) });
Forum: Reviews
In reply to: [Custom Post Type Parents] Life saver@dougthwaites, sorry for long silence. You can check out my repository – but it’s not 100% done (No i18n, and some planned features). I think i will continue development from next month. ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Custom taxonomy select widgetOkay, i found how to do it by myself:)
For others who will search answer at same problem: just set taxonomy hierarchical in pods taxonomy settings.