mailnov
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] widget visible ONLY in mobileGreat – I tested 1.5.7.2 to appear a menu on mobile only (Using the Twenty Fourteen theme). This works fine. When is this beta ready for release?
Forum: Plugins
In reply to: [amr ical events lists] Different presentation depending on ThemePerfect. This was my issue. Thanks for the clarification!
Forum: Plugins
In reply to: [amr ical events lists] Different presentation depending on ThemeThe widget is the only one. This is the code that is generated:
<div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> <aside id="amr_icalendar_widget-7" class="widget widget_calendar"> <h1 class="widget-title"></h1> <div id="events_wrap"> <div class="calendar_navigation"> <form action="http://www.mydomain.com/2014/05/mypage/?listtype=4" method="POST"> <select name="start"> … </select> <input type="submit" value="»»" title="Go to date"></input> </form> <a class="prevmonth" title="Go to April 2014" href="/?start=20140401&months=1" rel="prev"> … </a> <a class="nextmonth" title="Go to Juni 2014" href="/?start=20140601&months=1" rel="next"> … </a> </div> <section class=" ical "> <section> <article class=" history inprogress recur confirmed cal0 vevent event"> … </article> <article class="odd alt history inprogress recur confirmed cal0 vevent event"> … </article> <article class=" history inprogress recur confirmed cal0 vevent event"> <span class="eventdate"> … </span> <span class="enddate"></span> <span class="summary"> <b> <br></br> <a class="url" title="//test.icalevents.com/event/test/":test event " target="_blank" href="http://test.icalevents.com/event/test/"> … </a> </b> </span> </article> <article class="odd alt history inprogress recur confirmed cal0 vevent event"> … </article> <article class=" history inprogress recur confirmed cal0 vevent event"> … </article> </section> </section> <!-- event calendar by anmari.com. See it at icalevents.com --> </div> </aside>The widget is configured as
http://test.icalevents.com/?cat=3&feed=ics listtype=4Somehow, the widget takes the decision for a grouping by month even as it is not requested. Adding the option grouping=year does not have any influence.
Forum: Fixing WordPress
In reply to: Permalinks in 3.0I found the error: It was on the apache server configuration: The option AllowOverride was set to None instead of FileInfo, following the information found on http://codex.ww.wp.xz.cn/Using_Permalinks#Using_.22Pretty.22_permalinks.
It now works. Thanks.
Forum: Requests and Feedback
In reply to: PHP5 supportThis is what I was reading out of the forums. – I have not yet installed WP. I am in the planning phase.