robysan83
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Google News DE] “This RSS feed URL is deprecated”Hi,
I solved it changing one row in build_feed() function.if ($feed) $items = array_slice($feed->items, 0, $atts['limit']);
replace with:
if ($feed) $items = array_slice($feed->items, 1, $atts['limit']);
Forum: Plugins
In reply to: [WP Fastest Cache] Preload does not work in unconfigured DNS WIP siteI think in your case the problem can be attributed to the incompatibility between WP FASTEST CACHE and plugins for custom permalink.
Probably this plugins not working very well.
You can test it by disabling these plugins and trying preload cache.
Forum: Plugins
In reply to: [WP Fastest Cache] Preload does not work in unconfigured DNS WIP sitePreload only works if WMPL is disabled.
The problem lies in the create_preload_cache() function of plugin, which is structured as unable to make good use of the functionality of a virtual directory structure of WPML plugin.
My site is structured in:
https://domain-name/ for italian language
https://domain-name/en for english language (en is virtual directory)
https://domain-name/fr for french language (fr is virtual directory)
https://domain-name/es for spanish language (es is virtual directory)Forum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADNo. I don’t solve it, beacause this plugin is incompatible with WPML (my site is multilanguage).
I tested other cache plugins, and the only one that works with WPML is W3 Total Cache.Forum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADI’m sorry, but I activated WP Super Cache for a test yesterday evening.
I have activated wp fastest cache, now.
Page is cached is only a user visit it and automaticallyForum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADAll url, except homepage and newsletter page.
My site is multilanguage with wpml plugin, and for example https://www.shconsulting.it/etna-food-academy-finale/en/ isn’t cachedForum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADNo, i talk about “normale pages”
Forum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADI had already tested this method, but I only creates the cache for the homepage and another page. The other pages are not cached
Forum: Plugins
In reply to: [WP Fastest Cache] CACHE PRELOADThanks for reply.
I tested other cache plugin, and Cache Prelod in those plugins work correctly.
How test it in WP Fastest Cache?
Forum: Plugins
In reply to: [The Events Calendar] Filter Events In not showing pickerI solved it with CSS:
.datepicker { z-index: 999 !important; }Forum: Plugins
In reply to: [WooCommerce] Customer Billing Address, City, Country not showing in checkoutScusate la mia tardiva risposta, gentilissimi. Supporto eccellente!
Forum: Plugins
In reply to: [WooCommerce PDF Invoices Italian Add-on] MODIFICA TEMPLATETi ringrazion per il “suggerimento”,
più che altro chiedevo nell’eventualità che il cliente abbia bisogno della personalizzazione.
Vorrei fare un’altra domanda ma apro una nuova discussione, in quanto non inerente al discorso template.Forum: Plugins
In reply to: [WooCommerce] Inventary Not Working AutomaticallyI resolved. Papyal email and Destinatary in WooCommerce > Settings > Paypal must be equal and I only changed the first for my tests
Forum: Plugins
In reply to: [WooCommerce] Inventary Not Working AutomaticallyI have alredy set in WooCoomerce > Settings > Checkout > Paypal, my facilitator (test account business paypal).
If I go in https://www.sandbox.paypal.com I can see transaction correctly, but Paypal block payment beacause IPN failed.