Antti Koskinen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Temporarily disable one product attribute valueUnfortunately no, I didn’t find any solution to my problem. I ended up going through all the products manually and disabled the product variations using the attribute.
Forum: Plugins
In reply to: [WP FullCalendar] Category dropdown problemPlease start a new topic.
BR,
kanttiForum: Plugins
In reply to: [WP FullCalendar] Category dropdown problemHi,
Well, this is the only code I have in the functions file, but I didn’t have any comments to go along with it so I’m not quite sure anymore what it does.
I can’t even remember where I got this.. but try it and see what happens!
function em_wpfullcalendar_category_label($taxonomy_args,$taxonomy){ if ( $taxonomy->name == 'event-categories'){ $taxonomy_args['exclude'] = 'id-of-the-category'; } return $taxonomy_args; } add_filter('wpmfc_calendar_taxonomy_args','em_wpfullcalendar_category_label',1,2);
BR
kanttiForum: Plugins
In reply to: [JS Archive List] Archive list stylingThanks, but I ended up using another solution.
Ok, so I can use the same snippet to translate the text. But how do I add the custom text to the template file?
Do I just add this to the template file..
<p>My custom text under the Event name field</p>
..and hey presto it’s translatable?
Or do I need to use some special tags?
Regarding the translation tweaking with the snippet. Does it effect every instance of the word I use in the “old text” part? How can I make sure that the tweak just affects the chosen word on the submit event form and not anywhere else on the site?
Hi,
How unfortunate. I guess I just need to live with it or come up with another solution as custom coding is beyond my skills (and probably budget too).
Thank you for your answer!
best regards
KanttiForum: Plugins
In reply to: [Flexible Map] Events manager, multiple locationsHi,
Sorry to bump this old thread, but I just happened to stumble upon this discussion and found it relevant for me.
Did either of you ever figure out how to show multiple locations for one event?
This is a feature that I would need for events manager and I have no idea how to do it as I’m not a coder.
You see, my vision is that on the submit event form person could select the location using checkboxes. So that one could choose one or more locations for one’s event.
BR,
kanttiThanks!
Unfortunately I don’t have the time (or interest) to try to figure this out myself. I’ll just hire a developer to do it for me.
Thanks for the advice! I get that copying template files from A to B. That’s simple enough and I can do that.
I looked at the events-search.php file and it’s like I’m reading Hebrew – no idea what it means. Could you ellaborate a little bit?
Silly me, of course I forgot to define that.
I mean on the front-end.
Thank you for your help. Unfortunately that is not quite what I was looking for.
I have already set up the default single event format – other categories display content “ABCD” and the “Reserved” category only displays content “AB”.
The thing I wanted to do is change the page/event title, abut it doesn’t matter anymore as I thought about the whole thing more deeply. Even if I changed the title the events name would still be visible on the url (unless changed manually every single time ofc).
But thanks anyway!