Wish Web Geek
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Google Analytics Error coming from your pluginKnow of a replacement. I had to turn this plugin off and am very sad about it.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Google Analytics Error coming from your pluginI am having this same error also. BIG DEAL. I can’t use this plugin if it’s not fixed. Thanks.
Christian,
I also noted above that you said to “set the output-page in settings->pages->eventcategories and on this page you can define any custom page template”. I had already done this, but this was for the category list, not the single category. The theme/events-manager/templates/category-single.php template is not listed (since it’s not a page on my site).Was this just additional information on setting up the main Categories page?
Thank you.
I am still confused about the “slug” (i.e. fonziconnzi called his “eventscategories”). Mine is called /trips/categories. Do I place that in this code for category-single.php?
global $EM_Category; EM_Events::output( array('category' => $EM_Category->slug) )
I have put a category id in for slug, I have used the actual ‘slug’ for a single category and I have tried to use the id, but I want this to apply to all the categories, so I’m not sure what “slug” to use.
In events manager under Settings > Formatting > Events categories and then single category page, do I use add the “Single category page format” or do I do that in the category-single.php page, using the $fmt_header, $fmt_content and $fmt_footer tags? I have added html to these tags in the category-single.php page using the adding html and using the Event & Category placeholders.
Is this portion of the code something I should change if I want to display a list of events for each category?
EM_Events::output( array('category' => $EM_Category->slug) )
I’m sorry. I am trying to apply the information in this post, but I feel like I’m missing something.
What if I want a single category list for each category? Then I will not want to use just one category id.
I want a single list of 10 events with category name, price, link and a general link.
see category list: https://fsguides.com/reserve-a-trip/categories/
click on any to get single category list (this is using default)
https://fsguides.com/trips/categories/grand-canyon/Thank you.
I am having a few issues implementing this. I may be confused with the slug.
1. I have created a template in themes/my-theme/events-manager/templates/category-single.php
2. I have added the code you recommended below.
global $EM_Category; EM_Events::output( array('category' => $EM_Category->slug) )
3. I added html to the template below:
<?php global $EM_Category; // For the Format HTML please use the following placeholders: // https://wp-events-plugin.com/documentation/placeholders/ $fmt_header = '<div class="eventcontainer">'; $fmt_content = '<div class="eventlist"> <header class="entry-header"> <h1 class="entry-title">#_CATEGORYNAME</h1> </header> <div class="entry-content"> <table cellpadding="0" cellspacing="0" class="events-table" width="100%" align="center"> <thead> <tr> <th class="event-time" width="20%">Date</th> <th class="event-description" width="40%">Tour</th> <th class="event-price" width="20%">Price</th> <th class="event-booking" width="20%">Book Now</th> </tr> </thead> <tbody> <tr> <td class="event-time" width="20%">#_EVENTDATES</td> <td class="event-description" width="40%">#_EVENTLINK</td> <td class="event-price" width="20%">$#_ATT{Price}</td> <td class="event-booking" width="20%"><a class="book" href="/trip-preparations/trip-forms/reservation-form/">Book Now </a></td> </tr> <tbody> </table> </div> </div>'; $fmt_footer = '</div>'; $args = array('scope'=>'all', 'orderby'=>'date', 'category' => $EM_Category->slug, 'format_header'=>$fmt_header, 'format'=>$fmt_content, 'format_footer'=>$fmt_footer,); $args = apply_filters('em_content_categories_args', $args); /* @var $EM_Category EM_Category */ EM_Events::output( array('category' => $EM_Category->slug) ) ?>
Nothing is coming thru on my single category page. I assume I’ve confused something about the “slug”, which fonconnzi said he had gone to settings and changed, but I’m not sure what this means.
And/or I am supposed to put this code in the
Events > Settings > Formats/Layouts > Events Format under “Single Category Page format” (where I currently have: #_EVENTDATES #_EVENTNAME #_EVENTTIMES #_EDITEVENTLINK).Can you clarify a little more please? Thank you for this post. I have been looking for this solution for several months.
Forum: Fixing WordPress
In reply to: Google Plus author profile not showing upIs that a wordpress thing?
Forum: Fixing WordPress
In reply to: Google Plus author profile not showing upAuthor rank is not dead:
https://searchengineland.com/google-authorship-dead-author-rank-202254Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Search not workingYes. I do not have that option under General Options.
I am using version Version 5.5.3.1 and don’t understand why I don’t have this options. Concerned about the search not working. Any other ideas?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Search not workingUsing WordPress 3.9.1
I don’t want to turn it on but here it is: https://fsguides.com/events/
I can’t search for anything. Advanced or not advanced. It worked perfectly before using this new format.
I am having the same issue with version 1.10 and I cannot get the links provided above to work. I tried to go to the forum to find the method for manually updating the core calendar files but can’t find it.
I’ve had a lot of issues with the Calendar plugin lately. Are there known plugin conflicts.
When I tried to up the the core calendar theme I just got a blank page. When I refreshed the same message showed up.
Please help.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] The plugin does not have a valid header.I just tried to do a new install and it appeared to work, but when I did the free upgrade my entire site went down and now shows only a “0” when I go to site for front end and trying to login to backend.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Plugin not workingHaving the same problems with https://blog.mexpro.com
I am having the same issue. No errors showing.