slowfoodc
Forum Replies Created
-
Info sent. Yes, can you just let me know what you did and what files were changed so I can document for our maintenance and future upgrades. Thanks!
Any other thoughts on what might be causing this to show? Posted my template settings above. Thanks!
Also, I did modify the plug-in to use post categories and also to show events in the main post loop per the code here:
https://tri.be/show-your-events-in-the-main-post-loop/
https://tri.be/integrating-wordpress-categories-tags-with-your-events/I took screenshots of the settings. They are available here:
https://farm8.staticflickr.com/7271/7049185399_eb89a8727c_c_d.jpg
https://farm6.staticflickr.com/5034/7049185337_cc7c33a3c6_c_d.jpgHappy to provide more info if needed.
Right. No luck, I will keeping digging I guess
Thanks
I created. My theme did not have an events folder so I created.
Ok. Maybe I’m not getting the folder right. Which domain should it go in, the latter correct (using Organic Theme’s Restaurant theme)?
1. slowfoodchicago.org / subdomains / dev / httpdocs / wp-content / themes / events
2. slowfoodchicago.org / subdomains / dev / httpdocs / wp-content / themes / organic_restaurant / events
And there is no setting within the plug-in to change where the plug-in ‘looks’ for this esp-single-template.php file?
Thanks again
Thanks very much for the reply. That did not seem to work. After backing up the file, I removed the following code
<?php tribe_events_before_html() ?>
<?php tribe_events_after_html() ?>
That did not unfortunately did not solve the problem. Per your last sentence, I then created a folder named ‘events’ (there was no folder like this in my theme) within my theme file with the same modified ecp-single-template.php file. Again, no luck.
Did I understand your steps correctly?
Thanks,
RyanForum: Plugins
In reply to: [Plugin: The Events Calendar] Showing the Events on the home pageI’ve used this code and it worked great until I noticed that it made the ‘featured page’ on the home page disappear (specifically called out in my theme – restaurant theme from organic themes). Any advice on how to get that back or revised code?
dev.slowfoodchicago.org
Thanks
RyanForum: Plugins
In reply to: [Category Posts Widget] [Plugin: Category Posts Widget] Bold Post TitleExtremely helpful! For reference, here was what i used for my code:
#widget categoryposts-3 { } .post-title { text-align: center; font-weight: bold; margin: 0px; padding: 0px; } .post-date { text-align: left; font-style: italic; margin: 0px; padding: 0px; } .cat-post-item { text-align: left; }