ktib
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Autosize] Autosize text areas filled dynamicallyHi,
I’m sorry, it seems like i had missed your reply.
I tested it and it doesn’t seem to work.Alternatively, is there an action i could add to my JS code to trigger the autosize ?
Let’s say I have :$(thisRow).find(".mytextareafield textarea").val("my text with various lines");
What could I add below to resize the textarea field?
But it’s okay really, it’s just a detail.
Thank you for your reply anyway !
Forum: Localhost Installs
In reply to: Error 404 after local installation of existing websiteThank you very much, it worked perfectly.
I can’t believe I couldn’t find anywhere a simple explanation like this one, and i’m not especially bad at googling.Hi chraema,
As marcus suggested on the EM Pro forum, add enctype=’multipart/form-data’ in the form:
<form id="event-form" method="post" action="" enctype='multipart/form-data'>
The image uploads correctly thanks to that
Works perfectly, thanks!
I have the same problem, I never managed to implement it
Ok thank you, I updated after having backed-up my files and put the customized templates files in my theme’s /plugins/events-manager/templates/ folder.
However, this folder doesn’t seem to be taken into account, as the changes i made have disappeared during the update. It isn’t really a problem, I can still re-upload my customized files in the www/plugins/events-manager folder, but I’m wondering what i did wrong. Don’t worry about it, I’ll try to find by myselfThanks
Hi agelonwl,
For now I haven’t tried anything. I just installed events-manager, and the search form on the events page has many different fields by default: by date, by region, by state, by country, etc…
However, it doesn’t include a field to search “by name of location”. If a user wants to see all upcoming events for a specific location, he will have to go on the page of that location; but the average guy won’t do that. Isn’t there a way to include that in the search form?Also, the search form by default doesn’t include a field to search “by town”. I find it strange, but I don’t specifically need it so don’t bother explaining me how to include it.
Thanks for the reply and have a good day!
great, thanks for the info
Thanks a lot Marcus
Thank you for your help. I could indeed create a “featured” category and display a widget with the events_list shortcode. That will be satisfying enough.
However, I’m facing a problem that I’m sure is easily solvable, but I’m kinda lost in the documentation (I’m obviously not a developer). The problem is the following:
I customized the “default event list format” in the settings, which fits perfectly on a page, but obviously if the event list is displayed in a 180px wide widget, it won’t work.
I guess the solution would be to copy the php file, rename it, customize the style so as it can fit in my widget and create a new shortcode. However, I can’t find the file to copy. I don’t even know if it is really how it should be done.Thank you again for your help
OK, i didn’t know “today” was a possible value, because I had read “Accepted values are “future”, “past” or “all” events”
Thank you for your help!