webdigit
Forum Replies Created
-
Hi @baardkr,
Could you check the error log via the administration interface and send us the error?
Thank you in advance,
Same issue but Online.
Forum: Plugins
In reply to: [Age Gate] Button text and remember me translation problemHi,
Thanks for this pluging.
I’ve a question.
I’ve set a french translation in the admin back office for “remember me”,”You must be over 21…” and “Submit” as “Se souvenir de moi”, “Quel Γ’ge avez vous ?” and “Valider”Now, I need to translate the Age-gate page.
Do I need to set back the sentences in English ?
I try to, but nothing happen :/
I use WMPL and LocoTranslate. I see well the sentences and it’s well translated.Any Ideas ?
Many thanks π
A lot of files corrupted !!!! If you have this issue => scan your core files !!!!
Same issue today…
Forum: Plugins
In reply to: [BackUpWordPress] Your site root path isn't readableSame issue π
Hi
Same issue :/ It seems to break media manager too :sThanks a lot for the futur fix π
JC
Forum: Plugins
In reply to: [MotoPress] WordPress 4.1 IncompatibilityOk, I found… sorry. I found the solution here :
https://motopress.zendesk.com/hc/en-us/articles/201437335-Incompatible-Themes-Plugins
=> WP Google Map with “Over-ride current jQuery with version 1.8.3” option
Thanks !
Forum: Plugins
In reply to: [MotoPress] WordPress 4.1 IncompatibilityHi
I purchased a license.
When I click on edit with moto press => Iframe ok, but impossible to do anything because js bug : unsupported last-type-of from concat.jshere is a capture : http://www.webdigit.be/motopress.jpg
Thanks for help π
Okay.
I fixed temporary the issue :
In shortcodes-ultimates/inc/core/shortcodes.php, after line 179, in “public static function spoiler” add :
$content = str_replace(‘ »’,'”‘,($content));
You have then :
su_query_asset( ‘css’, ‘font-awesome’ );
su_query_asset( ‘css’, ‘su-box-shortcodes’ );
su_query_asset( ‘js’, ‘jquery’ );
su_query_asset( ‘js’, ‘su-other-shortcodes’ );
do_action( ‘su/shortcode/spoiler’, $atts );
$content = str_replace(‘ »’,'”‘,($content));
return blablabla ….It fix the issu, BUT it’s not clean π
Issue comes because double quotes ” from shortcode inside the parent shortcode are converted to Β» … I debug…
Hello
Same issue. None of the fixes work for me π
Neither the “function.php” solution nor the “remove quotes solution”.Thanks for help π
Forum: Plugins
In reply to: [IDB Support Tickets] Email Notification Not WorkingAlways same issue:
When a customer send a ticket :
– customer receive a notification
– admin receive nothing.Why ? π
Thanks for your work !
Forum: Plugins
In reply to: [IDB Support Tickets] charset email notificationOne thing more :
I have triple escape of simple and double quotes like this :
Merci d\\\’avoir contactΓ© le support de …
and this :
privΓ©es\\\” et \\\”fichiers privΓ©s\\\”
I think you have to add some strip slashes π
Forum: Plugins
In reply to: [IDB Support Tickets] charset email notificationHello
it seems to work now thanks !