Tzvook
Forum Replies Created
-
Any news about it ?
Still using the old 1.0.21 version, as the new versions are useless for me 🙁One more question: I had problems with the exmage_ajax_handle_url_threshold hook
can you please post a sample of integrating it in functions.php please[ Please do not bump your topic. ]
What I meant is that now you need to paste them “one by one” instead of pasting “one list of one in a row”
multiple form fields VS TextArea
I use it for 15 – 50 every upload, so for me it got to be a TextArea otherwise it’s a 15 – 50 pastings ..Forum: Plugins
In reply to: [Posterno - Listings Directory & Classifieds] Custom Fields in RTL siteHi Alessandro
I emailed you 2 screenshots – since when I turn the admin into English (LTR direction) it works again.Tzvook
Forum: Plugins
In reply to: [Admin Page Framework] list posts/pages with select2Nevermind … thank you anyway …
I simply made my own callbacks for post-categories and pages selection ..Forum: Plugins
In reply to: [Admin Page Framework] list posts/pages with select2factory class ????
admin_pageForum: Plugins
In reply to: [Admin Page Framework] list posts/pages with select2Hi
No … not helpingForum: Plugins
In reply to: [Admin Page Framework] list posts/pages with select2Is there another way to list posts or pages, without using select2 ?
Forum: Plugins
In reply to: [RecipePress Reloaded] Plugin compatibility with child themes and multilang10x … will try it tomorrow
Forum: Plugins
In reply to: [RecipePress Reloaded] Plugin compatibility with child themes and multilangYep … she use Hebrew too ( multibyte )
You can send the link to a Github repo to tzvookAToutlook.comForum: Plugins
In reply to: [RecipePress Reloaded] Plugin compatibility with child themes and multilangForum: Plugins
In reply to: [RecipePress Reloaded] Plugin compatibility with child themes and multilang2 solutions for Multibyte langs (non-Latin ones):
recipepress-reloaded\public\layouts\rpr_default\recipe_index.php
Edit line 30 and change it from$first_letter = substr( normalize_special_chars( $post->post_title ), 0, 1 );to
$first_letter = mb_substr( normalize_special_chars( $post->post_title ), 0, 1 );There are probably additional places that require the “mb_substr” replacement ..
——————————————————
in the file recipepress-reloaded\public\rpr_template_tags.php lines 2299 and after – the whole “Alphabet navigation bar for listings” should be changed for non-latin languagesForum: Plugins
In reply to: [BuddyPress Activity Plus] Show in Group Activity10X Nastia
No need to work with the complete BuddyPress Legacy, only the “post-form.php”
see My fix ..Tzvook
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Unstyled posts after new postlook @ my fix – the second step fix the styling …
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Show in Group ActivityHi
Any ETA for fixing the “post to groups” thing ?
Activity Plus is useless without it ..
I tried a few things in /lib/class_bpfb_binder.php … but none worked .Tzvook