Hannah
Forum Replies Created
-
Ah ok, thanks.
- This reply was modified 9 months, 2 weeks ago by Hannah.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsAny ideas?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsHey, I added another town as well as now displaying the category name under the event name.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsHere is a link to the course list page. As you can see the filter options does nothing.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionshave you tried this link for templating? https://wp-events-plugin.com/documentation/using-template-files/
Yes, if I use that method events-list.php takes its styling from single.php, and it doesn’t really work for my site.
I tried adding search attributes to the array, but the problem simply is that the filtering options doesn’t seem to work. I have no clue why. The events are displaying correctly, it’s just that nothing happens when I try to filter or search them.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsIt wasn’t totally resolved actually. I would really appreciate it if you could give me an example of how to add search attributes to the array. I’m not a back end developer. I tried adding the code above as is to events-list.php in my themes root, and it looks good but the functionality isn’t working. I guess it needs some attributes? Thanks.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsI feel like this shouldn’t be too hard to accomplish. All I want to do is output a filterable event list that doesn’t take its styling from single.php.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questions<?php echo $EM_Event->output( get_option('dbem_single_event_format') ); ?>
That snippet? If I create an event list with this, how would I go about adding the filtering/search menu?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questionsDid some research on the <?php the_author(); ?> issue and it took me 10 secs to find out that it can’t be used outside the loop. Sorry about that ??
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] 2 questions1. I already have styling for .em-events-search in my themes style.css. Is that what you mean?
2. Praise the gods it worked! ?? Thanks friend.
<?php the_author(); ?> isn’t returning anything on this page now though. Any ideas?Thanks a lot for taking your time to help out.
Forum: Plugins
In reply to: WP SlimStat Dashboard widgets frozenI have the same problem after upgrading to 3.5. The widget page area looks like usual, I just can’t interact with anything there. Can’t open widgets, nor moving them.
Forum: Fixing WordPress
In reply to: Just redesigned a site using wordpress, trying to redirect urlsThanks, but the old site didn’t use wordpress. I have the Post Name permalink structure on the new site already. This isn’t something that can be achieved within wordpress without using plugins and I’ve tried 2 different plugins.
Forum: Plugins
In reply to: [Post Content Shortcodes] Can't change optionsI’m having the same problem.