aasrithg
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Widget {date} optionIt worked thank you my widget looks the way I wanted it to.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Widget {date} option<div id="events"> <div class="item"> <span class="month">{date format="F"}</span> <div class="event-date"> <span class ="day">{date}</span></div> <h4>{link_title}</h4> <p class="time">From {time} until:{endusertime},{category}</p> </div> </div>this was my code for implementation
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Widget {date} optionIn the second {date} in the above code the display gets messed up and does not get parsed. I want to display the month in one line and the day in the other.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Widget {date} optionMy code in the widget is as foolows:
<div id="events"> <div class="item"> <span class="month">{date format="F"}</span> <div class="event-date"> <span class ="day">{date}</span></div> <h4>{link_title}</h4> <p class="time">From {time} until:{endusertime},{category}</p> </div> </div>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Widget {date} optionThank for that. But when I use the code like
<span> {date format=”F”} </span> for month
<span> {date format=”d”} </span> for daythe month appears correctly but my date gets messed up and {date format =”d”} is printed on the screen
Viewing 5 replies - 1 through 5 (of 5 total)