kiberchaka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] More intuitive mobile menuI created a solution, may be not the best, but it can help somebody:
.handheld-navigation ul.menu li button:before { content: "1 "; width: 98vw; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; font-family: Font Awesome\ 5 Free; font-weight: 900; vertical-align: baseline; position: relative; height: 35px; z-index: 9999; color: transparent; } .handheld-navigation ul.menu li button:after { position: absolute; }
/* Delete this part if you want second click to close a parent menu back and not to go by parent menu link */ .handheld-navigation ul.menu li button.toggled-on:before { display: none; }
- This reply was modified 3 years, 8 months ago by kiberchaka.
By now no.(((
Forum: Plugins
In reply to: [WP Fastest Cache] The cash directory is always emptyAlready did)
Forum: Plugins
In reply to: [WP Fastest Cache] The cash directory is always emptyThank you!
Forum: Plugins
In reply to: [WP Fastest Cache] The cash directory is always emptyYes, thank you, but not for admin user. But may be it supposed to be this way.
Forum: Plugins
In reply to: [WP Fastest Cache] The cash directory is always emptyHi!
Thank you!
I added the tags and now see WP Fastest Cashe html cooment. And the website seems to work faster. But directory /wp-content/cache/all is still empty. Is it must be this way?
_______
Added:
A had a problem with permalinks, so I went to /wp-admin/options-permalink.php and pressed Save button, to regenerate htaccess, after that there are cache files in the directory.But, it seems that website is not cached for admin user, even if I didn’t check such the option (I don’t see the WP FC comment below the source code). Why it can be?
- This reply was modified 3 years, 8 months ago by kiberchaka.
Forum: Themes and Templates
In reply to: [Storefront] More intuitive mobile menuHi!
Actually, I found out, that click on a parent item does click on link (my parent items just didn’t have those), but I would like them to dropdown by click, and may be on second click, to click on the link.
Is it possible?
Thank you!Hi!
I don’t need it any more by now. But thank you for good work and sharing it with us! ??Hi!
Thank you for keeping discussion! ??But, if I create a custom post type it has general Bulk Edit option by default. So, I assume, that in orders (and they are custom post type too) it is just disabled somehow. And I don’t think that there is a lot of coding needed, just to find where WooCommerce developers disabled it, or didn’t enabled on orders custom post type registration.
I tryed to edit a custom field with a plugin for editing custom fields. This plugin works with Post types and custom types. But this plugin adds his functionality to the interface that appears when you choose Edit optin in bulk edit dropdown. But there is no Edit option in Orders bulk editing. So I am intrested, is it possible to enable this option. I don’t mind if there is no athor etc. because there will appear custom fields added by other plugin.
- This reply was modified 3 years, 11 months ago by kiberchaka.
Forum: Plugins
In reply to: [Booster Extension] Can’t translate it with Loco TranslateI regenerated template and now I can translate the smiles.
But, I found other problem: some frazes in plugin user can set in admin page manually, but there you can put only one language, so those frases are non translateble at all. I mean, for example:Read Time:
Second
Minute
About Post AuthorHi!
I tryed to do the same as Super Admin, but nothing hapened, I chose Gutenber, and nothing.Hi!
I looked into the plugin code, in a file/public_html/wp-content/plugins/advanced-gutenberg/assets/blocks/recent-posts/block.php
commented 51th line:
//$text = substr($text, 0, $length);
And added instead this line:
$text = wp_trim_words($text, 30, ' ...');
This is a WordPress function, that cuts text by number of words.
And it worked fine.P.S.
I tried some other PHP functions that should work with Cyrillic letters, and cut text by number of characters, like mb_substr and mb_strimwidth, but they didn’t work.- This reply was modified 4 years, 2 months ago by kiberchaka.
- This reply was modified 4 years, 2 months ago by kiberchaka.
Hi!
Thank you for the answer!You don’t see the problem, because your posts are written in Latin alphabet, try a Cyrillic text. (May be it is because Cyrillic letters consist of more bytes then Latin letters, but I am not sure).
Text you may use to test:
Все йде, все мина? — ? краю нема?.
Куди ж воно д?лось? в?дк?ля взялось?
? дурень, ? мудрий н?чого не зна?.
Живе… умира?… одно зацв?ло,
А друге зав’яло, нав?ки зав’яло…
? листя пожовкле в?три рознесли.
А сонечко встане, як перше вставало,
? зор? червон?, як перше плили,
Попливуть ? пот?м, ? ти, б?лолиций,
По синьому небу вийдеш погулять,
Вийдеш подивиться в жолобок, криницю
? в море безкра?, ? будеш с?ять,
Як над Вав?лоном, над його садами
? над тим, що буде з нашими синами.
Ти в?чний без краю!.. люблю розмовлять,
Як з братом, з сестрою, розмовлять з тобою,
Сп?вать тоб? думу, що ти ж нашептав.
Порай мен? ще раз, де д?тись з журбою?
Я не одинокий, я не сирота,—
?сть у мене д?ти, та де ?х под?ти?
Заховать з собою? — гр?х, душа жива!
А може, ?й легше буде на т?м св?т?,
Як хто прочита? т? сльози-слова,
Що так вона щиро колись виливала,
Що так вона нишком над ними ридала.
Н?, не заховаю, бо душа жива.
Як небо блакитне — нема йому краю,
Так душ? почину ? краю нема?.
А де вона буде? химерн? слова!
Згадай же хто-небудь ?? на с?м св?т?,—
Безславному тяжко сей св?т покидать.
Згадайте, д?вчата,— вам треба згадать!
Вона вас любила, рожев?? кв?ти,
? про вашу долю любила сп?вать.
Поки сонце встане, спочивайте, д?ти,
А я пом?ркую, ватажка де взять.- This reply was modified 4 years, 2 months ago by kiberchaka.
- This reply was modified 4 years, 2 months ago by kiberchaka.
<!-- wp:advgb/recent-posts {"postView":"list","numberOfPosts":100,"columns":1,"displayDate":true,"postTextAsExcerpt":true,"postTextExcerptLength":300,"readMoreLbl":"Читать далее...","changed":true} /-->