Forum Replies Created
-
AuthorPosts
-
October 17, 2011 at 5:46 am in reply to: Main navigation for "Events" stays permanently in "On" state #9788
Christina
ParticipantIt really depends on what you are trying to do in your active state and what the menu idea number is. In my case, I’m underlining active links, and my Events link is “21”. So my code is this:
.menu-item-21 a { text-decoration: none !important;} /*turn off underline globally*/
.events-archive .menu-item-21 a { text-decoration: underline !important;} /*activate it on event calendar page*/
.events-single .menu-item-21 a { text-decoration: underline !important;} /*activate it on single event page*/October 14, 2011 at 2:22 pm in reply to: Main navigation for "Events" stays permanently in "On" state #9705Christina
ParticipantI saw this same behavior. I used Appearance > Menu to build my menus. My Events menu item always has the class “current_menu_item current_page_item” designation no matter what page I am on. As a temporary fix, I used css !important to override it
October 14, 2011 at 2:16 pm in reply to: Different Events URL slug and Single Event URL slug cause issue with breadcrumbs #9703Christina
ParticipantI’m using the dimox version which is usually quite good. But the behavior strange with ECP2. For the calendar view page, it is grabbing the first event and displaying it as the page title. Maybe I’ll try a plugin and see if it gives me better results. Thanks!
Christina
ParticipantI turned off php warnings and it is working. Strange, but that’s ok. I’m happy.
Christina
ParticipantDone. I created a new user account with that email and sent it on. FYI – I also tried disabling all plugins and using the twentyeleven theme. I still encountered issues.
Christina
ParticipantI can provide a login to my development site if that would be helpful. Just let me know. Thank you.
Christina
ParticipantLatest versions of everything. How about a screencast:
http://screencast.com/t/qegn1wtrI6U -
AuthorPosts
