jakobmichaelis
Forum Replies Created
-
I am having the exact same problem. The custom form code from Campaign Monitor uses three fields for month, day, and year, but the result in the backend is one tag [Birthday], [DateofBirth], etc.
I would also be interested in some direction on this.
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] 0.6.1 Upgrade broke all entriesThat did the trick. Good work and great plugin!
Forum: Plugins
In reply to: [MiniMU] [Plugin: MiniMU] 0.6.1 Upgrade broke all entriesI’m using child themes for the other domains I have added through the plugin. It is keeping the url but loading the main theme of the site instead of the theme I select in the configuration.
+1
I’ve had this plugin installed for several months now and it has been running just fine. I go to the settings today to change the address of the business for the hidden card and the display options and review page options are both gone.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] template issueIn this file you are starting the top header div, but are you closing it in the header.php file? It looks like you’ve started the top-header div, included header.php, then started with the container div. I would think you would want to close the top-header div before you start the container. If it’s not closed in your header.php you would need to add a </div> after your include for header.php.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Set time issue v1.5.4Justin,
That fixed it. Thank you for your quick response and fix. I just updated the lines myself and it worked no problem.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] template issueThis div:
<div id="content" class="grid">
has a right margin of 265px so it’s pushing your sidebar out.
As far as styling, I’ve found that if you copy the css code from the plugin folder “resources/events.css” and paste it into your style.css in your theme, you’ll see the calendar with proper styling, which you can modify to your needs.
Hope that helps.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Set time issue v1.5.4I am also having this issue. I recently updated to 1.5.4 and, like OP, the event defaults to AM upon adding the event or updating. Pretty sure it’s a bug.
I’ve just entered about 75 events and just caught this. FML
Forum: Plugins
In reply to: [Plugin: The Events Calendar] RSS Feed for the CalendarIt pulls up a feed page with the most recent posts no problem.
Does it have anything to do with the permalink structure? I have a custom structure of
/%category%/%postname%/
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Event Order for sidebar listI built a template from scratch and not using widgets, but I got it figured out. Thanks for your quick reply. Truly the best support I’ve had for anything WP related since I’ve started.
BTW, love the plugin. Any chance of a mini-calendar for the sidebar, or is that what the widget looks like?
Forum: Plugins
In reply to: [Plugin: The Events Calendar] RSS Feed for the CalendarI would love to but the site in development and currently is blocked for all but specific IPs so I can build the site on the live server.
I just tried it again and it pulls up the same page as https://url.com/category/events
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Event Order for sidebar listUPDATE:
On the List View page, the sidebar comes up in order, but in the grid view (and anywhere else that sidebar is called) it’s not in order.
Can I run the same query that’s putting the list page in order and use it on the sidebar?
Forum: Plugins
In reply to: [Plugin: The Events Calendar] RSS Feed for the CalendarI’ve tried that link and it just pulls up the events page with calendar, not an RSS feed…
Any help?