jflagarde
Forum Replies Created
-
I solved my issue by rolling back to a previous version of the plugin that I exported from a previous backup. I’ll give you access to a staging site on the ticket.
Ticket number is #2566517
I just want to quickly revert to the previous version.
I’m not able to edit any of my Elementor pages when the plugin is active and the front end of my pages break as soon as there is a unlimited widget on it.
Why can’t we download a previous version like any other plugin in the repo?
- This reply was modified 5 years, 7 months ago by jflagarde.
Forum: Plugins
In reply to: [Language Switcher for Elementor] Fatal error on plugin activationI have the same issue as David.
This Elementor widget is promising. I’m willing to collaborate and help to fix its issues?
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Some suggestionsHello Michael,
Thanks for the reply.
I reprogrammed all my sites recently using custom plugins and a more versatile parent/child theme using hooks.
I realised that it is simplier to add a custom field “image url” directly in the taxonomy (at least with wordpress 3). Also, it allows me to have a better file url to optimize SEO.
With the code you mentionned above, I’m able to create a small icon to represent each term of my taxonomy. Thanks a lot again!
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Some suggestionssorry…
$terms = wp_get_object_terms($post->ID,$taxonomy_name);
instead of
$terms = get_terms($taxonomy_name);Hello mfields,
I have the same problem on my test site. I use the Theme “Hybrid Structure” (child theme of Hybrid).
http://themehybrid.com/themes/structureIt does work perfectly when I add the code in “post.php” in the parent theme directory (without the global declaration). However, it doesn’t work when I add it in “function.php” of the child theme, even if I add the global declaration at the top of “function.php”.
I’m not really good in php programming, maybe I missed something concerning global variable declaration?
Thank you so much for your great plugin! Even in beta version, it answered many of my needs and simplified a lot my work.