Good afternoon,
Several weeks back, I noticed an arbitrary period appearing at the bottom left of the page on my event poster board. After taking a look at the code, I identified the issue and just did a quick modification to address the item.
Today, I just noticed that there was an update to 1.0.1, so I downloaded it and performed a quick test to make sure the ‘Load more’ wouldn’t show (thank you for that). When I refreshed my page, I noticed that the arbitrary dot had reappeared. Since I’m going back in and modifying the code, I figured I should pass this along to you. The issue appears in file event-organizer-posterboard.php on lines 157 and 158.
Existing Code:
.'<div id="event-board-items"></div>
.<div id="event-board-more"></div>'
Fix:
.'<div id="event-board-items"></div>'
.'<div id="event-board-more"></div>'
That’s it; no more arbitrary dot!
-
This topic was modified 10 years, 6 months ago by Tommy Johnson.
-
This topic was modified 10 years, 6 months ago by Tommy Johnson.
-
This topic was modified 10 years, 6 months ago by Tommy Johnson. Reason: Apparently, I'm formatting challenged today
Tommy Johnson
Oops! I’ve corrected this now (I thought I had already done so :/ ). In the next update, the issue will be fixed so there won’t be any need to perform any edits.
Stephen Harris