resident82
Forum Replies Created
-
It worked, thanks again for your help.
Thanks for response. I’ve been wanting to understand regular expressions for a long time.
I use the plugin as a car database and added a search field to the site by car number. But the same number can be written the same way by cyrillic and latin symbols, for example ВА1234АА and BA1234AA and as a result they are searched separately. My plan is to overrite user input to one encoding when writing to the database and when searching.
Forum: Plugins
In reply to: [Block Lab] field type textarea not show in adminHi Ryan,
Yes, if add too much text in textarea field type it isn’t rendering in block editorForum: Plugins
In reply to: [Shortcode Table of Contents] Spy-offsetmaybe this will help:
.entry-content h3 {margin-top: -96px;} .entry-content h3:before { content: ''; display: block; position: relative; width: 0; height: 96px;}Hi! I just replace in \wp-content\plugins\super-socializer\inc\social_login.php
$html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
to
$html .= '<div class="the_champ_social_login_title">'. _e($theChampLoginOptions['title'], 'Super-Socializer') .'</div>';
After that can find in string translation.Forum: Plugins
In reply to: [Pageviews] Можно ли объединить статистику для записей на разных языках?Понятно, спасибо за информацию, сам врятли осилю, буду искать программера.