cafemag
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Display menu with current ancestors and child pagesso if your on a sub-child of a child the parent of the first child gets highlighted.. this also works when you are on just the first child as the last code highlights just the parent of the current page.. works great..
Forum: Themes and Templates
In reply to: Display menu with current ancestors and child pagesthis code works for me in the atahuapla theme.. i am sure you could use something similar..
/* ================================================ */ /* how to highlight parent of current page */ /* ================================================ */ ul.rMenu li.current_page_ancestor a:link, ul.rMenu li.current_page_ancestor a:active, ul.rMenu li.current_page_ancestor a:hover, ul.rMenu li.current_page_ancestor a:visited, ul.rMenu li.current_page_ancestor { color: #00A4E4 !important; } ul.rMenu li.current_page_parent a:link, ul.rMenu li.current_page_parent a:active, ul.rMenu li.current_page_parent a:hover, ul.rMenu li.current_page_parent a:visited, ul.rMenu li.current_page_parent { color: #00A4E4 !important; }this is in my css.php
Forum: Plugins
In reply to: [WP Columns] [Plugin: WP Columns] No columns with 3.1it sucks i used the column plugin from 2009 by sam burdge and works great with 3.1
Forum: Plugins
In reply to: nextgen: open lightbox instead of going to album page?hope that helped cuz it seems to be a good solution for me…
Forum: Plugins
In reply to: nextgen: open lightbox instead of going to album page?and again a hack in the code that should work wonders at the bottom of this thread:
Forum: Plugins
In reply to: nextgen: open lightbox instead of going to album page?this might be a solution at the bottom of this thread..
still looking for specifics though
Forum: Plugins
In reply to: Nextgen: open thickbox instead of going to album page?anyone have the answer to this.. seems like a solution for this could be making some money on code canyon!!! solve this please
Forum: Plugins
In reply to: nextgen: open lightbox instead of going to album page?i am totally looking for the same answer.. I want to use the album thumbnails to open the gallery images in lightbox and skip the part where it opens a page of gallery thumbs..
anyone know how to make the album just open the images in lightbox, shadowbox, ect..