samicai
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event Category URL Translation Redirects to 404 PagesSure, just did it 🙂
Forum: Plugins
In reply to: [The Events Calendar] Event Category URL Translation Redirects to 404 PagesHi,
Thank you very much for the additional snippet and explanation.
I added both snippets now, and I think the situation is much better.
I appreciate your help
Forum: Plugins
In reply to: [The Events Calendar] Event Category URL Translation Redirects to 404 PagesHi @d0153 ,
Thank you for your reply and the snippet.
Would this snippet affect any other functionalities of the plugin?
I also noticed that not only the category slug is being changed, but there seem to be other slugs translated or changed as well.
I have also used WPML before, but it adds a lot of overhead and made the website slower, especially with many plugins. That’s why I switched to TranslatePress, since it’s more lightweight and widely used.
Do you have any plans to make the plugin compatible with TranslatePress in the future?
Kind Regards
Hi @anghelemanuel99 ,
I’m not using the SEO Pack addon, it’s just the basic TranslatePress plugin without any addons.
I also tested with different languages, and the same problem occurs.
Could this be related to the .po file from The Events Calendar? In Poedit, I can see that the same words sometimes have multiple translation entries. Could the .po file have different logic for different situations?
Maybe this affects how the plugin handles the slug or taxonomy base?
Or could it be related to how The Events Calendar itself reacts to translations?
On this image https://ibb.co/0ysrDpLd , you can see that when hovering over “concert,” the category base is changed to “kategorie.”
Regards
Forum: Plugins
In reply to: [Lightweight Sidebar Manager] Sidebar Not AppearingHi Humayon,
So the plugin doesn’t create a new sidebar (for example for a post type), but only replaces an existing one ?
Best regards
I tried your suggestion and it worked perfectly.
I appreciate your help and quick response.
Best regards
Forum: Plugins
In reply to: [The Events Calendar] Show all venues on the mapHi @tristan083 ,
This is one of the websites I am currently working on, with the following setup:
PHP: 8.4.15 , WordPress: 6.9, The Events Calendar: 6.15.13, Theme: BuddyBoss: 2.16.1
Thank you for your help
Thanks a lot for your quick reply. I appreciate you sharing this with the dev team. Looking forward to the update when it’s ready.
This feature would be very helpful, since online shopping has become increasingly international, and supporting multiple currencies is essential for both vendors and customers.
If you’re asking me for my opinion on multi currency plugins, I’ve tested several options, and Price Based on Country had the best integration with WooCommerce. It’s lightweight, doesn’t bloat the site, and works very smoothly overall. My second choice would be Aelia Currency Switcher for WooCommerce, which also performed well.
The only issue with Price Based on Country is that when vendors enter prices, they’re saved in the default WooCommerce currency instead of the location‑based one.
If that currency input could be set or integrated into the WC Vendors product form, everything else would work perfectly.
Thank you for taking the time to consider this and for your openness to improving multi currency support.
Hello Jeff,
I’m trying to customize WC Vendors Pro by overriding templates, but the overrides are not taking effect. I have followed the documentation exactly:
My child theme is active.
as example I copied different files :
/wp-content/plugins/wc-vendors/templates/dashboard/nav.php
to/wp-content/themes/my-child-theme/wc-vendors/dashboard/nav.phpCleared all caches (plugin cache, server cache, Cloudflare).
Tested by adding visible text in the copied file it does not appear.
Checked WooCommerce → Status → Templates section — no overrides are shown.
Despite these steps, the dashboard still loads the original plugin template. Could you please advise why the override might not be working in my setup?
Hi Stiofan,
I think the category Default Listing Image can do the job for my needs. Thank you very much for the suggestion.
It would be perfect if there were a way to set Place images by URL directly in admin, so we can reuse existing files and avoid duplicates. This would also solve the problem if there are different images within the same category.
Best
Sam
Hi,
Thank you for the clarification
That’s great about the shipping country limitations in the premium version. I also appreciate you passing along the integration request for the Conditional Shipping and Payments plugin to your development team. Looking forward to any future updates on that.
Best regards,
Sam
Hi Stiofan,
Thanks again for your reply!
To clarify further what I’m specifically trying to do is assign the same Featured Image to multiple Places. These images already exist in the WordPress Media Library, but currently the Featured Image field in the GeoDirectory UI only allows uploads from the local computer.
So, the challenge is that I have to re-upload the same image multiple times, even though it’s already in the Media Library.
Would there be any way (via a hook, filter, or even a workaround) to assign a Media Library image as the Featured Image for a Place, without uploading it again?
Or use a custom field or code snippet to programmatically set the same featured image ID for multiple listings?
Even if this isn’t supported directly through the UI, I’m open to a developer-level solution as long as it integrates cleanly with how GeoDirectory handles featured images.
Appreciate any guidance you can offer
Best,
Sam
Hi George,
Thanks for the detailed response, much appreciated. Giving site admins the flexibility to grant access makes sense in that context. I checked the latest version and saw the new permission setting, great addition! That kind of fine-grained control is definitely a solid middle ground. Thanks again for being responsive and open to feedback. I really appreciate the work that’s gone into making this plugin both flexible and secure. I also prefer this plugin over others because it does the job well and is very lightweight.
Best regards,
Sam
Thanks for your response.
since I’m using the
[list_organizers]and[list_venues]shortcode to display a long, alphabetically sorted list on each page, I wanted to ask:Is there any built-in option or recommended approach to make this list searchable or filterable?
As the list gets longer, it’s becoming harder for visitors to find specific names.I’m not using custom post types or archives — just the shortcode output on a standard page.
Would appreciate any suggestions or best practices for adding a search or filter feature to this setup.Thank you!