vivalet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Client File Share] [Plugin: WP Client File Share] User Pages NOT created!This worked! Thank you.
Forum: Fixing WordPress
In reply to: dynamic vertical sidebar accordion menu?do you mean something like this?
http://themeforest.net/item/novocane-premium-wordpress-theme/full_screen_preview/99742
Forum: Your WordPress
In reply to: vivalet.comthanks for your feedback, I have made some adjustments to the site,
Forum: Themes and Templates
In reply to: a way for child category to follow parent category templates?Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] clicking preview image in albumfound the answer here:
http://ww.wp.xz.cn/support/topic/231583?replies=2#post-1091223
the solution is to change line 25 in album-extend.php from
<a href="<?php echo $gallery->pagelink ?>"><img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/></a>to
<a href="<?php echo get_permalink( $gallery->pageid ) ?>"><img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/></a>$gallery->pagelinkchanges toget_permalink( $gallery->pageid )Forum: Plugins
In reply to: nextgen-gallery: galleries in album linked to a pagethis is exactly what I was looking for, thanks!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Can’t add image gallery to a pagewhat was your solution?