WordPress Developer Ukraine, Dnipro
Google Language Translator plugin change upper case letter to lower case letter

Google Language Translator plugin change upper case letter to lower case ...

Why Google Language Translator plugin change letters case after translate? If you don’t want to bother about site translate, WordPress proposes many options how by automatic, including use Google Language Translator plugin (by Translate AI Multilingual Solutions). This solution is enough simple and doesn’t require any additional skills, however you can faced strange behavior of…
Wrong active menu items color on a one-page WordPress website

Wrong active menu items color on a one-page WordPress website

WordPress set active color for all menu items if links contain anchors on current page Interesting thing happens with WordPress menu, when you have landing page, though not must be necessarily one-page website, bug will be on any WordPress site on the page where menu has link who is contain anchors and current page contain…
JSON return null

JSON return null

By use AJAX, JSON return null Problem: When use AJAX and when transferring array using json_encode() function json_decode() return null.
WP query loop has incorrect sort

WP query loop has incorrect sort

Bug fix incorrect sort in WP Query loop  Problem: Incorrect sort in custom loops use AJAX filters. Incorrect sort in custom loops by use AJAX filters. In my case sort correctly worked for one post type and incorrect for another.