Feathers
Forum Replies Created
-
Forum: Plugins
In reply to: Praise for the PageMash pluginhi, anyone know how to make this plugin compatible with wordpress qTranslate plugin? im sure its an easy fix for someone with knowhow, all that need fixing is for the language tags in qtranslate to be removed from displaying in the pagemash site tree.
thanks so much!!ok, i just found a solution to this, remember this will only work if you have all the language files installed (.mo files)
found solution hereand written below:
STEP1. open sitemap-generator.php under right the Dragon Design Sitemap Generator directory.
STEP2. find this line about 2531 in my edition(version 3.14)
$content = str_replace(‘<!– ddsitemapgen –>’, ddsg_create_sitemap(), $content);
STEP3. change this line as following
$content = str_replace(‘<!– ddsitemapgen –>’, _e(ddsg_create_sitemap()), $content);me too!!!!! please please please does someone have a solution to this!
Forum: Fixing WordPress
In reply to: Displaying Subpages of Subpages in sidebar (Level 3 menu)its ok, i worked it out. for anyone else curious, you just need to add “current_page_ancestor” class to your css.
sweet
Forum: Fixing WordPress
In reply to: Displaying Subpages of Subpages in sidebar (Level 3 menu)@ pulk99
great! that works for me! amazing work.
i have one question tho, how could i make it so the css on the Top Level Navigation remains active when i am navigated to a SubSub level page.
that really would make my life complete.
thanks!