jlucvz
Forum Replies Created
-
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Issue in the SettingsYes it’ seem this ll appear since update of Gravity form….then we must wait for update of GravityExport Lite
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Issue in the SettingsHere i think it’s that
Thank Doeke### Gravity Forms ###
Version: 2.5.10.1 ?
Upload folder permissions: Writable ?
Output CSS: Yes
Output HTML5: Yes
No-Conflict Mode: Yes
Currency: EUR
Background updates: Yes
REST API v2: Yes
Registration: Site not registered ?### Add-Ons ###
GravityExport Lite: par GravityView – 1.9.2 ?
### Database ###
Database Version: 2.5.10.1 ? Your database is up-to-date.
wp_gf_form_view: ?
wp_gf_form_meta: ?
wp_gf_form: ?
wp_gf_form_revisions: ?
wp_gf_entry: ?
wp_gf_entry_meta: ?
wp_gf_entry_notes: ?
wp_gf_draft_submissions: ?
wp_gf_rest_api_keys: ?### Translations ###
Site Locale: fr_FR
User (ID: 1) Locale: fr_FR
Gravity Forms: fr_FR### WordPress ###
Home URL:
Site URL:
REST API Base URL:
WordPress Version: 5.8.1 ?
WordPress Multisite: No
WordPress Memory Limit: 40M
WordPress Debug Mode: No
WordPress Debug Log: No
WordPress Script Debug Mode: No
WordPress Cron: Yes
WordPress Alternate Cron: No
Background tasks: No ? Code de réponse : 403### Active Theme ###
EATI: par Site Web Création – 1.0 ?
### Active Plugins ###
Advanced Custom Fields PRO: par Delicious Brains – 5.10.2 ?
Akismet Anti-Spam: par Automattic – 4.1.12 ?
Caldera Forms: par Caldera Forms – 1.9.4 ?
Caldera Forms Anti Spam: par YooHoo Plugins – 0.1.1 ?
Caldera Forms Pro Client: par Caldera Labs – 1.1.1 ?
Classic Editor: par WordPress Contributors – 1.6.2 ?
Clean and Simple Contact Form: par Fullworks – 4.7.6 ?
Easy FancyBox: par RavanH – 1.8.18 ?
Fix Image Rotation: par Gagan Deep Singh – 2.2.2 ?
My Bootstrap Menu: par Michael Carder – 1.2.1 ?
Popup Builder: par Sygnoos – 4.0.4 ?
Really Simple SSL: par Really Simple Plugins – 5.1.0 ?
Regenerate Thumbnails: par Alex Mills (Viper007Bond) – 3.1.5 ?
Secondary Title: par Kolja Nolte – 2.0.8 ?
UpdraftPlus – Backup/Restore: par UpdraftPlus.Com, DavidAnderson – 1.16.61 ?
WorderbyPress: par Remi Corson – 1.3 ?
Wordfence Security: par Wordfence – 7.5.5 ?
Yoast SEO: par Team Yoast – 17.2 ?### Web Server ###
Software: Apache
Port: 443
Document Root:### PHP ###
Version: 7.3.29 ?
Memory Limit: 512M
Maximum Execution Time: 165
Maximum File Upload Size: 128M
Maximum File Uploads: 20
Maximum Post Size: 130M
Maximum Input Variables: 16000
cURL Enabled: Yes (version 7.38.0)
OpenSSL: OpenSSL 1.0.1t 3 May 2016 (268439887)
Mcrypt Enabled: No
Mbstring Enabled: Yes
Loaded Extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, standard, intl, json, mbstring, memcached, mongodb, mysqlnd, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, redis, Reflection, imagick, SimpleXML, soap, sockets, sodium, imap, exif, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, mysqli, cgi-fcgi, ionCube Loader### Database Server ###
Database Management System: MySQL
Version: 5.7.33 ?
Database Character Set: latin1
Database Collation: latin1_swedish_ci### Date and Time ###
WordPress (Local) Timezone: UTC+2
MySQL (UTC): 2021-09-27 17:10:43
MySQL (Local): 27 septembre 2021 à 19 h 10 min
PHP (UTC): 2021-09-27 17:10:43
PHP (Local): 27 septembre 2021 à 19 h 10 minForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Undefined index: use_fontawesomeGo to WP Google Map plugin Settings, just uncheck Use awesome font, save,
i don’t find this option (in french)Coud you find an issue
(WP Google Maps and pro addon)Forum: Plugins
In reply to: [Polylang] Two links different languageThank you very much Chouby, merci en Fran?ais !!
It’s that you find my problem !Forum: Plugins
In reply to: [Polylang] Two links different languageTnahk you,
I understand i’ll used
<?php echo home_url('/rechercher'); ?>
rechercher in the BO is the french page and i made annother page who it’s the translate of rechercher the name is search-en
then when i’m in french language my link is like this :
<?php echo home_url('/rechercher'); ?>
and it’s appear like this :
https://www.mywebsite/rechercher
and when i m on the englsh language my link ‘ll be
<?php echo home_url('/search-en'); ?>
and it’s appear like this :
https://www.mywebsite/en/search-enHow to have dynamical the good link when i’m in the language english, change automatical rechercher to search-en
Its hard to explain…
Forum: Plugins
In reply to: [Polylang] Two links different languageThank for get_home_url() but how to change the page :
<?php echo get_home_url() ?>/rechercher
to
<?php echo get_home_url() ?>/search
Maybe this solution work :
<?php echo get_home_url() ?>/<?php _e('rechercher','mytheme') ?>
But i’ll like that be automatical because the page search is the translate of the page rechercher in the BO.