rajolalaina
Forum Replies Created
-
@bornforphp Thanks for your reply.
So, i don’t need any special configuration in the plugin setting ? Just active brotli in the server with php and it work ?
- This reply was modified 3 years, 3 months ago by rajolalaina.
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] ES vat not validate@omardabbas This is an exemple : ESB33778499
Work on vies check but not work in plugin EU VAT.
Is it possible to fix this ?Thanks
Hello @bornforphp
Can you give me a version reference of this new release ?
When are you going to release the new version which fixes this bug ?Thanks
Hello,
I’ve check all plugin but nothing change. After disable plugin, i’ve purge minified files but the file’s name is always the same after i’ve make modification css or js file.
Do you know my problem ?
I’ve change my style.css file version 1.2 to 1.3, i purge minified files but I’ve always same file name after that.
wpo-footer-hash or wpo-header-hash only change after add new or remove css/js file. So if i have same file but i change file content, the hash is always same and file name not change.
If the modified files do not change name or version after purge, this causes display and functionality errors on the site every time i update css/js file.Is there a hook to allow versioning css / js files with wp-optimize ?
For exemple, when i make modification in my style.css, i change version in the hook like 1.0.1 to 1.0.2. And after purge, the wpo-header and wpo-footer hash are changed.Waiting your reply,
ThanksThanks for you reply.
This is an exemple of sitemap :https://square-mobilier.com/product-sitemap1.xml
All link withhttps://square-mobilier.com/en/
not cached. When we visite page, the speed is not same with cached page. But after visited it, the speed is up.How can i resolve this ?
Thanks
Thanks for your reply,
I try multiple time but the minify file name not change.
Is there way to manualy reload this hash ?Thanks
@bornforphp Yes, when i run it manualy, it work but very slowly.
So, when i need preload to work with schedule, cache is not renew. There is reason why ask you how to run schedule with server cron ?Thanks
I use add_rewrite_rule() hook to add element on urls page. Ex : ^my-page/([-a-z0-9]+)/?$
I’ve domaine.com/my-page is cached,
But, domaine.com/my-page/type-1, domaine.com/my-page/type-2 or domaine.com/my-page/other-texte not cached after visited page.
I use this url format to avoid /?key=value in url where WP-Optimize Cache not work.
Why cached not work with no parameter wp page ?Thanks
In short, these are custom pages that do not use the standard WordPress pages. We don’t want to index them in the sitemap but we want them to be cached. When i visit page on site, the wp-optimize cache not work.
How to allow WP-optimize cache to recognize these pages and cache them? Is there a hook? A function? I need to add them in the sitemap for the cache to work?Thanks
Thanks for your reply.
Is there a way to restart preload in hook or code example ?
Could i program a server cron time for preload ? (from url for example)Thanks for your reply.
I think it’s good idea to add this possibility to this awesome plugin.
So, is it possible to clear cache for one page with the post ID ? With function ?
How can i do this with code exemple ?Thanks,
Rajo
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designYes, for example => EN FR IT ES DE PT.
But now, i’ve DE EN FR IT ES PT.
I use “Hint priority” option to EN = 1, FR = 2 but nothing change.Thanks for help
Forum: Plugins
In reply to: [Multisite Language Switcher] Custom HTML designAwesome, thanks a lot.
This hook can be use to order language list in front view ?Rajo
Forum: Plugins
In reply to: [Gutenberg] Gutenberg block bug after load page – Block validation failedThanks a lot,
I think that I resolve this problem. But I’ve new error msg on console when i open the gutenberg editor page :react-dom.js?ver=16.6.3:500 Warning: Unsafe lifecycle methods were found within a strict-mode tree: in StrictMode (created by Editor) in Editor (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(Editor) componentWillUpdate: Please update the following components to use componentDidUpdate instead: FillComponent Learn more about this warning here: https://fb.me/react-strict-mode-warnings
And also when i click on the plus (+) to open bloc popup selector bloc :
react-dom.js?ver=16.6.3:500 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of PopoverDetectOutside which is inside StrictMode. Instead, add a ref directly to the element you want to reference. in div (created by IsolatedEventContainer) in IsolatedEventContainer (created by Popover) in PopoverDetectOutside (created by clickOutside(PopoverDetectOutside)) in clickOutside(PopoverDetectOutside) (created by Popover) in FillComponent (created by Context.Consumer) in Fill (created by Context.Consumer) in span (created by Context.Consumer) in Popover (created by Tooltip) in button (created by ForwardRef(Button)) in Tooltip (created by IconButton) in IconButton (created by Dropdown) in div (created by Dropdown) in Dropdown (created by Inserter) in Inserter (created by IfCondition(Inserter)) in IfCondition(Inserter) (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(IfCondition(Inserter)) (created by HeaderToolbar) in div (created by HeaderToolbar) in div (created by NavigableContainer) in NavigableContainer (created by ForwardRef(NavigableContainer)) in NavigableToolbar (created by HeaderToolbar) in HeaderToolbar (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithViewportMatch(HeaderToolbar) (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(WithViewportMatch(HeaderToolbar)) (created by Header) in div (created by Header) in Header (created by ComponentWithDispatch) in ComponentWithDispatch (created by Context.Consumer) in WithDispatch(Header) (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(WithDispatch(Header)) (created by Layout) in div (created by Layout) in Layout (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithViewportMatch(Layout) (created by NavigateRegions(WithViewportMatch(Layout))) in div (created by NavigateRegions(WithViewportMatch(Layout))) in NavigateRegions(WithViewportMatch(Layout)) (created by ComponentWithDispatch) in ComponentWithDispatch (created by Context.Consumer) in WithDispatch(NavigateRegions(WithViewportMatch(Layout))) (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(WithDispatch(NavigateRegions(WithViewportMatch(Layout)))) (created by Editor) in ErrorBoundary (created by Editor) in SlotFillProvider (created by EditorProvider) in div (created by DropZoneProvider) in DropZoneProvider (created by EditorProvider) in EditorProvider (created by ComponentWithDispatch) in ComponentWithDispatch (created by Context.Consumer) in WithDispatch(EditorProvider) (created by Editor) in StrictMode (created by Editor) in Editor (created by ComponentWithSelect) in ComponentWithSelect (created by Context.Consumer) in WithSelect(Editor) Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
The gutenberg editor work but I’m afraid of having unexpected problems.
I appreciated your help;
Forum: Plugins
In reply to: [Polylang Theme Strings] register_uninstall_hook was called incorrectlyHello,
I have same problem with polylang theme strings v4 on wp 4.9.8.
I replace the code with :
register_uninstall_hook($this->Path_Get(‘plugin_file_index’), array(__CLASS__, ‘Uninstall’));
this work but i have an other problem, when i enter into /wp-admin/admin.php?page=mlang_strings, i have this error :
Undefined index: plugins-strings-count
window.<?php echo self::$prefix; ?>admin.lng[36] = '<?php echo $this->var['plugins-strings-count']; ?>';
Thanks for your reply