Andre Ribeiro
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal errorHi everyone!
In October 2023, WooCommerce published an article about the migration of the legacy API in version 9. The legacy API functionality would be moved to a dedicated plugin starting from version 9.
https://www.ads-software.com/plugins/woocommerce-legacy-rest-api/The plugin in question is: https://www.ads-software.com/plugins/woocommerce-legacy-rest-api/
And the official plugin announcement: https://www.ads-software.com/plugins/woocommerce-legacy-rest-api/
This may not be a definitive solution, as WooCommerce should work normally if the Legacy API is not used, but it may be a workaround until a minor release is released by the Woo core.
I hope this helps! Let me know if you have any other questions.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyNamaskar, Mr Anoop.
Teek, Lafda Nahin, chinta maat karo.
Bahut Dhanyawaad
Bahut Shukrya
Mandal aapna abharia haiAapse milkar kushi hui!
Aapka din shubh hoForum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyAnoop,
Sorry, I’ll explain better.You register a taxonomy “cat_a”.
And created a term “anoop” inside the taxonomy “cat_a”.With the shortcode, using: category=”40″, you are able to see slider with the posts inside term “anoop”.
But if my client create another term called: “andre”
Now. the taxonomy “cat_a” have 2 terms. “anoop” and “andre”The question is:
How to show in the slider, posts with that two (or others) terms in taxonomy “cat_a”?something like:
[recent_post_slider design="design-1" taxonomy="cat_a" category="40, 41"]
When the publisher create a new term (“ketan” for example), I need to update the shortcode again? Or is there a way to show all posts from taxonomy=”cat_a” ?
Sorry the questions a lot, but I like your plugin, and would like to keep using that in my solution.
Muzhe maaf kijyie, muzhe bahut accha laga Recent Post Slider!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyOk Anoop, tks for your time.
Any possibility to show post of all taxonomy terms?
- This reply was modified 4 years, 7 months ago by Andre Ribeiro.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyBecause the company have 2 blogs in the website and are two peoples feeding these blogs. One use “categoria_tecnico” and another use “categoria_consumidor”.
They only can publish in your taxonomy.
I control this using roles and capabilities.
Role “tecnico” only can publish in “categoria_tecnico”. Same with Consumidor
That was a requirement from the site owner.Bahut bara lafda hai
??- This reply was modified 4 years, 7 months ago by Andre Ribeiro.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyMain badeya hoon, dhanyawaad!
I’m using that:
https://www.ads-software.com/plugins/custom-post-type-ui/Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyHello Anoop, kaise ho aap?
“categoria_tecnico” is not under custom post type. Is under default Post list.
I dont use default taxonomy “category”, I use 2 custom Taxonomy:
“categoria_tecnico”
“categoria_consumidor”I would like to show in a page named ‘Técnico’ all posts with some terms checked in custom taxonomy “categoria_tecnico”.
and
I would like to show in other page named ‘Consumidor’ all posts with some terms checked in custom taxonomy “categoria_consumidor”.
With “WP Responsive Recent Post Slider/Carousel” I can do this?
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyAnoop,
No, is in the default Post.
In the beggining I use:
[recent_post_slider taxonomy=”categoria_tecnico” post_type=”post”]
But not working, still showing all posts.
I would like to show all posts with all terms under that custom taxonomy ”categoria_tecnico”.- This reply was modified 4 years, 7 months ago by Andre Ribeiro.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom TaxonomyHi Ketan, tks for the help!
When I use Category parameter, the slider doesn’t show in the page anymore. Removing that, slider back to the page.
I use:
[recent_post_slider taxonomy="categoria_tecnico" post_type="post" category="346"]
It is a valid category ID.
One question, how can I select all category IDs in that option?
Tks!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fatal error: Cannot use on line 10Old versions of PHP is not the problem.
I’m using PHP 7.2 and I’m getting the same error.
I renamed folder
plugins/caldera-forms/includes/cf-pro-client
to
plugins/caldera-forms/includes/cf-pro-client-bkp
I don’t use Caldera Pro, so, I tried that and problem gone.
- This reply was modified 4 years, 11 months ago by Andre Ribeiro.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fatal error: Cannot use on line 10I’m getting the same.
Eleven websites updated, eleven websites with admin dashboard crashes with the same error.Fatal error: Cannot use calderawp\calderaforms\pro\api\local\settings as settings because the name is already in use in /home4/norbert2016/public_html/wp-content/plugins/caldera-forms/includes/cf-pro-client/classes/hooks.php on line 10
[edit]
I made some progress.
In that eleven websites I use community version of Caldera, and I just change the cf-pro-client folder name located in wp-content/plugins/caldera-forms/includes/Its a solution till Caldera solve the problem.
- This reply was modified 4 years, 11 months ago by Andre Ribeiro.