pablodelgadoflores
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugins are not showing available updatesWell, it seems that there was a plugin or theme that was blocking the plugins.
I installed the plugin mentioned in the thread (Health Check) and when I activated Troubleshoot mode, plugins and themes were disabled and all available updates appeared.
When I deactivated Troubleshoot mode again, the list of plugins to update appeared.
Thank you @avinashzala01
Forum: Fixing WordPress
In reply to: The featured image section has disappeared in WordPress 5.9.2I have checked that the featured image section does appear, but after 2/3 minutes. As well as the categories dropdown, which takes a while to show the categories created.
Forum: Fixing WordPress
In reply to: The featured image section has disappeared in WordPress 5.9.2Hi @sterndata.
I have tried changing the theme but it still does not appear.
But the problem is not that the featured image is not displayed on the front, it appears fine there. The failure is in the backend, when creating or modifying a post, that in the right sidebar does not appear the option to add/remove featured image of a post.
Forum: Fixing WordPress
In reply to: The featured image section has disappeared in WordPress 5.9.2Astra + Elementor PRO
Forum: Plugins
In reply to: [WooCommerce] No statistics are shown in analysis if I apply filtersAs I said in my previous post, I cannot disable plugins for testing on a site that is in production.
As a workaround, I made a copy and set up a test environment where it does show the data, so I have not been able to replicate the error.
Any ideas other than disabling plugins on a store that sells a high volume of products on a daily?
Forum: Plugins
In reply to: [WooCommerce] No statistics are shown in analysis if I apply filtersHi @oaoyadeyi
In the case of being theme or plugins problem, it would have also failed to create a pre-production environment. Both environments are matched and in production it fails and in preproduction it does not.
Forum: Plugins
In reply to: [WooCommerce] Insert WooCommerce products directly into the databaseHi Nicola!
But using the REST API doesn’t solve my hosting company’s limitation problem, does it?
When I have to insert 2000 products at once, the web will be broken again.
Forum: Plugins
In reply to: [WooCommerce] Simple woocoomerce plugin to learn how to workThanks for your answer, I didn’t know how useful Boilerplate is!
Regarding the WooCommerce manual, I have read it, but it does not have a specific section on the backend… Or at least I haven’t found it.
That’s why I was asking for some simple plugin, to see its code and try to do some small tests.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] How can I get the name of the series?@psykro of course, this is my code:
echo '<p>' . get_term('serie') . '</p>';- This reply was modified 6 years, 11 months ago by pablodelgadoflores.
- This reply was modified 6 years, 11 months ago by pablodelgadoflores.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] How can I get the name of the series?Hi @psykro
I’ve tried with get_term () but I can not get the name of the series. Could you tell me how to write the syntax correctly?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Include speakers in the main pluginI have already published it. Thanks @iviolini
But @psykro, how can I add the images instead of the words of the links?
Hi.
Is this option already included in the new version 1.20.1?
Thanks.
Hi @psykro, thanks for your reply and attention.