mcsr
Forum Replies Created
-
Forum: Plugins
In reply to: [Acronyms 2] “Sorry, you do not have permission to access this page.”Many thanks, @renaissancedesign ! Now it’s working as expected.
I had the same issue on a large site.
In my case, the first solution of this article helped to recreate the broken permalinks: https://www.hostinger.com/tutorials/wordpress-broken-permalinks
Forum: Plugins
In reply to: [ICS Calendar] Override list layoutThanks for the quick update of the plugin! Now my timeline layout works
Forum: Plugins
In reply to: [ICS Calendar] Override list layoutPerfect! Thank very munch for your help and support!
Forum: Plugins
In reply to: [ICS Calendar] Override list layoutCorrect!
It would be great if you could add this div. I tested a bit around, but currently there is no solid CSS solution to build the layout I want.
Do you already know when you plan to release the update?
Forum: Plugins
In reply to: [ICS Calendar] Override list layoutI want to create a horizontal timeline with four items. Each point represents one day (and has a with of 25%).
In the first line of the item should be the date. Underneath that should be the title of the event(s).
Forum: Plugins
In reply to: [ICS Calendar] Override list layoutThe default output of the list layout is the following
<List> <Month> <MonthTitle /> <Date /> <Events /> <Date /> <Events /> ... </Month> </List>What I want to do is this: Wrap each day into a div to so that I can line them all up.
<List> <Month> <MonthTitle /> <div> <Date /> <Events /> </div> <div> <Date /> <Events /> </div> ... </Month> </List>I don’t see there a good way to do this in CSS. What would you suggest, @room34 ?