Antonio Augusto
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] add a tag from another language in the postBut it is a paleative solution. The ideal world is to use the same slug for the tags. Is there some way?
I changed only the below:
https://app.screencast.com/8NBeU3nJHADDf
Please, how you do the embed of video?
- This reply was modified 1 year, 5 months ago by Antonio Augusto.
- This reply was modified 1 year, 5 months ago by Antonio Augusto.
- This reply was modified 1 year, 5 months ago by Antonio Augusto.
- This reply was modified 1 year, 5 months ago by Antonio Augusto.
I already do the wizard many times, tried to configure in the settings page, tried to see the debug tools, tried to import the settings from a new site, tried many things, it’s my last resort. kkkk
A small fix:
jQuery('body').on('touchstart touchend', function(e) { if(jQuery('.mega-toggle-on').length !== 0 && !jQuery('.mega-toggle-on').has(e.target).length){ jQuery('.mega-toggle-on').removeClass("mega-toggle-on"); } });
If somebody likes here’s the complete code for the
functions.php
:function ow_max_mega_menu_scripts() { if (!is_admin()) { $js = <<<EOD jQuery('body').on('touchstart touchend', function(e) { if(jQuery('.mega-toggle-on').length !== 0){ jQuery('.mega-toggle-on').removeClass("mega-toggle-on"); } }); EOD; wp_register_script('ow-infinite-scroll-autostart-footer', '', array("jquery"), '', true); wp_enqueue_script('ow-infinite-scroll-autostart-footer'); wp_add_inline_script('ow-infinite-scroll-autostart-footer', $js, 'after'); } }
Forum: Plugins
In reply to: [LiteSpeed Cache] good ponctuation but slowNow everything cool!!!
- Pagespeed: 90
- Speed index: 1.9s
Thank you!!! ??
Forum: Plugins
In reply to: [LiteSpeed Cache] good ponctuation but slowThank you.
Sorry for inconvenience.
Forum: Plugins
In reply to: [LiteSpeed Cache] good ponctuation but slowthe number was DAWUKSJQ
But I managed to solve: I export the configs from a new site to this old and it works fine.
Forum: Plugins
In reply to: [LiteSpeed Cache] good ponctuation but slowHi,
I discover that the combine JS and CSS are not working. So, I send a Litespeed report in the wp-admin.
I’m using aapanel, I tried to restart openlitespeed, and to click in save in the LS-cache page too. I tried to connect directly, without the cloudflare too.
I managed to get it to work once and it stopped to work after.
I’m cleaning the database and products and other things.
If it’s too much work, let it go.
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] good ponctuation but slowMaybe I’m using wrong because theoretically a cache plugin should do the job before the user click.
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Please, continue the pluginplease, continue the plugin, at least in the github to more specialized public.
Another point, the 404 detection maybe could have a number of attempts. I think it’s very strict, I always disable it, but I see that it’s a very common problem on my servers.
HI,
I speak portuguese and I say this message is not saying clearing to restore the config settings. It’s an english error. Because I thought this reset .htaccess and .htaccess related settings
Thank you.
Forum: Plugins
In reply to: [Speed Up - Optimize CSS Delivery] preloader blank screenThis plugin solves the “render blocking” problem of css, but brings high cumulative layout shift (that uggly css when rendering). But it easily solved adding the “preloader” plugin or maybe with a theme preloader.
Good job
Same here, I’m in the php 8.0.19
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /bitnami/wordpress/wp-content/plugins/wooreviews-importer/WooreviewsImporter_Plugin.php:32 Stack trace: #0 /bitnami/wordpress/wp-content/plugins/wooreviews-importer/WooreviewsImporter_LifeCycle.php(29): WooreviewsImporter_Plugin->initOptions() #1 /bitnami/wordpress/wp-content/plugins/wooreviews-importer/wooreviews-importer_init.php(40): WooreviewsImporter_LifeCycle->install() #2 /bitnami/wordpress/wp-content/plugins/wooreviews-importer/wooreviews-importer.php(172): WooreviewsImporter_init() #3 /opt/bitnami/wordpress/wp-admin/includes/plugin.php(2313): include_once('...') #4 /opt/bitnami/wordpress/wp-admin/plugins.php(192): plugin_sandbox_scrape() #5 {main} thrown in /bitnami/wordpress/wp-content/plugins/wooreviews-importer/WooreviewsImporter_Plugin.php on line 32
- This reply was modified 2 years, 8 months ago by Antonio Augusto.