Archive

Posts Tagged ‘highlight’

How to Highlight The Current Category Parent Menu in Atahualpa Theme of WordPress

November 30th, 2009 Masino Sinaga No comments

After modifying the page menu in Atahualpa theme of WordPress in order to display the highlighted or selected page parent menu at this article: How to Highlight The Current Page Parent Menu in Atahualpa Theme of WordPress, then this following modification will also do the same thing, but for the category menu. As we have known, both page and category can be included in the header menu of the WordPress theme. Therefore, in order to implement this modification, then we simply edit the css.php file belongs to the theme above. Read more…

  • Share/Bookmark

How to Highlight The Current Page Parent Menu in Atahualpa Theme of WordPress

November 29th, 2009 Masino Sinaga No comments

If you are currently using Atahualpa theme, then this modification is for you! This following code will highlight your current page parent menu based on the selected child page menu that being selected. This is useful for those of you who have so many page menus which have the page child menu, and you want to know which page parent menu is currently having the selected page child menu. Of course, your website visitor also will feel so comfortable since they will be able to know that they have selected the certain menu based on that selected page parent menu. Read more…

  • Share/Bookmark

How to Make Parent Menu Selected When Child Menu Was Selected in Blockcategories Module of PrestaShop

November 24th, 2009 Masino Sinaga No comments

This following modification will make the ability to automatically highlight or select the parent menu when the child menu was selected in blockcategories module of PrestShop. This modification applied to the original modification that created by Marghoob Suleman at the PrestaShop Discussion Forum: [module-modified] categories menu modified. You can see its final result demo in: e-fila.com. If you want to implement this modification, then do not forget to backup your original files. Read more…

  • Share/Bookmark

How to Highlight The Searched Words in PHP

November 20th, 2009 Masino Sinaga No comments

Have you ever wanted to highlight one or some words that located inside a string which those words match with your search criteria? Now here is the solution how to implement it. You can also will find that this following technique will highlight both of love you and you love strings in the I love you and you love me string. Read more…

  • Share/Bookmark