Cicciokr
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] UCSS different for single page of Paginationmmmm okay but now i have checked the page 3 and 4 and are the same, but the UCSS is even different:
https://alandog.com/cane/cibo-cani/cibo-secco/page/3/
https://alandog.com/cane/cibo-cani/cibo-secco/page/4/how can i do to check why the UCSS behavior is different?
Forum: Plugins
In reply to: [LiteSpeed Cache] UCSS different for single page of PaginationYes the UCSS of these two pages is different, but why is diffente if it is the same taxonomy? I have no difference of css from page 2, 3, 4 etc.. is only pagination of same taxonomy.
I guess that for the same taxonomy the plugin reuse the same UCSS, if for each page i have different UCSS file is the end! many many UCSS file that the plugin must to generate even and so much money and perfomance that i lost.
Forum: Plugins
In reply to: [LiteSpeed Cache] Theme Martfury Mobile Version not workHi,
yes seems to work.The ticket #21070611 on quic.cloud support because i have error with yoast woocommerce product sitemap. (Now i have tried with the Dev Version of plugin, but sometimes take the sitemap and other time clean all the url and tell “invalid sitemap”).
Forum: Plugins
In reply to: [LiteSpeed Cache] Theme Martfury Mobile Version not workI have added it because i didn’t see changes, then i have seen that i must to reload the openlitespeed web server when i change .htaccess.
P.S i have opened a support ticket because i have the same error of other with woocommerce product sitemap.
Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] Theme Martfury Mobile Version not workReport number: INZQVOOX
Forum: Plugins
In reply to: [Woo Image SEO] Slowness in Latest VersionYes i have the same problem
Sorry the problem was “Browser caching”, that not load new image.
Thank you for this plugin!
This is my nginx configuration file modified:
if ($request_uri ~* "(/wp-admin/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|wp-.*.php|/feed/|index.php|wp-comments-popup.php|wp-links-opml.php|wp-locations.php|sitemap(_index)?.xml|[a-z0-9_-]+-sitemap([0-9]+)?.xml)") { set $cache_uri 'null cache'; } # Don't use the cache for logged in users or recent commenters if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_logged_in") { set $cache_uri 'null cache'; } location ~ (?<root>.+)/uploads/(?<path>.+)\.(?<ext>jp?g|png|gif)$ { if ($http_accept !~* "image/webp") { break; } add_header Vary Accept; expires 365d; try_files $root/uploads-webpc/$path.$ext.webp $uri =404; } # Use cached or actual file if they exists, otherwise pass request to WordPress location ~ / { try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php ; } # WORDPRESS PERMALINKS if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; }
Forum: Plugins
In reply to: [xili-language] Get post id of translated postThank you very much
for who don’t see the file for the id use $info = ‘id’.
example: $id = xl_get_linked_post_in ($fromID, ‘en_us’, ‘id’);Forum: Plugins
In reply to: [xili-language] add to custom post typeThank you very much
i don’t know so good wordpress data model, i have seen that there are the taxonomy hierarchical and i think that my are this.
So i have translate it directly on the theme and not from the panel using the __($tag->name, DOMAIN).
Thank you
Forum: Plugins
In reply to: [xili-language] add to custom post typei want that the xili language plugin appear in my custom taxonomy.
can i enable xili language on my custom taxonomy?
Thank you
Forum: Plugins
In reply to: [xili-language] add to custom post typeThank you very much i have resolve with custom link adding the query.
So i have seen that in my custom post-type the xili plugin appear and i can translate it, but in my category of the post don’t appear..
HERE APPEAR
wp-admin/edit.php?post_type=mycustom
HERE NOT APPEAR
wp-admin/edit-tags.php?taxonomy=mycustomhow can i resolve for appear the plugin in the category of custom post?
Thank you
Forum: Plugins
In reply to: [xili-language] add to custom post typeThank you very much
I have created a menu with the tecnique of Menu list insertion point.
But i have seen that if a put in a menu a ‘custom link’ it don’t take tha &lang param.. (i put a link in one of the 2 custom menu, so as a category take &lang i think that custom link must to take it..)How can i resolve?
Thank you
Forum: Plugins
In reply to: [xili-language] add to custom post typeanother question.. why language is passed as get parameter (&lang=en_us) there is a possibility to save it in a cookie or session and use it?
Forum: Plugins
In reply to: [xili-language] add to custom post typeYes thank you very much, i have not seen that area of the plugin.
(custom post is post.php?post_type=postname)