Aldo
Forum Replies Created
-
Hello @rickardw
Any news on the update?Forum: Plugins
In reply to: [Broken Link Checker] Links to pages with cookie banner cause 403Thanks for the quick feedback.
We use the Local version and this are some Links causing issues:
http://archidiap.com/opera/complesso-per-abitazioni-e-uffici-in-corso-italia/
https://www.fondazioneprada.org/visit/visit-milan/?lang=en
https://www.iwc.com/ch-de/watches/pilot-watches/iw328201-pilots-watch-mark-xxThanks!
I did some digging. Your plugin checks the user’s capabilities:
if ( ! current_user_can( 'install_plugins' ) ) {
wp_die( 'Sorry, but you do not have permissions to change settings.' );
}When DISALLOW_FILE_MODS is true, WordPress sometimes disables the install_plugins capability, even for admins. This causes the plugin’s settings page to become inaccessible.
Hi,
No, after a fresh installation. I tested it on three different severs and git everywhere the same problem.
But I found the issue now. I had DISALLOW_FILE_MODS set to true. Are the settings save to file?Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Plans to remove jQuery dependency?Hi @kjswp
As for the Live Search plugin I was aware of course.
For the main SearchWP plugin I do not need the advanced forms.
Thanks.Forum: Plugins
In reply to: [SearchWP Live Ajax Search] Plans to remove jQuery dependency?Hi Karan
Thanks for the feedback. I‘be rewritten the code. But what exactly does SearchWP use jQuery in the frontend?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Entry order in Breadcrumb NavXT Multidimension ExtensionsThanks John.
Missed dedicated forum!
Sorted it out using the filter.Forum: Plugins
In reply to: [Loco Translate] Create “update save” translation for pluginsBut what if I’m dealing with a third party plugin?
Forum: Plugins
In reply to: [SearchWP Live Ajax Search] 403 Error after update to 1.8+Hi Elio
Results, the issues was a Source Map from the them who could not load was the issue.
All fine now.Thanks.
Forum: Plugins
In reply to: [Loco Translate] Preserver manually added string into templateThank for the feedback.
I ended up writing a script who writes this strings into a PHP file, then it happens automatically.
Forum: Plugins
In reply to: [Loco Translate] Extract strings from blade templatesThanks a lot. Works perfectly.
Forum: Plugins
In reply to: [Loco Translate] Extract strings from blade templatesYes, it is *.blade.php
Thanks!
Forum: Plugins
In reply to: [Loco Translate] Extract strings from blade templatesThanks!
About the other Blade related question – it was me 😉Is there a way to hook into the tokenizer so it picks up other openings?
Forum: Plugins
In reply to: [Loco Translate] Setup source folder for stringsFantastic. All solved. Thanks a lot.
One last quest – maybe you can just join the to the docs.
Is it possible to add also translations for a specific plugin to the same bundle? I’ve seen there is an option to “Add set”, but I’m not sure if it is intended for that?Forum: Plugins
In reply to: [Loco Translate] Setup source folder for stringsThanks for the feedback!
I figured it out.Template file was set to
*.pot. After definite the correct path.../../../../resources/languages/wm-app.potand name, the strings in de the defined folder started to appear.One last remaining issue.
The translations are now stored in the themes folder/public/content/themes/my-theme
Is there a way to override this, so they get also stored where the template file resides in.../../../../resources/language?