brutex
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Getting the maximum custom field value inside taxonomy term@chinteshprajapati OK then I will keep it like it is now! Thank you!
Forum: Developing with WordPress
In reply to: Getting the maximum custom field value inside taxonomy termThanks @chinteshprajapati !
I actually made something like that yesterday too. I run it through a new WP_Query though. Foreach might be faster and lighter?
Forum: Developing with WordPress
In reply to: Getting the maximum custom field value inside taxonomy termThanks Joy!
I checked it out and got the function to return the array of the tax query but I have no idea how to combine that to the max_meta_value() function that is getting the highest value of all posts :/
Forum: Fixing WordPress
In reply to: Get all categories that are associated with tag archiveResloved
Forum: Fixing WordPress
In reply to: Get all categories that are associated with tag archiveI got the solution at last ??
Forum: Fixing WordPress
In reply to: Get all categories that are associated with tag archiveHello!
Thanks for the reply! Yeah that is true and it works great and i can do links for all of the categories like that but the problem is that I want to hide the categories that has not got any bikes from that brand.
Like if Raleigh has bikes in city and road bikes I would like to show only those links and not “mountain bike” link because there are no mountain bikes from Raleigh
Sure I can do that manually and add only those that has bikes in them but it is going to be a big project if I have like 100+ brands.
Forum: Plugins
In reply to: Get custom field value from other postAnd all the offers that doesn’t have the shop linked are working fine after that code.
Forum: Plugins
In reply to: [Appointment Calendar] TranslatingYeah! That was the problem.
In appointment-calendar/calendar/lang/ there was a file named calendar.fi_FI.php so i changed it to calendar.fi.php and it started working.
Forum: Plugins
In reply to: [Appointment Calendar] TranslatingHi abhishek!
Thanks for the tip! I tried to rename them but it didnt work. Actually the translation in the site did not even work because there are no other counties that speaks finnish so the wordpress language code is just fi and not fi_FI.
Could it be that the plugin thinks that it is suppose to be fi_FI?
Forum: Plugins
In reply to: [Appointment Calendar] TranslatingForum: Plugins
In reply to: [Appointment Calendar] TranslatingI have already translated the language (Finnish) but the New appointment gives the error
Forum: Plugins
In reply to: [Appointment Calendar] TranslatingI have the same problem. Everything else is working perfectly but the same error is shown when clicking the “Schedule An Appointment”-button.
Translation is done in wp-config and in the plugin and the translations are working. The Schedule New Appointment is working in the Admin Calendar but not in the front-end ??