codingfix
Forum Replies Created
-
Forum: Plugins
In reply to: [Language Switcher for Transposh] Where are the settingsHapyy you solved the issue: I apologize for my delay helping you.
About Settings link location, you might be right, but Language Switcher for Transposh is totally independent from Transposh plugin. I have developed this plugin just to use it in the websites I build for my clients and when I saw it worked I thought to make it avaliable for other Transposh fans. For obvious reasons, I can’t add items to the menu of another plugin… π
CheersForum: Plugins
In reply to: [Language Switcher for Transposh] Where are the settingsHi Mireia. Sorry for the delay. You can find Settings page looking at the Settings WordPress menu. It should appear a link even in the plugin page (in my local installation it shows up), but for some reason I can’t show it online: is in my to-do list π
RegardsForum: Plugins
In reply to: [Transposh WordPress Translation] WordPress 5.6 – Can’t edit translatationThank you for the info: I’m really happy to hear that π
Fantastic, I’m happy to know that. I was really afraid to loose Transposh. Thank you for the good news, Ofer.
Forum: Plugins
In reply to: [Transposh WordPress Translation] WordPress 5.6 – Can’t edit translatationI have used the proposed fixes (installe Enable jQuery Migrate Helper plugin, changed the transposhedit.js and changed the option βOverride jQueryUI versionβ. Okay, now I can edit the translation, but the UI is totally broken, transparent background, raw buttons, alignment lost and trying to edit italian translation of an english site the title of Transposh popup tells “English – English”.
I really hope Ofer will fix or at least officially notify that this plugin is abandoned (and it would be really sad because it’s a great plugin!)
Does anybody else css issues?- This reply was modified 5 years, 5 months ago by codingfix.
Wow, what a superb support! Thank you so much for trying to solve with ACADP.
in the meanwhile I have enabled the safe mode and the website works as expected.
Thank you again @aahulsebos, hope ACADP support be as good as yours.
CheersThe problem is that this way cookies are not blocked and maps and Recaptcha are actives even if the user has not given his consent…
Attach the param is easy, but is that the right way to go?
Yes, it works! What does this mean? Do I have to find the way to attach that param to the listing urls?
Thank you!!Hi @aahulsebos,
Unfortunately, disabling integration for Recaptcha and Google Maps doesn’t solve the issue. I think it be something in the way the ACADP plugin implements maps and forms: I use it only in this website and only in this website I have these issues. I’m afraid I have to switch to another cookie plugin for this website but I’d be so sorry because Complianz is really fantastic! I hoped someone had got the same issue and found a solution πForum: Themes and Templates
In reply to: [Neve] Starting from version 2.8 menu css is brokenThank you. I’ll definitely try to use your child theme.
Regards and thank you again for the quick response πForum: Plugins
In reply to: [WP Private Content Plus] Undefined index: site_lockdown@bapcsuk To enable/disable debug mode in WordPress you have to edit the file wp_config.php. Open it with your text/code editor of choice and change this line (it should be line 80 or so):
define( ‘WP_DEBUG’, false );
to this
define( ‘WP_DEBUG’, true );
Now notices, wornings and errors will be shown on the page.