sottise
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Access denied to this file and URL impossible to updateHey Razvan,
Thanks for the swift reply. It actually works!
I can’t believe it was that simple.
Thank you very much! It’s fixed ??- This reply was modified 1 year, 7 months ago by sottise.
Thank you for the fast reply.
I’ll be patient then.Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Plugin conflictHey @hannahritner,
Well, there is no specific message. It shows only the header, without taking the design into account, with an error underneath saying (in french): “Une erreur critique est survenue sur votre site.” -> “a critical error occurred on your website”.
And basically there is nothing i can configure (nothing happen if I select something in the customizer on the left side)I’ve been able to configure everything by deactivating the plugin “Advanced Local Pickup for WooCommerce” though.
I activated it again when my emails designs and configurations were done, and it seems to work when I make an order. Although I have the error message again if I open the Kadence emails customizer.Done.
Thanks again!Awesome! Thanks a bunch for your fast reply!
I’ve updated the PO/MO FR files, and also one or two other french typos, if you want me to share the updated files with you (i’m native french), just let me know and provide me an email address where i can share it with you.Cheers and thanks again !
Hello,
Thanks for your reply.
I just followed your advice, and now I can see via WP control the “aiowps_hourly_cron_event” (and daily), that were missing previously.
Weird.
I’ll keep the 404 option switched off anyway for now.Thanks!
CheersForum: Plugins
In reply to: [qTranslate X] Language switching button doesn't workyeay, apparently it works fine now with the code you gave me!!
This is how it looks now:
<?php if(qtranxf_getLanguage()=='fr'): ?> <div class="langSWITCHER_EN"> <a class="languen" href="<?php echo qtranxf_get_url_for_language('', 'en', true); ?>" >Translate</a> </div> <?php endif; ?> <?php if(qtranxf_getLanguage()=='en'): ?> <div class="langSWITCHER_FR"> <a class="langufr" href="<?php echo qtranxf_get_url_for_language('', 'fr', true); ?>" >Traduire</a> </div> <?php endif; ?>
I guess the function code is obsolete now?
Thanks very much to both of you! Great support ??PS: I didn’t touched to the cookies option you mentioned.
Forum: Plugins
In reply to: [qTranslate X] Language switching button doesn't work@john Clause:
Oups, yes, sorry, indeed, there is a function :
// Permalink in current language function getUrlInTargetLanguage($targetLang){ global $qtranslate_slug; return $qtranslate_slug->get_current_url($targetLang); }
which is apparently using Qtranslate Slug yes.
No, It’s a code that I’ve found somewhere when I was using mqtranslate.
Forum: Plugins
In reply to: [qTranslate X] Language switching button doesn't workThanks a bunch Gunu for your concern and your help!!
Hoping that John will find out a solution ??Forum: Plugins
In reply to: [qTranslate X] Language switching button doesn't workClever! But unfortunately does not work either… nice try anyway!
Maybe we should replace <?php echo getUrlInTargetLanguage by something else but I know nothing about php :/
And yes, it was working well with the /fr enabled, but since I had problems with the admin connexion…
Forum: Plugins
In reply to: [qTranslate X] Language switching button doesn't workHello and thanks again for your help Gunu! ??
Mmmmh, yes, I could, but I would like to use the picture that you see in the sidebar.
I tried to change the CSS code in the qTranslate Language Chooser widget but it was really tricky…Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymorewell, back to problem number one :/
It’s stuck on /fr/blog/ or en/blog/…Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymorethe Compatibility Functions was already checked, it still not working, it’s the reason why I’ve unchecked the “Hide URL language information for default language.” at first.
Thanks anyway and thanks again a lot for your help so far!!
I’ll open a new ticket for this.Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymorethanks a bunch! ??
I’ve replaced the code, but it doesn’t work either… from en to fr
Forum: Plugins
In reply to: [qTranslate X] Can't access to the admin anymoreanswer 46 ??
Now I remember why I’ve unchecked the “check Hide URL language information for default language.”, it’s because my button, on the sidebar, “Je parle fran?ais” was not working, and the /en/ language was still displayed :/
Maybe you have a solution?
This is the code I’m using:<?php if(qtrans_getLanguage()=='fr'): ?> <div class="langSWITCHER_EN"> <a class="languen" href="<?php echo getUrlInTargetLanguage("en"); ?>" >Translate</a> </div> <?php endif; ?> <?php if(qtrans_getLanguage()=='en'): ?> <div class="langSWITCHER_FR"> <a class="langufr" href="<?php echo getUrlInTargetLanguage("fr"); ?>" >Traduire</a> </div> <?php endif; ?>
Sorry if I bother you :/