igorneumann
Forum Replies Created
-
Thanks, will ask there.
AWESOME, that video was more than enough to completely solve our problem!
Many thanks!I have the premium plugin, but the support period expired.
Would you just point me to the documentation that would help me witth this?This is EXACTLY a SQL query based table.
Forum: Plugins
In reply to: [Profile Extra Fields by BestWebSoft] Any way to copy a field to a variable_Ok, for anyone looking for the same, we found 2 different solutions for this.
Solution 1: Use shortcode.
$variable = do_shortcode(‘[prflxtrflds_field field_id=1]’);Solution 2: Use wordpress function.
$variable = prflxtrflds_user_data.user_id->get_current_user();Forum: Plugins
In reply to: [WP OAuth Server ( Login with WordPress )] No Access Token Provided(just ignore this one, sorry)
- This reply was modified 3 years, 11 months ago by igorneumann.
- This reply was modified 3 years, 11 months ago by igorneumann.
Forum: Plugins
In reply to: [Stephino RPG (Game)] App doesnt work with Edwiser Bridge Single Sign OnWell, I was already writing it to discord!
Many thanks!
Forum: Plugins
In reply to: [Stephino RPG (Game)] App doesnt work with Edwiser Bridge Single Sign OnBY the way, awesome work, IM IMPRESSED!
Forum: Plugins
In reply to: [WP Chat App] WPML translation?Found the solution…
1 – In WPML settings, in POst type translation, set “WhatsApp Accounts” as translateable
/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings2 – Open the account at the translation widget at the right and click to use WordPress editor to translate Whatsapp accounts… this way you can translate the telephone number, text and availability.
3 – Paste this code below in Custom XML configuration (the plugin developer could add it to a wpml-config.xml in the plugins root folder fopr next verions)
URL: /wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fsettings&sm=custom-xml-config
————–code————–
<wpml-config>
<admin-texts>
<key name=”nta_whatsapp_setting”>
<key name=”widget_name”></key>
<key name=”widget_label”></key>
<key name=”widget_description”></key>
<key name=”widget_responseText”></key>
<key name=”show_on_desktop”></key>
<key name=”show_on_mobile”></key>
</key>
</admin-texts>
</wpml-config>
————–end code————–4 (optional) – If you want to hide it in certain regions, create a Custom HTML widget without title and with this code:
—————–Code—————-
<style type = text/css>
div.wa__btn_popup {
display: none!important;
}
</style>
—————–End Code————5 – Translate this widget leaving just a space and nothing else in the regions you do want Whatsapp chat.
Ps.: I couldn’t find any plugin doing this out of the box, and looks like isnt that much changes needed for this one to be the 1st multilingual whatsapp plugin.
- This reply was modified 5 years, 8 months ago by igorneumann.
Forum: Plugins
In reply to: [WooCommerce PDF & Print] Is this plugin Abandoned?Did you guys managed to find a good solution?
Im struggling to find it.