pok4
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Gtranslate in admin area (WP 6.1.1)Not works in this way. I added the code in bottom of admin-footer.php (wp-admin folder)
I know that this can have problems, but i dont have fill forms/textarea/inputs. I have only a few items for non admin users and i want to translate it…Your code not works.. In previous version is worked well, but for now – no.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Last version (3.0.1) is brokenThe problem is about my custom css for gtranslate.. I have some custom ones, but i deactive some of them and everything is fine now..
Sorry 🙂
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Last version (3.0.1) is brokeni uninstall and delete the plugin but without success.. The old data is saved again. Can you tell me which columns in database to drop and test again ?
Forum: Plugins
In reply to: [Social Icons Sticky] conflict with gtranslate.ioThank you for fast reply! Yes, now its OK 🙂 Great work!
Forum: Plugins
In reply to: [Modal Dialog] Show in specific part of urli think is worked, but now is showing in index page too..
Please, if you have time, suggest me what to do to show only in search_4=”Internet” or if search_4 parameters contain Internet & other strings.. like &search_4=For%20Rent%2CInternet
PS:
i try with
(isset($_GET[‘search_4’]) && strpos($_GET[‘search_4′],’Internet’) !== false)
but not works..
- This reply was modified 3 years, 3 months ago by pok4.
Forum: Plugins
In reply to: [Modal Dialog] Show in specific part of urli fix my issue with php condition – $_GET[‘search_4’] =”Internet”
but maybe will be cool if we have separate input for this..